diff options
author | B Stack <bgstack15@gmail.com> | 2017-05-20 16:58:32 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2017-05-20 16:58:32 -0400 |
commit | 3ebc0a456ce9bf381bafe7392396b18ba4ef3517 (patch) | |
tree | 689a16e887385b7b03c4ff279700eb20b94a9aab /etc | |
parent | starting 1.1-4 for storage1 in Mersey; updated local_mirror.conf files (diff) | |
download | mirror-3ebc0a456ce9bf381bafe7392396b18ba4ef3517.tar.gz mirror-3ebc0a456ce9bf381bafe7392396b18ba4ef3517.tar.bz2 mirror-3ebc0a456ce9bf381bafe7392396b18ba4ef3517.zip |
updated deploy.conf for storage1
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mirror/deploy.conf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/mirror/deploy.conf b/etc/mirror/deploy.conf index 668a56f..5115f10 100644 --- a/etc/mirror/deploy.conf +++ b/etc/mirror/deploy.conf @@ -5,6 +5,7 @@ # Purpose: # Package: mirror # History: +# 2017-05-20 updated for storage1 # Usage: # Reference: deploy.sh # Improve: @@ -19,7 +20,7 @@ [input] type=input -location=/srv/scripts/software +location=/mnt/public/packages packagedir=${inputlocation}/${packagename} [smith122rpm] @@ -31,7 +32,7 @@ type=destination flavor=centos # base location. Required to function. -location=/srv/science/smith122/repo/rpm +location=/mnt/public/www/smith122/repo/rpm # packagedir is the first place the script checks before placing a destination file. $location is a backup spot if packagedir is undefined. The script will evaluate packagedir, so you can use variables here. # default packagedir=<undefined> @@ -43,10 +44,10 @@ link=yes # If updatescript is executable, if the zone is updated this command will be called # default updatescript=<undefined> -updatescript=/srv/science/smith122/repo/rpm/update-smith122rpm.sh +updatescript=/mnt/public/www/smith122/repo/rpm/update-smith122rpm.sh [smith122deb] type=destination flavor=debian -location=/srv/science/smith122/repo/deb -updatescript=/srv/science/smith122/repo/deb/update-smith122deb.sh +location=/mnt/public/www/smith122/repo/deb +updatescript=/mnt/public/www/smith122/repo/deb/update-smith122deb.sh |