aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-04-07 22:28:19 +0000
committerplegall <plg@piwigo.org>2012-04-07 22:28:19 +0000
commit2a679322c5e656fd7f5ddffd9ec14400c313a608 (patch)
tree863c204b8fe36238c754c142a3b78c71d56944bf /tools
parent94084a893a6622e22c832ddc9764fa0239797574 (diff)
merge r13971 from branch 2.3 to trunk
add package version -nochmod git-svn-id: http://piwigo.org/svn/trunk@13972 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pwg_rel_create.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh
index 74f2ca768..57a9f1cfa 100755
--- a/tools/pwg_rel_create.sh
+++ b/tools/pwg_rel_create.sh
@@ -31,13 +31,16 @@ cd $version
svn export http://piwigo.org/svn/tags/$tag piwigo
-chmod -R a+w piwigo/local
mkdir piwigo/_data
-chmod a+w piwigo/_data
touch piwigo/_data/dummy.txt
mkdir piwigo/upload
+
+zip -r $name-nochmod.zip piwigo
+
+chmod -R a+w piwigo/local
+chmod a+w piwigo/_data
chmod a+w piwigo/upload
zip -r $name.zip piwigo