diff --git a/sugar-clock-checkout.sh b/sugar-clock-checkout.sh deleted file mode 100644 index 316a175..0000000 --- a/sugar-clock-checkout.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# This script bsed on a template from the Fedora Project wiki -# https://fedoraproject.org/wiki/Packaging/SugarActivityGuidelines -# -# sugar-clock-checkout.sh -NAME=Clock -REPO_NAME=clock -VERSION=0.20090207 -rm -rf $NAME-$VERSION -git clone git://dev.laptop.org/activities/$REPO_NAME $NAME-$VERSION -tar -cjvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION --exclude=.git -rm -rf $NAME-$VERSION