slitaz-dev-tools rev 167

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Mar 23 22:06:42 2012 +0000 (2012-03-23)
parents a1732b0d78aa
children d0d05b5d7104
files mirror-tools/README mirror-tools/slitaz/mirror/floppies/builder/index.php mirror-tools/slitaz/mirror/floppies/download.php tazdev/tazdev tazdev/tazdev.conf taztpd/taztpd
line diff
     1.1 --- a/mirror-tools/README	Wed Mar 21 09:23:54 2012 +0100
     1.2 +++ b/mirror-tools/README	Fri Mar 23 22:06:42 2012 +0000
     1.3 @@ -2,9 +2,9 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -This package provids tools for a SliTaz mirror such as helper scripts.
     1.8 +This package provides tools for a SliTaz mirror such as helper scripts.
     1.9  These tools are used on our official SliTaz mirror and should help other
    1.10 -mirrors admin to get a custom mirror with SliTaz branding, backup, etc.
    1.11 +mirror admins to get a custom mirror with SliTaz branding, backup, etc.
    1.12  
    1.13  The configuration files used on mirror.slitaz.org are in the slitaz-forge
    1.14  repository.
     2.1 --- a/mirror-tools/slitaz/mirror/floppies/builder/index.php	Wed Mar 21 09:23:54 2012 +0100
     2.2 +++ b/mirror-tools/slitaz/mirror/floppies/builder/index.php	Fri Mar 23 22:06:42 2012 +0000
     2.3 @@ -439,7 +439,7 @@
     2.4  <!-- End of copy -->
     2.5  </div>
     2.6  
     2.7 -<!-- Bottom and logo's -->
     2.8 +<!-- Bottom and logos -->
     2.9  <div id="bottom">
    2.10  <p>
    2.11  <a href="http://validator.w3.org/check?uri=referer"><img src="/static/xhtml10.png" alt="Valid XHTML 1.0" title="Code validé XHTML 1.0" style="width: 80px; height: 15px;" /></a>
     3.1 --- a/mirror-tools/slitaz/mirror/floppies/download.php	Wed Mar 21 09:23:54 2012 +0100
     3.2 +++ b/mirror-tools/slitaz/mirror/floppies/download.php	Fri Mar 23 22:06:42 2012 +0000
     3.3 @@ -150,7 +150,7 @@
     3.4  <!-- End of copy -->
     3.5  </div>
     3.6  
     3.7 -<!-- Bottom and logo's -->
     3.8 +<!-- Bottom and logos -->
     3.9  <div id="bottom">
    3.10  <p>
    3.11  <a href="http://validator.w3.org/check?uri=referer"><img src="../css/pics/website/xhtml10.png" alt="Valid XHTML 1.0" title="Code validé XHTML 1.0" style="width: 80px; height: 15px;" /></a>
     4.1 --- a/tazdev/tazdev	Wed Mar 21 09:23:54 2012 +0100
     4.2 +++ b/tazdev/tazdev	Fri Mar 23 22:06:42 2012 +0000
     4.3 @@ -32,11 +32,11 @@
     4.4   clean-chroot        Clean a chroot environment (skip root/ and home/)
     4.5   purge               Remove obsolete packages and obsolete source tarballs
     4.6   dry-purge           Show obsolete packages and obsolete source tarballs
     4.7 - push|-p             Upload new packages to the main mirror.
     4.8 + push|-p             Upload new packages to the main mirror
     4.9   dry-push|-dp        Show what will be uploaded to the mirror. Does nothing
    4.10 - pull                Download new packages from the main mirror.
    4.11 + pull                Download new packages from the main mirror
    4.12   dry-pull            Show what will be downloaded from the mirror. Does nothing
    4.13 - pack-flavors        Pack all SliTaz Live flavors at once.
    4.14 + pack-flavors        Pack all SliTaz Live flavors at once
    4.15   relpkg|-rp          Archive and upload new package/project version
    4.16   reliso|-ri          Create all main flavors (not loram)\n"
    4.17  }
    4.18 @@ -132,7 +132,7 @@
    4.19  		bind_chroot_dir $SLITAZ/src $fs/src
    4.20  		# Now mount package dir so they are in /home/slitaz/$version
    4.21  		# We may not mount cache wok or others it has no point and if
    4.22 -		# one want to use a shared wok he can bind it manually.
    4.23 +		# one wants to use a shared wok he can bind it manually.
    4.24  		bind_chroot_dir $slitaz/packages $fs/packages
    4.25  	fi
    4.26  }
     5.1 --- a/tazdev/tazdev.conf	Wed Mar 21 09:23:54 2012 +0100
     5.2 +++ b/tazdev/tazdev.conf	Fri Mar 23 22:06:42 2012 +0000
     5.3 @@ -10,10 +10,10 @@
     5.4  # Path to all own and copy projects.
     5.5  PROJECTS="$HOME/Projects"
     5.6  
     5.7 -# Install chroot with packages
     5.8 +# Install chroot with packages.
     5.9  ROOTFS_PKG="yes"
    5.10  
    5.11 -# Packages to generate a minimal chroot
    5.12 +# Packages to generate a minimal chroot.
    5.13  CHROOT_PKGS="busybox libtaz cookutils tazpkg slitaz-base-files lzma"
    5.14  
    5.15  # Main mirror to push and download (ISO, rootfs. etc).
     6.1 --- a/taztpd/taztpd	Wed Mar 21 09:23:54 2012 +0100
     6.2 +++ b/taztpd/taztpd	Fri Mar 23 22:06:42 2012 +0000
     6.3 @@ -7,7 +7,7 @@
     6.4  # AUTHOR: Christophe Lincoln
     6.5  #
     6.6  
     6.7 -# Personnal configuration overwrite system wide config.
     6.8 +# Personal configuration overwrites system wide config.
     6.9  [ -f "/etc/slitaz/taztpd.conf" ] && . /etc/slitaz/taztpd.conf
    6.10  [ -f "taztpd.conf" ] && . taztpd.conf
    6.11