diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-25 01:36:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-25 01:39:43 +0300 |
commit | 40a1dcd48a0459e2e74a2c5147c092ac443c76a4 (patch) | |
tree | a39725cd4f92eb278a2e5e9bffadde3f57ad1ed6 /update | |
parent | 9d0b3423a09d6432600699b9a4dca6ee80d35052 (diff) | |
download | evol-tools-40a1dcd48a0459e2e74a2c5147c092ac443c76a4.tar.gz evol-tools-40a1dcd48a0459e2e74a2c5147c092ac443c76a4.tar.bz2 evol-tools-40a1dcd48a0459e2e74a2c5147c092ac443c76a4.tar.xz evol-tools-40a1dcd48a0459e2e74a2c5147c092ac443c76a4.zip |
update updates.
Diffstat (limited to 'update')
-rw-r--r-- | update/commit.txt | 2 | ||||
-rw-r--r-- | update/commit_old.txt | 2 | ||||
-rwxr-xr-x | update/update.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/update/commit.txt b/update/commit.txt index b2a8867..2c3855c 100644 --- a/update/commit.txt +++ b/update/commit.txt @@ -1 +1 @@ -7f9d9504162a8d2f57fce8e80a27a390aec76e21 +f9c44d61ab13c938ef2ec7d50572b7ca861dd3ab diff --git a/update/commit_old.txt b/update/commit_old.txt index 5e111e5..b2a8867 100644 --- a/update/commit_old.txt +++ b/update/commit_old.txt @@ -1 +1 @@ -e312e55a1e76429bbaf9873c41c514affa8b0986 +7f9d9504162a8d2f57fce8e80a27a390aec76e21 diff --git a/update/update.sh b/update/update.sh index e881f87..c2a8c12 100755 --- a/update/update.sh +++ b/update/update.sh @@ -18,7 +18,7 @@ head=`git log --pretty=oneline -n 1 | awk '{print $1}'` 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\)" | sort | uniq | \ + grep -e "[.]\(xml\|png\|tmx\|ogg\|txt\|po\)" | sort | uniq | \ xargs zip -9 -r ../../privtools/update/files/evol-${u1}..${u2}.zip cd $dir/files |