diff options
author | B Stack <bgstack15@gmail.com> | 2017-12-09 23:14:18 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2017-12-09 23:14:18 -0500 |
commit | bae46c0bbcc9558e4f5ee93e1c0ae75fd2f579eb (patch) | |
tree | d9a49d0e4770eb6dba5b67cac96f1af7cedd701c | |
parent | rewrite deploy.sh and update deploy.conf (diff) | |
download | mirror-master.tar.gz mirror-master.tar.bz2 mirror-master.zip |
-rw-r--r-- | usr/share/doc/mirror/README.txt | 5 | ||||
-rw-r--r-- | usr/share/mirror/build/mirror.spec | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/usr/share/doc/mirror/README.txt b/usr/share/doc/mirror/README.txt index 396a1ec..c107261 100644 --- a/usr/share/doc/mirror/README.txt +++ b/usr/share/doc/mirror/README.txt @@ -140,4 +140,7 @@ Changed deploy.conf to use package directories for deployment - Fixed deploy.sh: allow packages to be saved to a symlinked directory. * Sat Dec 9 2017 B Stack <bgstack15@gmail.com> 1.1-6 -- Work in progress +- Rewrote deploy.sh to work with multiple input files for a target web directory. +- Added deploy.conf option for freebsd +- Changed mirror.cron run times +- Fixed inc/rsync MIRRORDIR variable diff --git a/usr/share/mirror/build/mirror.spec b/usr/share/mirror/build/mirror.spec index 69bb773..c33a8ea 100644 --- a/usr/share/mirror/build/mirror.spec +++ b/usr/share/mirror/build/mirror.spec @@ -59,6 +59,7 @@ rm -rf ${buildroot} /usr/share/mirror/build/pack /usr/share/mirror/inc/rsync /usr/share/mirror/mirror-master.sh +/usr/share/mirror/deploy1.sh /usr/share/mirror/doc /usr/share/mirror/examples/FOOTER.html /usr/share/mirror/examples/HEADER.html |