slitaz-forge rev 663

tank: use new file path for sup-demo
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 26 22:46:29 2017 +0100 (2017-02-26)
parents 6a6c2f111dea
children 4a422b8e9883
files scn/plugins/sdt/sdt.cgi tank/tank
line diff
     1.1 --- a/scn/plugins/sdt/sdt.cgi	Fri Feb 24 08:53:29 2017 +0100
     1.2 +++ b/scn/plugins/sdt/sdt.cgi	Sun Feb 26 22:46:29 2017 +0100
     1.3 @@ -100,7 +100,8 @@
     1.4  		cat << EOT
     1.5  <h2>$d</h2>
     1.6  <p>
     1.7 -	$(gettext "Add your SliTaz distro to the database. Open a terminal and execute:") 
     1.8 +	$(gettext "Add your SliTaz distro to the database to help know who use
     1.9 +	SliTaz :-) Open a terminal and execute:") 
    1.10  	<b>sdt send [username]</b>
    1.11  <p>
    1.12  EOT
     2.1 --- a/tank/tank	Fri Feb 24 08:53:29 2017 +0100
     2.2 +++ b/tank/tank	Sun Feb 26 22:46:29 2017 +0100
     2.3 @@ -167,7 +167,7 @@
     2.4  		# SUP plugin hg.slitaz.org/sup
     2.5  		cd $REPOS/sup && hg pull -u
     2.6  		cp -a server/sup $WWW/scn/plugins
     2.7 -		cp -a wok/sup-demo $WWW/scn/content/sup/wok
     2.8 +		cp -a sup-demo $WWW/scn/content/sup/wok
     2.9  		# Use TinyCM cmdline tool
    2.10  		cd $REPOS/tinycm && hg pull -u
    2.11  		./tinycm up $WWW/scn ;;