diff options
author | Badlop <badlop@process-one.net> | 2010-02-16 11:55:01 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-02-16 11:55:01 +0100 |
commit | 35c9c95e4bc7f2cd519529b5bd458666454f88e8 (patch) | |
tree | 9f9e6c3554c59ddbf63b309463605a6f7ff6b684 /contrib | |
parent | Rewrite mnesia counter functions to use dirty_update_counter (EJAB-1177) (diff) |
Remove references to the old SVN repository.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/extract_translations/prepare-translation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extract_translations/prepare-translation.sh b/contrib/extract_translations/prepare-translation.sh index 0ecb6113..7a40fee7 100755 --- a/contrib/extract_translations/prepare-translation.sh +++ b/contrib/extract_translations/prepare-translation.sh @@ -97,7 +97,7 @@ extract_lang_all () done cd $MSGS_DIR - REVISION=`svn info | grep "^Rev" | head -1 | awk '{print $2}'` + REVISION=`git describe --always` zip $HOME/ejabberd-langs-$REVISION.zip *.translate; rm *.translate |