summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-06-26 13:38:00 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-06-28 08:25:38 +0000
commitd06479ad83229c51e36ec48c3821e68e9e31e2f6 (patch)
treecb9a3fc4ac17da2c9323102276aaee42819e4b2d /ci
parent28629643e330e0025cfce9c842867254998c3d99 (diff)
ci: Remove variable set by jjb scripts
Remove the WORKSPACE variable from this script as it is set by the jjb scripts. Change-Id: Ia603da9bd24bb29f71e7be0d1f7ddd00260459bf Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/utility/package-list.sh7
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/