ci: verify generated rpms
[barometer.git] / ci / utility / package-list.sh
index 9f87843..0594e5b 100755 (executable)
 # 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
+CMTCAT_VERSION="v1.1.0"
 
-# Here rpms built could be taken from
-RPM_DIR=$RPM_WORKDIR/RPMS/x86_64/
+COLLECTD_REPO=https://github.com/collectd/collectd.git
+COLLECTD_BRANCH=d83bdb92ce4dbda05dcb7112c4e9fea1a17a3e22