diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-18 17:26:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-18 17:26:55 +0300 |
commit | 8e466279958a6daa9c611f1a76f64e4304eb2484 (patch) | |
tree | 29829046a3f4f41f8dfdabf839a8879b188ebc64 /update/update.sh | |
parent | 9ec17823c8992464aa3e0bd79c7d34f546340cda (diff) | |
download | evol-tools-8e466279958a6daa9c611f1a76f64e4304eb2484.tar.gz evol-tools-8e466279958a6daa9c611f1a76f64e4304eb2484.tar.bz2 evol-tools-8e466279958a6daa9c611f1a76f64e4304eb2484.tar.xz evol-tools-8e466279958a6daa9c611f1a76f64e4304eb2484.zip |
update: set files date time to fixed value before packing into zips.
Diffstat (limited to 'update/update.sh')
-rwxr-xr-x | update/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/update.sh b/update/update.sh index 4ea4d0a..e092464 100755 --- a/update/update.sh +++ b/update/update.sh @@ -19,7 +19,7 @@ u1=`echo ${previous} | cut -c 1-7` u2=`echo ${head} | cut -c 1-7` git log --name-status ${previous}..${head} | awk '/^(A|M)\t/ {print $2}' | \ grep -e "[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" | sort | uniq | \ - xargs zip -9 -r ../tools/update/files/evol-${u1}..${u2}.zip + xargs zip -X -9 -r ../tools/update/files/evol-${u1}..${u2}.zip cd $dir/files if [ -f evol-${u1}..${u2}.zip ]; then |