diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-22 17:45:19 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-22 17:45:19 -0500 |
commit | e5f4e9511ecdb727b593ef125916172d0bed3017 (patch) | |
tree | 434b3dd9ec01ef7774eb07292ab30ec7b892f030 | |
parent | db0f468271fa2d15ce094be1852d2311422b772f (diff) |
apex: Adds uploading opendaylight-sfc rpm
Change-Id: I0b3fbd5f6418523d108c2d952a5488c799d39274
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index e0b61bd75..e6788f3d2 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -521,12 +521,12 @@ gsutil cp $BUILD_DIRECTORY/OPNFV-CentOS-7-x86_64-$OPNFV_ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso > gsutil.iso.log 2>&1 RPM_INSTALL_PATH=$BUILD_DIRECTORY/$(basename $OPNFV_RPM_URL) RPM_LIST=$RPM_INSTALL_PATH - for pkg in common undercloud; do + for pkg in common undercloud opendaylight-sfc; do RPM_LIST+=" ${RPM_INSTALL_PATH/opnfv-apex/opnfv-apex-${pkg}}" done SRPM_INSTALL_PATH=$BUILD_DIRECTORY/$(basename $OPNFV_SRPM_URL) SRPM_LIST=$SRPM_INSTALL_PATH - for pkg in common undercloud; do + for pkg in common undercloud opendaylight-sfc; do SRPM_LIST+=" ${SRPM_INSTALL_PATH/opnfv-apex/opnfv-apex-${pkg}}" done for artifact in $RPM_LIST $SRPM_LIST; do |