make-dist
author Tomas Zeman <tzeman@volny.cz>
Fri, 12 Aug 2011 15:34:01 +0200
changeset 70 fc46dbab14a7
parent 10 6a79eaa92d09
permissions -rwxr-xr-x
copyright
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