summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-05-10 00:56:23 -0400
committerTim Rozet <trozet@redhat.com>2016-05-10 00:56:23 -0400
commitf7a3a9092f25aa9a4f4168434aff3fee170f0c94 (patch)
tree71cd50519925dd5bc8f6f461fd2c5652a23be30b
parent96b6225c277a8d0ec3ac4cd6e63405a47b580c3a (diff)
Apex: More fixes to daily master
Change-Id: Id98ee64328e085305dfdd2e8ffa518541f7eed41 Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r--jjb/apex/apex.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 060cda268..f02bd283e 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -797,7 +797,7 @@
SRPM_INSTALL_PATH=$BUILD_DIRECTORY
SRPM_LIST=$SRPM_INSTALL_PATH/$(basename $OPNFV_SRPM_URL)
for pkg in common undercloud opendaylight-sfc onos; do
- SRPM_LIST+=" ${SRPM_INSTALL_PATH}/opnfv-apex/opnfv-apex-${pkg}-${VERSION_EXTENSION}"
+ SRPM_LIST+=" ${SRPM_INSTALL_PATH}/opnfv-apex-${pkg}-${VERSION_EXTENSION}"
done
for artifact in $RPM_LIST $SRPM_LIST; do
gsutil cp $artifact gs://$GS_URL/$(basename $artifact) > gsutil.iso.log 2>&1
@@ -935,7 +935,7 @@
else
VERSION_EXTENSION=$(echo $(basename $RPM_LIST) | sed 's/opnfv-apex-//')
for pkg in common undercloud opendaylight-sfc onos; do
- RPM_LIST+=" ${RPM_INSTALL_PATH}/opnfv-apex/opnfv-apex-${pkg}-${VERSION_EXTENSION}"
+ RPM_LIST+=" ${RPM_INSTALL_PATH}/opnfv-apex-${pkg}-${VERSION_EXTENSION}"
done
# update / install the new rpm