slitaz-forge rev 83

tank: Baseurl doesn't need full url anymore. Add hgweb.config-mirror for tank dvd to have a working mirror.slitaz.org/hg/ url.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 08 08:32:39 2011 +0000 (2011-10-08)
parents 642b77c71c04
children 68aa729bb01e
files tank/files/etc/mercurial/hgweb.config tank/files/etc/mercurial/hgweb.config-mirror
line diff
     1.1 --- a/tank/files/etc/mercurial/hgweb.config	Tue Sep 06 05:57:34 2011 +0000
     1.2 +++ b/tank/files/etc/mercurial/hgweb.config	Sat Oct 08 08:32:39 2011 +0000
     1.3 @@ -10,4 +10,4 @@
     1.4  [web]
     1.5  style = slitaz
     1.6  allow_archive = gz bz2
     1.7 -baseurl = http://hg.slitaz.org/
     1.8 +baseurl = /
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/tank/files/etc/mercurial/hgweb.config-mirror	Sat Oct 08 08:32:39 2011 +0000
     2.3 @@ -0,0 +1,13 @@
     2.4 +# /etc/mercurial/hgweb.config - System-wide mercurial configuration file
     2.5 +#
     2.6 +
     2.7 +[collections]
     2.8 +/home/slitaz/repos = /home/slitaz/repos
     2.9 +
    2.10 +#[paths]
    2.11 +#virtual/path = /real/path
    2.12 +
    2.13 +[web]
    2.14 +style = slitaz
    2.15 +allow_archive = gz bz2
    2.16 +baseurl = /hg