cookutils diff cookiso @ rev 569
Added tag 3.0 for changeset 0b66cd1ea4e8
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 17 08:45:36 2013 +0100 (2013-01-17) |
parents | 20b1c3b9a3ca |
children | 5657f2b3d4d7 |
line diff
1.1 --- a/cookiso Sat Aug 11 10:12:48 2012 +0000 1.2 +++ b/cookiso Thu Jan 17 08:45:36 2013 +0100 1.3 @@ -102,7 +102,8 @@ 1.4 1.5 # Generate requested flavors. 1.6 gen_flavors() { 1.7 - cd $SLITAZ/flavors && hg pull -u 1.8 + cd $SLITAZ/flavors 1.9 + [ -d ".hg" ] && hg pull -u 1.10 mkdir -p $cache && cd $cache 1.11 rm -rf *.flavor *.list *.conf *.sh 1.12 for flavor in $flavors