diff options
author | plegall <plg@piwigo.org> | 2009-05-06 21:37:02 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-05-06 21:37:02 +0000 |
commit | fc4b25e120ab015635b21370bac4ae7a6c171603 (patch) | |
tree | 0b6de930fcf1387cbf27d47bfa994f148e80a048 | |
parent | e10636f2dbe9633fd887b4771692e5f71f2c44d4 (diff) |
modification: update SVN URL to http://piwigo.org/svn
git-svn-id: http://piwigo.org/svn/trunk@3280 68402e56-0260-453c-a942-63ccdbb3a9ee
-rwxr-xr-x | tools/pwg_rel_create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh index 32effaa62..0dadbe759 100755 --- a/tools/pwg_rel_create.sh +++ b/tools/pwg_rel_create.sh @@ -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 |