make-dist
author Tomas Zeman <tzeman@volny.cz>
Fri, 12 Aug 2011 14:31:42 +0200
changeset 64 306ab56a156d
parent 10 6a79eaa92d09
permissions -rwxr-xr-x
SavedSearch module
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
6a79eaa92d09 Distribution package script
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
#!/bin/sh
6a79eaa92d09 Distribution package script
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
6a79eaa92d09 Distribution package script
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
id=`hg id|cut -f1 -d' '`
6a79eaa92d09 Distribution package script
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
f=sugarcrm-langpack-cz-$id.zip
6a79eaa92d09 Distribution package script
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
hg man|egrep -v '^\.hg'|xargs zip $f
6a79eaa92d09 Distribution package script
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
echo Created $f