summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2012-08-20 12:48:42 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2012-08-20 12:48:42 -0700
commit619328e99619be81526480e6c88d2fb29e333f6e (patch)
tree4b0e6fc418f0c7c91dd65868e4e41d82ca3e4a2e
parent6397d3508cc79d62fa6e899accbe8b106d8a8b29 (diff)
downloadpki-619328e99619be81526480e6c88d2fb29e333f6e.tar.gz
pki-619328e99619be81526480e6c88d2fb29e333f6e.tar.xz
pki-619328e99619be81526480e6c88d2fb29e333f6e.zip
Altered 'master' build script to build 'pki-tps' for Dogtag 9 by using
'hybrid_rpms' rather than 'rpms'.
-rwxr-xr-xscripts/build_dogtag_pki2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_dogtag_pki b/scripts/build_dogtag_pki
index 96eccd057..dd525fd58 100755
--- a/scripts/build_dogtag_pki
+++ b/scripts/build_dogtag_pki
@@ -222,7 +222,7 @@ ${PKI_SUDO} ${YUM_EXE} ${YUM_EXE_OPTIONS} ${PKI_TKS}
# Compose and install 'pki-tps' packages
cd ${PKI_PWD}
-${PKI_COMPOSE_SCRIPTS_DIR}/${COMPOSE_PKI_TPS_PACKAGES} rpms
+${PKI_COMPOSE_SCRIPTS_DIR}/${COMPOSE_PKI_TPS_PACKAGES} hybrid_rpms
mv ${PKI_PACKAGES_DIR} ${PKI_TPS_PACKAGES_DIR}
cd ${PKI_TPS_PACKAGES_DIR}/${RPM_DIR}/${PKI_ARCH}
${PKI_SUDO} ${YUM_EXE} ${YUM_EXE_OPTIONS} ${PKI_TPS}