forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1013175
commit c8569e9
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ pipeline { | |
sh """ | ||
rm -rf ${PROJECT}; git clone [email protected]:mapr/private-pkg.git ${PROJECT}; \ | ||
cd ${PROJECT}; \ | ||
git checkout MEP-9.0.0 ; \ | ||
git checkout MEP-9.1.1 ; \ | ||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 ; \ | ||
add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/' | ||
apt update ; \ | ||
|
@@ -149,7 +149,7 @@ pipeline { | |
sh """ | ||
rm -rf ${PROJECT}; git clone [email protected]:mapr/private-pkg.git ${PROJECT}; \ | ||
cd ${PROJECT}; \ | ||
git checkout MEP-9.0.0 ; \ | ||
git checkout MEP-9.1.1 ; \ | ||
sed -i 's/^mirrorlist/#mirrorlist/' /etc/yum.repos.d/CentOS-* ; \ | ||
sed -i 's/^#baseurl/baseurl/' /etc/yum.repos.d/CentOS-* ; \ | ||
sed -i 's/mirror.centos.org/vault.centos.org/' /etc/yum.repos.d/CentOS-* ; \ | ||
|