diff options
-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 |