- Timestamp:
- 05/18/2017 01:26:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/github-sync/feature-plugins.sh
r3983 r5498 101 101 rm -rf $WORKING_DIR/_temp-github 102 102 103 # Commit only if any changes found 104 SVN_CHANGES_FOUND=$(svn status -q $WORKING_DIR) 105 if [ -z "$SVN_CHANGES_FOUND" ]; then 106 echo "No changes found in the SVN repository." 107 exit 1 108 fi 109 103 110 # Do the version number bump with $date (0.1-20150125) 104 111 # Will error if no .php files exist
Note: See TracChangeset
for help on using the changeset viewer.