diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-06-29 10:32:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-29 10:32:05 +0000 |
commit | d941536ff9333c80242bad25983db0364d008c16 (patch) | |
tree | 431d3f36be6d299d125c9461bb8ae96582e3234b | |
parent | 80e1ee94abf1d555cc8e6c42625ea0513458b779 (diff) | |
parent | d06479ad83229c51e36ec48c3821e68e9e31e2f6 (diff) |
Merge "ci: Remove variable set by jjb scripts"
-rwxr-xr-x | ci/utility/package-list.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ci/utility/package-list.sh b/ci/utility/package-list.sh index 9f878431..d96fffb3 100755 --- a/ci/utility/package-list.sh +++ b/ci/utility/package-list.sh @@ -13,16 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -WORKSPACE=${WORKSPACE:-`cd && pwd`} +RPM_WORKDIR=$WORKSPACE/rpmbuild +RPM_DIR=$RPM_WORKDIR/RPMS/x86_64 COLLECTD_DIR=$WORKSPACE/collectd CMTCAT_DIR=$WORKSPACE/intel-cmt-cat -RPM_WORKDIR=$WORKSPACE/rpmbuild CMTCAT_REPO=https://github.com/01org/intel-cmt-cat.git CMTCAT_BRANCH=master COLLECTD_REPO=https://github.com/collectd/collectd.git COLLECTD_BRANCH=master - -# Here rpms built could be taken from -RPM_DIR=$RPM_WORKDIR/RPMS/x86_64/ |