Making WordPress.org

Changeset 5507


Ignore:
Timestamp:
05/23/2017 11:00:52 PM (8 years ago)
Author:
dd32
Message:

Feature Plugins Github Sync: Bump the property later so that the no-files-changed check will correctly abort the update.

Follows up r5498
See https://github.com/georgestephanis/two-factor/issues/176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/github-sync/feature-plugins.sh

    r5498 r5507  
    8181cd $WORKING_DIR
    8282
    83 # Update the latest sync rev
    84 svn propset -q github:lastSync $LATEST_GIT_REV $WORKING_DIR
    85 
    8683# Copy Github over SVN
    8784# Process any Assets first (This is effectively this entire file boiled down to a few lines)
     
    108105fi
    109106
     107# Update the latest sync rev
     108svn propset -q github:lastSync $LATEST_GIT_REV $WORKING_DIR
     109
    110110# Do the version number bump with $date (0.1-20150125)
    111111# Will error if no .php files exist
Note: See TracChangeset for help on using the changeset viewer.