This page collects some useful hints and tips.
PROJECT=cil
git tag -l | cut -c2- | while read TAG; do
echo "Doing $TAG for $PROJECT"
git archive --format=tar --prefix=$PROJECT-$TAG/ v$TAG | gzip > $PROJECT-$TAG.tar.gz;
done
(Ends)
Labels:
Inserted: 2010-01-24 09:06 (6 months, 1 week ago)