Apex: More fixes to daily master 15/13815/1
authorTim Rozet <trozet@redhat.com>
Tue, 10 May 2016 04:56:23 +0000 (00:56 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 10 May 2016 04:56:23 +0000 (00:56 -0400)
Change-Id: Id98ee64328e085305dfdd2e8ffa518541f7eed41
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index 060cda2..f02bd28 100644 (file)
             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
             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