From 3947cbb320da7191fac2c7705763732f53cdbaae Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Tue, 9 Sep 2014 16:59:32 -0700 Subject: 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 --- scripts/pki_patch_maker | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'scripts/pki_patch_maker') 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 " is the starting SVN revision\n\n" printf " is the ending SVN revision\n\n" printf " is one of the following:\n\n" - printf " ipa-pki-theme\n" printf " pki-core\n\n" printf " is the version of the specified \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 specified!\n" Usage -- cgit