From 40a1dcd48a0459e2e74a2c5147c092ac443c76a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 May 2012 01:36:46 +0300 Subject: update updates. --- update/commit.txt | 2 +- update/commit_old.txt | 2 +- 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 -- cgit v1.2.3-70-g09d2