summaryrefslogtreecommitdiff
path: root/extra/aufs2-util/create-tarball.sh
blob: dbd7c50bfb6a631dad373e5b3390c7893f460c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
GITSNAPSHOT=20110124
# 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 origin/aufs2.1
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}