Adapted excluded and sourcetar to git

This commit is contained in:
Frank B. Brokken 2012-02-26 17:27:00 +01:00
parent c680eae542
commit 41619ef4dc
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
.svn
.git
.gitignore
bin
chist*
esr.rejected

View file

@ -10,9 +10,9 @@ cd -P ..
tgz()
{
ln -s trunk ${DISTRIBUTION} # distribution's dir name
ln -s c++annotations ${DISTRIBUTION} # distribution's dir name
tar czvf $1 --exclude-from=trunk/excluded ${DISTRIBUTION}/*
tar czvf $1 --exclude-from=c++annotations/excluded ${DISTRIBUTION}/*
rm ${DISTRIBUTION} # rm the link
}