Use `make snapshot' to make it; don't tar up a CVS checkout.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1603 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-05-31 14:33:49 +00:00
parent 8195109d35
commit d6e93eccec

View file

@ -12,9 +12,11 @@ snap=${module}-${date}
cvs -Q rtag -F snapshot-$date $module
rm -rf $snap
# Checkout the $module into a directory named $snap
cvs -Q checkout -d $snap -r $snap $module
tar -f - -co $snap | gzip -9v -c > $snap.tar.gz
## Checkout the $module into a directory named $snap
#cvs checkout -d $snap -r snapshot-$date $module
#tar -f - -co $snap | gzip -9v -c > $snap.tar.gz
make snapshot
#find $snap \( -name CVS -prune \) -o \( -type f -print \) |
#xargs md5sum | gzip -9v -c > $snap.md5sum.gz