summaryrefslogtreecommitdiffstats
path: root/scripts/compose_pki_core_packages
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2013-11-13 18:50:50 -0500
committerAbhishek Koneru <akoneru@redhat.com>2013-11-13 18:50:50 -0500
commit2442de787890cc6a7ea703f26fd1527718b2ac1b (patch)
tree6031b7f1e58b1d6ea88d3178f61b3dad2e7ed61f /scripts/compose_pki_core_packages
parent029bf78aeba1f68d5c5a618086d55bc4cbe17b6c (diff)
downloadpki-2442de787890cc6a7ea703f26fd1527718b2ac1b.tar.gz
pki-2442de787890cc6a7ea703f26fd1527718b2ac1b.tar.xz
pki-2442de787890cc6a7ea703f26fd1527718b2ac1b.zip
Minor changes to the test scripts.
Removed unnecessary lines and changed the classpath used to build the JUnit tests.
Diffstat (limited to 'scripts/compose_pki_core_packages')
-rwxr-xr-xscripts/compose_pki_core_packages1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/compose_pki_core_packages b/scripts/compose_pki_core_packages
index fbd2b96b1..ab955827d 100755
--- a/scripts/compose_pki_core_packages
+++ b/scripts/compose_pki_core_packages
@@ -215,7 +215,6 @@ bash ./package_${PKI_CORE} | tee package_${PKI_CORE}.log 2>&1
if [ "$CREATEREPO" == "Y" ] ; then
echo "Creating a repository of the built rpms"
- cp -r $PKI_PWD/$PKI_DIR/scripts/repository.cfg .
cp -r $PKI_PWD/$PKI_DIR/scripts/scp_the_repo.exp .
Create_repo_after_build $REPO_CFG_FILE
fi