diff options
Diffstat (limited to 'update')
-rw-r--r-- | update/commit.txt | 2 | ||||
-rw-r--r-- | update/commit_old.txt | 2 | ||||
-rw-r--r-- | update/musiccommit.txt | 2 | ||||
-rw-r--r-- | update/news.txt | 2 | ||||
-rwxr-xr-x | update/update_music.sh | 8 |
5 files changed, 9 insertions, 7 deletions
diff --git a/update/commit.txt b/update/commit.txt index a74ed52..95804a5 100644 --- a/update/commit.txt +++ b/update/commit.txt @@ -1 +1 @@ -b034c99a3ab3015f211e92809c40902a362f6845 +815d48dd94f98734e75f9c7e3fbbea2ab07dbbd2 diff --git a/update/commit_old.txt b/update/commit_old.txt index 1ff2807..98b6b40 100644 --- a/update/commit_old.txt +++ b/update/commit_old.txt @@ -1 +1 @@ -2302ba45320b722827920363d7317697bb394dde +1cf6ff982c76e5ab116d8ed953ef8ff5005d1dde diff --git a/update/musiccommit.txt b/update/musiccommit.txt index f94e032..2611123 100644 --- a/update/musiccommit.txt +++ b/update/musiccommit.txt @@ -1 +1 @@ -1452ba6cff39b0d77adfb3541e46cfdf39093332 +1017c2413f022f5b0fdf5547dfd3086d27be13cb diff --git a/update/news.txt b/update/news.txt index 3267d3c..585be76 100644 --- a/update/news.txt +++ b/update/news.txt @@ -1,4 +1,4 @@ -##9 Latest client version: ##6ManaPlus 1.3.3.31 +##9 Latest client version: ##6ManaPlus 1.3.4.14 ##0 Actual Release: ##1Beta2.1 ##0 Welcome to ##BEvol Online##b! ##0 You can find every ##1rules##0 of ##BEvol Online##b here: diff --git a/update/update_music.sh b/update/update_music.sh index 9d07734..af65985 100755 --- a/update/update_music.sh +++ b/update/update_music.sh @@ -17,9 +17,11 @@ cd ../../gittorious/evol-music 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 "[.]\(ogg\)" | sort | uniq | \ - xargs zip -9 -r ../../privtools/update/files/music-${u1}..${u2}.zip +git log --name-status ${previous}..${head} \ +| awk '/^(A|M)\t/ {print $2}' +# grep -e "[.]\(ogg\)" | sort | uniq | \ +# xargs zip -9 -r ../../privtools/update/files/music-${u1}..${u2}.zip +exit cd $dir/files if [ -f evol-${u1}..${u2}.zip ]; then |