comparison misc/gen-dist @ 104:b212da6385a8

remove all mercurial files from distribution I don't know if it is good to remove .hg_archival.txt too
author meillo@marmaro.de
date Fri, 25 Jun 2010 12:05:38 +0200
parents e119cee8d493
children
comparison
equal deleted inserted replaced
103:c85fbf7014b1 104:b212da6385a8
14 fi 14 fi
15 15
16 dir="${1%/*}" 16 dir="${1%/*}"
17 file="${1##*/}" 17 file="${1##*/}"
18 18
19 hg archive -t tgz "$1" 19 hg archive -t tgz -X .hg\* "$1"
20 20
21 cd "$dir" 21 cd "$dir"
22 md5sum "$file" >"$file.md5sum" 22 md5sum "$file" >"$file.md5sum"
23 gpg -ab "$file" 23 gpg -ab "$file"