diff options
author | B Stack <bgstack15@gmail.com> | 2017-07-23 10:19:08 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2017-07-23 10:19:08 -0400 |
commit | c5fe02cd394af93263b0fed2ad928752b5f47fc5 (patch) | |
tree | 9883f5871196e0fd36ef93beb3fdcb58d2cfad46 | |
parent | Transparent backgrounds on rpm and deb icons. (diff) | |
download | mirror-c5fe02cd394af93263b0fed2ad928752b5f47fc5.tar.gz mirror-c5fe02cd394af93263b0fed2ad928752b5f47fc5.tar.bz2 mirror-c5fe02cd394af93263b0fed2ad928752b5f47fc5.zip |
updated deploy.conf to include tar repo
-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. |