diff options
author | plegall <plg@piwigo.org> | 2009-02-12 23:33:39 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-02-12 23:33:39 +0000 |
commit | bd8b4f51bb68178ea48db2cd55b1ea3a15c63c45 (patch) | |
tree | 464e0dcc1167957751ed548d2bd37152f00ad95e /tools/pwg_rel_create.sh | |
parent | 9958d87e14b3af73a3f0f20c8c92de4be57efe78 (diff) |
new: phpwebgallery renamed piwigo
modification: pwg_rel_create.sh only creates the zip file
git-svn-id: http://piwigo.org/svn/branches/2.0@3134 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/pwg_rel_create.sh')
-rwxr-xr-x | tools/pwg_rel_create.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh index a2a584a61..32effaa62 100755 --- a/tools/pwg_rel_create.sh +++ b/tools/pwg_rel_create.sh @@ -18,7 +18,7 @@ fi tag=$1 version=$2 -name=phpwebgallery-$version +name=piwigo-$version cd /tmp if [ -e $name ] @@ -43,7 +43,7 @@ chmod a+w $name/include/mysql.inc.php # | xargs perl -pi -e "s/branch 1.7/${version}/g" cd /tmp -for ext in zip tar.gz tar.bz2 +for ext in zip # tar.gz tar.bz2 do file=$version/$name.$ext if [ -f $file ] @@ -54,8 +54,8 @@ done zip -r $version/$name.zip $name -tar -czf $version/$name.tar.gz $name -tar -cjf $version/$name.tar.bz2 $name +# tar -czf $version/$name.tar.gz $name +# tar -cjf $version/$name.tar.bz2 $name cd /tmp/$version -md5sum p* >MD5SUMS +# md5sum p* >MD5SUMS |