Changeset 5507
- Timestamp:
- 05/23/2017 11:00:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/github-sync/feature-plugins.sh
r5498 r5507 81 81 cd $WORKING_DIR 82 82 83 # Update the latest sync rev84 svn propset -q github:lastSync $LATEST_GIT_REV $WORKING_DIR85 86 83 # Copy Github over SVN 87 84 # Process any Assets first (This is effectively this entire file boiled down to a few lines) … … 108 105 fi 109 106 107 # Update the latest sync rev 108 svn propset -q github:lastSync $LATEST_GIT_REV $WORKING_DIR 109 110 110 # Do the version number bump with $date (0.1-20150125) 111 111 # Will error if no .php files exist
Note: See TracChangeset
for help on using the changeset viewer.