|
|
@ -5,10 +5,10 @@ |
|
|
|
# main config |
|
|
|
# main config |
|
|
|
PLUGINSLUG="github-embed" |
|
|
|
PLUGINSLUG="github-embed" |
|
|
|
CURRENTDIR=`pwd` |
|
|
|
CURRENTDIR=`pwd` |
|
|
|
MAINFILE="github-oembed.php" # this should be the name of your main php file in the wordpress plugin |
|
|
|
MAINFILE="github-embed.php" # this should be the name of your main php file in the wordpress plugin |
|
|
|
|
|
|
|
|
|
|
|
# git config |
|
|
|
# git config |
|
|
|
GITPATH="$CURRENTDIR/" # this file should be in the base of your git repository |
|
|
|
GITPATH="$CURRENTDIR" # this file should be in the base of your git repository |
|
|
|
|
|
|
|
|
|
|
|
# svn config |
|
|
|
# svn config |
|
|
|
SVNPATH="/tmp/$PLUGINSLUG" # path to a temp SVN repo. No trailing slash required and don't add trunk. |
|
|
|
SVNPATH="/tmp/$PLUGINSLUG" # path to a temp SVN repo. No trailing slash required and don't add trunk. |
|
|
|