summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-07-23 10:19:08 -0400
committerB Stack <bgstack15@gmail.com>2017-07-23 10:19:08 -0400
commitc5fe02cd394af93263b0fed2ad928752b5f47fc5 (patch)
tree9883f5871196e0fd36ef93beb3fdcb58d2cfad46 /etc
parentTransparent backgrounds on rpm and deb icons. (diff)
downloadmirror-c5fe02cd394af93263b0fed2ad928752b5f47fc5.tar.gz
mirror-c5fe02cd394af93263b0fed2ad928752b5f47fc5.tar.bz2
mirror-c5fe02cd394af93263b0fed2ad928752b5f47fc5.zip
updated deploy.conf to include tar repo
Diffstat (limited to 'etc')
-rw-r--r--etc/mirror/deploy.conf10
1 files changed, 9 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}
bgstack15