- Timestamp:
- 01/13/2016 11:01:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/github-sync/feature-plugins.sh
r1217 r2295 52 52 53 53 # Create a temporary Github clone to work from 54 git clone -q --recursive $GITHUB_URL $WORKING_DIR/_temp-github/ 54 # We don't specify --recursive as submodules are usually huge external libs used for development 55 git clone -q $GITHUB_URL $WORKING_DIR/_temp-github/ 55 56 56 57 # Get the latest Git rev
Note: See TracChangeset
for help on using the changeset viewer.