From c5fe02cd394af93263b0fed2ad928752b5f47fc5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 23 Jul 2017 10:19:08 -0400 Subject: updated deploy.conf to include tar repo --- etc/mirror/deploy.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'etc') 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= @@ -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} -- cgit