update Subversion repository location on release creation script

git-svn-id: http://piwigo.org/svn/branches/2.0@3658 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2009-07-21 20:13:35 +00:00
parent 5695654d35
commit 90ca8f2d0a
+1 -1
View File
@@ -33,7 +33,7 @@ fi
mkdir $version
# cvs export -r $tag -d $version phpwebgallery
svn export http://svn.gna.org/svn/phpwebgallery/tags/$tag $name
svn export http://piwigo.org/svn/tags/$tag $name
# creating mysql.inc.php empty and writeable
touch $name/include/mysql.inc.php
chmod a+w $name/include/mysql.inc.php