summaryrefslogtreecommitdiffstats
path: root/scripts/compose_pki_core_packages
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2014-08-27 19:52:03 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2014-08-28 15:59:49 -0700
commit93a8e9aa5c68f50ca3a9c971691b58390d453950 (patch)
tree47f42cd2fef1ba1a00af11097dc67aba464f9137 /scripts/compose_pki_core_packages
parenta1c75503d9839c5b68b42562afbc59c125fe3067 (diff)
downloadpki-93a8e9aa5c68f50ca3a9c971691b58390d453950.tar.gz
pki-93a8e9aa5c68f50ca3a9c971691b58390d453950.tar.xz
pki-93a8e9aa5c68f50ca3a9c971691b58390d453950.zip
Remove RA and pkicreate and pkisilent
- PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and 'pki-silent' packages . . .
Diffstat (limited to 'scripts/compose_pki_core_packages')
-rwxr-xr-xscripts/compose_pki_core_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_pki_core_packages b/scripts/compose_pki_core_packages
index 67d85a599..18cddb00b 100755
--- a/scripts/compose_pki_core_packages
+++ b/scripts/compose_pki_core_packages
@@ -45,7 +45,7 @@ if [ "$WITHOUT_JAVADOC" = "" ]; then
fi
if [ "$WITHOUT_SERVER" = "" ]; then
- PKI_COMPONENT_LIST="$PKI_COMPONENT_LIST server ca kra ocsp tks tps-tomcat setup silent"
+ PKI_COMPONENT_LIST="$PKI_COMPONENT_LIST server ca kra ocsp tks tps-tomcat setup"
fi
##