summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/share/doc/mirror/README.txt3
-rwxr-xr-xusr/share/mirror/build/pack2
2 files changed, 3 insertions, 2 deletions
diff --git a/usr/share/doc/mirror/README.txt b/usr/share/doc/mirror/README.txt
index 404ccec..d67a3a6 100644
--- a/usr/share/doc/mirror/README.txt
+++ b/usr/share/doc/mirror/README.txt
@@ -128,5 +128,6 @@ Changed deploy.conf to use package directories for deployment
- Adapted new icons for rpm, deb, and repos.
- Updated directories for storage1 in the Mersey network.
-2017-07-22 mirror-1.1-5
+2017-07-23 mirror-1.1-5
- Rearranged directory structure to match current bgscripts standard.
+- Fixed local_mirror httpd conf to include "AddIcon deb.png"
diff --git a/usr/share/mirror/build/pack b/usr/share/mirror/build/pack
index e16db5a..6d9c6d6 100755
--- a/usr/share/mirror/build/pack
+++ b/usr/share/mirror/build/pack
@@ -18,7 +18,7 @@ case "${thisflavor}" in
echo " $@ " | grep -qiE -- "help|usage|\s-h\s|\s-\?" 1>/dev/null 2>&1 && {
# display help and exit
less -F <<EOF
-pack utility version 2017-04-04a-mirror
+pack utility version 2017-07-22a-mirror
usage: pack [ rpm | deb | tar | scrub ] [ --debug | -d {0-10} ]
Provides a single command for building a package. This script is customized to each package.
optional arguments:
bgstack15