diff options
-rw-r--r-- | etc/mirror/deploy.conf | 10 | ||||
-rw-r--r-- | usr/share/doc/mirror/README.txt | 1 |
2 files changed, 10 insertions, 1 deletions
diff --git a/etc/mirror/deploy.conf b/etc/mirror/deploy.conf index 5115f10..6a9a49c 100644 --- a/etc/mirror/deploy.conf +++ b/etc/mirror/deploy.conf @@ -40,7 +40,7 @@ packagedir=${location}/${packagename} # If link is yes, it will make a symlink to the master tarball # default link=no -link=yes +#link=yes # If updatescript is executable, if the zone is updated this command will be called # default updatescript=<undefined> @@ -51,3 +51,11 @@ type=destination flavor=debian location=/mnt/public/www/smith122/repo/deb updatescript=/mnt/public/www/smith122/repo/deb/update-smith122deb.sh +packagedir=${location}/${packagename} + +[smith122tar] +type=destination +flavor=tarball +location=/mnt/public/www/smith122/repo/tar +updatescript=/mnt/public/www/smith122/repo/tar/update-smith122tar.sh +packagedir=${location}/${packagename} diff --git a/usr/share/doc/mirror/README.txt b/usr/share/doc/mirror/README.txt index f7fb93b..b039e76 100644 --- a/usr/share/doc/mirror/README.txt +++ b/usr/share/doc/mirror/README.txt @@ -132,3 +132,4 @@ Changed deploy.conf to use package directories for deployment - Rearranged directory structure to match current bgscripts standard. - Fixed local_mirror httpd conf to include "AddIcon deb.png." - Fixed deb and rpm icons to have transparent backgrounds. +- Added the tar repo to deploy.conf. |