diff options
author | Abhishek Koneru <akoneru@redhat.com> | 2013-11-13 18:50:50 -0500 |
---|---|---|
committer | Abhishek Koneru <akoneru@redhat.com> | 2013-11-13 18:50:50 -0500 |
commit | 2442de787890cc6a7ea703f26fd1527718b2ac1b (patch) | |
tree | 6031b7f1e58b1d6ea88d3178f61b3dad2e7ed61f /scripts/compose_functions | |
parent | 029bf78aeba1f68d5c5a618086d55bc4cbe17b6c (diff) | |
download | pki-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_functions')
-rw-r--r-- | scripts/compose_functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_functions b/scripts/compose_functions index 9271a0bc0..d5996ae1b 100644 --- a/scripts/compose_functions +++ b/scripts/compose_functions @@ -293,7 +293,7 @@ Create_repo_after_build() if [ ! -e $repo_location ] ; then mkdir -p $repo_location fi - cp -r RPMS SOURCES SRPMS SPECS $repo_location + cp -r RPMS SRPMS $repo_location createrepo $REPOSITORY_LOCATION/RPMS/noarch/ createrepo $REPOSITORY_LOCATION/RPMS/x86_64/ createrepo $REPOSITORY_LOCATION/SRPMS/ |