diff options
author | plegall <plg@piwigo.org> | 2009-07-21 20:13:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-07-21 20:13:35 +0000 |
commit | 90ca8f2d0acc10872166907d8c21f01a8db18d78 (patch) | |
tree | 7aedc2e749faf83030441fbca7e31f9d04dcb1a0 /tools/pwg_rel_create.sh | |
parent | 5695654d3512b8b642f93fa4d9509e62e2e132fe (diff) |
update Subversion repository location on release creation script
git-svn-id: http://piwigo.org/svn/branches/2.0@3658 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 |