Plugin Directory

Changeset 853486


Ignore:
Timestamp:
02/07/2014 10:57:29 PM (12 years ago)
Author:
presspay
Message:

Preparing for 2.1 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • press-pay/trunk/bin/deploy.sh

    r853485 r853486  
    1717# Set up some default values. Feel free to change these in your own script
    1818CURRENTDIR=`pwd`
    19 default_svnpath="/User/spinlock/WordPress/Subversion/$PLUGINSLUG"
     19default_svnpath="/Users/spinlock/WordPress/Subversion/$PLUGINSLUG"
    2020default_svnurl="http://plugins.svn.wordpress.org/$PLUGINSLUG"
    2121default_svnuser="presspay"
     
    8282echo
    8383echo "Updating local copy of SVN repo trunk ..."
    84 svn up $SVNPATH/trunk
     84svn up $SVNPATH
    8585
    8686echo "Ignoring GitHub specific files"
     
    8888Thumbs.db
    8989.git
    90 .gitignore" "$SVNPATH/trunk/"
     90.gitignore" "$SVNPATH"
    9191
    9292echo "Exporting the HEAD of master from git to the trunk of SVN"
Note: See TracChangeset for help on using the changeset viewer.