Blob Blame History Raw
#!/bin/bash
# This script bsed on a template from the Fedora Project wiki
# https://fedoraproject.org/wiki/Packaging/SugarActivityGuidelines#Sample_Checkout_Script
# 
# sugar-implode-checkout.sh
VERSION=9
NAME=Implode
DATE=20091228
#
rm -rf $NAME-$VERSION
git clone http://git.sugarlabs.org/git/implode/mainline.git $NAME-$VERSION-$DATE
tar -cjvf $NAME-$VERSION-$DATE.tar.bz2 $NAME-$VERSION-$DATE --exclude=.git
rm -rf $NAME-$VERSION-$DATE