diff options
-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 |