X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Futility%2Fpackage-list.sh;h=10c32a46ee7fce5071475bf40366537610e061d7;hb=bb4cd4a808844bad8cf42617fbbd29f24c4308e8;hp=9f87843141fc123f9e7c4a71e4b0e06aa661d94f;hpb=f88957cc68ef57f872f502e3d6fa462f2222dc1b;p=barometer.git diff --git a/ci/utility/package-list.sh b/ci/utility/package-list.sh old mode 100644 new mode 100755 index 9f878431..10c32a46 --- 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/ +COLLECTD_BRANCH=d83bdb92ce4dbda05dcb7112c4e9fea1a17a3e22