# HG changeset patch # User Paul Issott # Date 1332540402 0 # Node ID 116c7b18fea23dd8af8d9c04cef6b29d5b6505be # Parent a1732b0d78aa48f270ea46bc61c7ebbd4bdebb2f Tiny edits diff -r a1732b0d78aa -r 116c7b18fea2 mirror-tools/README --- a/mirror-tools/README Wed Mar 21 09:23:54 2012 +0100 +++ b/mirror-tools/README Fri Mar 23 22:06:42 2012 +0000 @@ -2,9 +2,9 @@ =============================================================================== -This package provids tools for a SliTaz mirror such as helper scripts. +This package provides tools for a SliTaz mirror such as helper scripts. These tools are used on our official SliTaz mirror and should help other -mirrors admin to get a custom mirror with SliTaz branding, backup, etc. +mirror admins to get a custom mirror with SliTaz branding, backup, etc. The configuration files used on mirror.slitaz.org are in the slitaz-forge repository. diff -r a1732b0d78aa -r 116c7b18fea2 mirror-tools/slitaz/mirror/floppies/builder/index.php --- a/mirror-tools/slitaz/mirror/floppies/builder/index.php Wed Mar 21 09:23:54 2012 +0100 +++ b/mirror-tools/slitaz/mirror/floppies/builder/index.php Fri Mar 23 22:06:42 2012 +0000 @@ -439,7 +439,7 @@ - +

Valid XHTML 1.0 diff -r a1732b0d78aa -r 116c7b18fea2 mirror-tools/slitaz/mirror/floppies/download.php --- a/mirror-tools/slitaz/mirror/floppies/download.php Wed Mar 21 09:23:54 2012 +0100 +++ b/mirror-tools/slitaz/mirror/floppies/download.php Fri Mar 23 22:06:42 2012 +0000 @@ -150,7 +150,7 @@

- +

Valid XHTML 1.0 diff -r a1732b0d78aa -r 116c7b18fea2 tazdev/tazdev --- a/tazdev/tazdev Wed Mar 21 09:23:54 2012 +0100 +++ b/tazdev/tazdev Fri Mar 23 22:06:42 2012 +0000 @@ -32,11 +32,11 @@ clean-chroot Clean a chroot environment (skip root/ and home/) purge Remove obsolete packages and obsolete source tarballs dry-purge Show obsolete packages and obsolete source tarballs - push|-p Upload new packages to the main mirror. + push|-p Upload new packages to the main mirror dry-push|-dp Show what will be uploaded to the mirror. Does nothing - pull Download new packages from the main mirror. + pull Download new packages from the main mirror dry-pull Show what will be downloaded from the mirror. Does nothing - pack-flavors Pack all SliTaz Live flavors at once. + pack-flavors Pack all SliTaz Live flavors at once relpkg|-rp Archive and upload new package/project version reliso|-ri Create all main flavors (not loram)\n" } @@ -132,7 +132,7 @@ bind_chroot_dir $SLITAZ/src $fs/src # Now mount package dir so they are in /home/slitaz/$version # We may not mount cache wok or others it has no point and if - # one want to use a shared wok he can bind it manually. + # one wants to use a shared wok he can bind it manually. bind_chroot_dir $slitaz/packages $fs/packages fi } diff -r a1732b0d78aa -r 116c7b18fea2 tazdev/tazdev.conf --- a/tazdev/tazdev.conf Wed Mar 21 09:23:54 2012 +0100 +++ b/tazdev/tazdev.conf Fri Mar 23 22:06:42 2012 +0000 @@ -10,10 +10,10 @@ # Path to all own and copy projects. PROJECTS="$HOME/Projects" -# Install chroot with packages +# Install chroot with packages. ROOTFS_PKG="yes" -# Packages to generate a minimal chroot +# Packages to generate a minimal chroot. CHROOT_PKGS="busybox libtaz cookutils tazpkg slitaz-base-files lzma" # Main mirror to push and download (ISO, rootfs. etc). diff -r a1732b0d78aa -r 116c7b18fea2 taztpd/taztpd --- a/taztpd/taztpd Wed Mar 21 09:23:54 2012 +0100 +++ b/taztpd/taztpd Fri Mar 23 22:06:42 2012 +0000 @@ -7,7 +7,7 @@ # AUTHOR: Christophe Lincoln # -# Personnal configuration overwrite system wide config. +# Personal configuration overwrites system wide config. [ -f "/etc/slitaz/taztpd.conf" ] && . /etc/slitaz/taztpd.conf [ -f "taztpd.conf" ] && . taztpd.conf