ci: Remove variable set by jjb scripts 19/36519/4
authorMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 26 Jun 2017 12:38:00 +0000 (13:38 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Wed, 28 Jun 2017 08:25:38 +0000 (08:25 +0000)
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>
ci/utility/package-list.sh

index 9f87843..d96fffb 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
-
-# Here rpms built could be taken from
-RPM_DIR=$RPM_WORKDIR/RPMS/x86_64/