wok rev 5061
linux: fetch a well known aufs version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 10 11:52:09 2010 +0100 (2010-03-10) |
parents | f163cff3c826 |
children | f37d43db2e83 |
files | linux/receipt |
line diff
1.1 --- a/linux/receipt Tue Mar 09 13:32:08 2010 +0100 1.2 +++ b/linux/receipt Wed Mar 10 11:52:09 2010 +0100 1.3 @@ -18,11 +18,14 @@ 1.4 # Aufs2 from git repository 1.5 if [ ! -d aufs2 ]; then 1.6 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2 1.7 - cd aufs2 && git checkout origin/aufs2-30 1.8 - cp -a Documentation fs include $src 1.9 - cp -a *.patch ../stuff 1.10 - [ -L /usr/bin/patch ] && tazpkg get-install patch --forced 1.11 + #cd aufs2 && git checkout origin/aufs2-30 1.12 + #Use a well known version rather than the last one... 1.13 + cd aufs2 && git checkout c0a6988a5e0d16636f15c264cf8872dad497ff 1.14 fi 1.15 + cd aufs2 1.16 + cp -a Documentation fs include $src 1.17 + cp -a *.patch ../stuff 1.18 + [ -L /usr/bin/patch ] && tazpkg get-install patch --forced 1.19 cd $src 1.20 # SliTaz db 1.21 rm -rf slitaz 2> /dev/null