From 148eabc90916215324ec11426baf7001d62f0db7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 6 Feb 2017 11:32:49 -0500 Subject: added --noupdate to deploy.sh --- usr/share/mirror/deploy.sh | 32 +++++++++++++++++++++----------- usr/share/mirror/docs/README.txt | 9 +++++---- 2 files changed, 26 insertions(+), 15 deletions(-) diff --git a/usr/share/mirror/deploy.sh b/usr/share/mirror/deploy.sh index 2a03abc..0adb090 100755 --- a/usr/share/mirror/deploy.sh +++ b/usr/share/mirror/deploy.sh @@ -6,6 +6,7 @@ # Purpose: To make it easy to deploy to the mirror a new version of a package # Package: mirror # History: +# 2017-02-06 added --noupdate option # Usage: # Reference: ftemplate.sh 2016-07-12a; framework.sh 2016-05-25a # mirror-master from mirror-1.0-2.noarch.rpm @@ -17,7 +18,7 @@ deployversion="2016-07-14a" usage() { less -F >&2 <