slitaz-dev-tools diff tazdev/tazdev @ rev 295

Fix to slitaz-release and improve tazcraft (work in progress, to be continued in it's own repo)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 19 17:36:55 2017 +0100 (2017-03-19)
parents 66c023d0f82f
children 1705daa4b44a
line diff
     1.1 --- a/tazdev/tazdev	Tue Feb 28 17:16:47 2017 +0200
     1.2 +++ b/tazdev/tazdev	Sun Mar 19 17:36:55 2017 +0100
     1.3 @@ -59,7 +59,7 @@
     1.4  $(boldify "Options:")
     1.5    --rootfs=            Path to the chroot to generate or clean
     1.6    --arch=              Specify the architecture type for cross-chroot, push/pull
     1.7 -  --clean or --forced  Clean chroot before generation a new one
     1.8 +  --clean or --forced  Clean chroot before generating a new one
     1.9  
    1.10  $(boldify "Examples:")
    1.11    $(basename $0) gen-chroot undigest --clean
    1.12 @@ -130,7 +130,7 @@
    1.13  		bind_chroot_dir $SLITAZ_HOME/src $fs/src
    1.14  		# Now mount package dir, so they are in /home/slitaz/$version
    1.15  		# We may not mount cache wok or others: it has no point and if
    1.16 -		# one wants to use a shared wok, he can bind it manually.
    1.17 +		# one wants to use a shared wok, one can bind it manually.
    1.18  		[ -n "$arch" ] && slitaz="$slitaz/$arch"
    1.19  		mkdir -p "$fs/packages" "$slitaz/packages"
    1.20  		bind_chroot_dir "$slitaz/packages" "$fs/packages"
    1.21 @@ -369,7 +369,7 @@
    1.22  		[ -d "$INSTALLED/lighttpd" ] || sudo tazpkg -gi lighttpd
    1.23  
    1.24  		echo
    1.25 -		echo "TODO: setup SCN (tinycm install + plugins from slitaz-forge"
    1.26 +		echo "TODO: setup SCN (tinycm install + plugins from slitaz-forge)"
    1.27  		echo
    1.28  		echo "$(boldify 'URL    :') http://localhost/~$USER/cgi-bin/"
    1.29  		;;