summaryrefslogtreecommitdiffstats
path: root/scripts/pki_patch_maker
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2014-09-09 16:59:32 -0700
committerMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2014-09-30 10:30:54 -0700
commit3947cbb320da7191fac2c7705763732f53cdbaae (patch)
tree6a433a22eedfe219c0aef84186e4bb5d0626209b /scripts/pki_patch_maker
parent0c60b79971c914fb93ec51b5b076156381e00158 (diff)
downloadpki-3947cbb320da7191fac2c7705763732f53cdbaae.tar.gz
pki-3947cbb320da7191fac2c7705763732f53cdbaae.tar.xz
pki-3947cbb320da7191fac2c7705763732f53cdbaae.zip
Remove IPA theme component and old unused UI directories
- PKI TRAC Ticket #1136 - Remove ipa-pki-theme component - Remove 'ca-ui', 'kra-ui', 'ocsp-ui', 'ra-ui', 'tks-ui', and 'tps-ui' directories - Consolidate 'pki-core' packages
Diffstat (limited to 'scripts/pki_patch_maker')
-rwxr-xr-xscripts/pki_patch_maker8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/pki_patch_maker b/scripts/pki_patch_maker
index 69834100f..dcd5b5eeb 100755
--- a/scripts/pki_patch_maker
+++ b/scripts/pki_patch_maker
@@ -21,13 +21,12 @@ Usage()
printf " <startrev> is the starting SVN revision\n\n"
printf " <endrev> is the ending SVN revision\n\n"
printf " <srpm> is one of the following:\n\n"
- printf " ipa-pki-theme\n"
printf " pki-core\n\n"
printf " <basever> is the version of the specified <srpm>\n"
printf "\n"
printf "IMPORTANT: Successful use of this script relies upon separation\n"
- printf " of 'pki-core' and 'ipa-pki-theme' check-ins. All\n"
- printf " patch files automatically produced by this script\n"
+ printf " of 'pki-core' check-ins. All patch files\n"
+ printf " automatically produced by this script\n"
printf " should be applied and tested thoroughly before\n"
printf " being accepted as proper patches.\n\n"
}
@@ -36,7 +35,6 @@ Usage()
##
## Identify source associated with srpm
##
-IPA_PKI_THEME="dogtag/ca-ui dogtag/common-ui"
PKI_CORE="base/ca base/common base/java-tools base/native-tools base/selinux base/setup base/symkey base/util"
@@ -57,8 +55,6 @@ basever=$4
if [ ${srpm} == "pki-core" ]; then
source=${PKI_CORE}
-elif [ ${srpm} == "ipa-pki-theme" ]; then
- source=${IPA_PKI_THEME}
else
printf "ERROR: Invalid <srpm> specified!\n"
Usage