# HG changeset patch # User Pascal Bellard # Date 1268218329 -3600 # Node ID b4fa2f5e26322076930664c068515b5fe040ac12 # Parent f163cff3c826dabad994514bd29754cb0d677fff linux: fetch a well known aufs version diff -r f163cff3c826 -r b4fa2f5e2632 linux/receipt --- a/linux/receipt Tue Mar 09 13:32:08 2010 +0100 +++ b/linux/receipt Wed Mar 10 11:52:09 2010 +0100 @@ -18,11 +18,14 @@ # Aufs2 from git repository if [ ! -d aufs2 ]; then git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2 - cd aufs2 && git checkout origin/aufs2-30 - cp -a Documentation fs include $src - cp -a *.patch ../stuff - [ -L /usr/bin/patch ] && tazpkg get-install patch --forced + #cd aufs2 && git checkout origin/aufs2-30 + #Use a well known version rather than the last one... + cd aufs2 && git checkout c0a6988a5e0d16636f15c264cf8872dad497ff fi + cd aufs2 + cp -a Documentation fs include $src + cp -a *.patch ../stuff + [ -L /usr/bin/patch ] && tazpkg get-install patch --forced cd $src # SliTaz db rm -rf slitaz 2> /dev/null