slitaz-dev-tools diff tazpkg-web/tazpkg-web @ rev 308

mkpkgiso: fix broken hg repos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 18 15:57:37 2018 +0200 (2018-05-18)
parents 317ec0b8302e
children a6b28f1e53eb
line diff
     1.1 --- a/tazpkg-web/tazpkg-web	Sat Apr 02 13:52:03 2011 +0000
     1.2 +++ b/tazpkg-web/tazpkg-web	Fri May 18 15:57:37 2018 +0200
     1.3 @@ -261,8 +261,8 @@
     1.4  		done && echo "" ;;
     1.5  	stable)
     1.6  		PACKAGES_REPOSITORY=$STABLE/packages
     1.7 -		if [ -d $STABLE/clean-wok ]; then
     1.8 -			WOK=$STABLE/clean-wok
     1.9 +		if [ -d $STABLE/wok-hg ]; then
    1.10 +			WOK=$STABLE/wok-hg
    1.11  		else
    1.12  			WOK=$STABLE/wok
    1.13  		fi
    1.14 @@ -270,8 +270,8 @@
    1.15  		gen_all_pages ;;
    1.16  	cooking)
    1.17  		PACKAGES_REPOSITORY=$COOKING/packages
    1.18 -		if [ -d $COOKING/clean-wok ]; then
    1.19 -			WOK=$COOKING/clean-wok
    1.20 +		if [ -d $COOKING/wok-hg ]; then
    1.21 +			WOK=$COOKING/wok-hg
    1.22  		else
    1.23  			WOK=$COOKING/wok
    1.24  		fi