summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/aufs2-util/create-tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/aufs2-util/create-tarball.sh')
-rwxr-xr-xabs/core-testing/aufs2-util/create-tarball.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core-testing/aufs2-util/create-tarball.sh b/abs/core-testing/aufs2-util/create-tarball.sh
deleted file mode 100755
index dd59212..0000000
--- a/abs/core-testing/aufs2-util/create-tarball.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-GITSNAPSHOT=20100517
-# aufs2 (no -xx) for the latest -rc version.
-git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git aufs2-util.git
-cd aufs2-util.git
-#git checkout origin/aufs2${AUFS2VERSION}
-git checkout
-cd ..
-rm -rf aufs2-util-${GITSNAPSHOT}
-cp -a aufs2-util.git aufs2-util-${GITSNAPSHOT}
-tar -czf aufs2-util-${GITSNAPSHOT}.tar.gz --exclude=.git aufs2-util-${GITSNAPSHOT}