Distribution package script
authorTomas Zeman <tzeman@volny.cz>
Fri, 24 Jun 2011 13:06:25 +0200
changeset 10 6a79eaa92d09
parent 9 cfdaee8cd58d
child 11 a0bc2b74b9a7
Distribution package script
.hgignore
make-dist
--- a/.hgignore	Fri Jun 24 13:06:25 2011 +0200
+++ b/.hgignore	Fri Jun 24 13:06:25 2011 +0200
@@ -1,3 +1,4 @@
 syntax: glob
 *~
 .*.swp
+*.zip
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make-dist	Fri Jun 24 13:06:25 2011 +0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+id=`hg id|cut -f1 -d' '`
+f=sugarcrm-langpack-cz-$id.zip
+hg man|egrep -v '^\.hg'|xargs zip $f
+echo Created $f