diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 22:50:20 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 22:50:20 (GMT) |
commit | 5572c1efbd8f6ac5cd609d746d5630131bc32ba1 (patch) | |
tree | 646cb21d5aaafba11704ffc03f07107fc6f9fc7f /abs/core-testing/aufs2-util/create-tarball.sh | |
parent | e94d162632d7851b25cc44bea12aa1c49884079c (diff) | |
download | linhes_pkgbuild-5572c1efbd8f6ac5cd609d746d5630131bc32ba1.zip linhes_pkgbuild-5572c1efbd8f6ac5cd609d746d5630131bc32ba1.tar.gz linhes_pkgbuild-5572c1efbd8f6ac5cd609d746d5630131bc32ba1.tar.bz2 |
aufs2-utils:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/aufs2-util/create-tarball.sh')
-rwxr-xr-x | abs/core-testing/aufs2-util/create-tarball.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/aufs2-util/create-tarball.sh b/abs/core-testing/aufs2-util/create-tarball.sh new file mode 100755 index 0000000..dd59212 --- /dev/null +++ b/abs/core-testing/aufs2-util/create-tarball.sh @@ -0,0 +1,11 @@ +#!/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} |