Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
0d82ef75
Commit
0d82ef75
authored
May 17, 2021
by
Oliver Keeble
Browse files
Make sure all the necessary repos are added (CTA build tree)
parent
fa44b29f
Changes
1
Hide whitespace changes
Inline
Side-by-side
continuousintegration/buildtree_runner/vmBootstrap/bootstrapCTA.sh
View file @
0d82ef75
...
...
@@ -29,12 +29,16 @@ mkdir -p ~/CTA-build-srpm
echo
Installing repos
if
[[
"
$PUBLIC
"
==
false
]]
;
then
sudo
yum-config-manager
--add-repo
=
`
ls
-1
~/CTA/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/
*
.repo
`
for
i
in
~/CTA/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/
*
.repo
;
do
sudo
yum-config-manager
--add-repo
=
$i
done
else
sudo
wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7
-O
/etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
sudo
wget https://git.ceph.com/release.asc
-O
/etc/pki/rpm-gpg/RPM-ASC-KEY-ceph
sudo
yum-config-manager
--add-repo
=
`
ls
-1
~/CTA/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/
*
.repo
`
for
i
in
~/CTA/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/
*
.repo
;
do
sudo
yum-config-manager
--add-repo
=
$i
done
fi
sudo
yum
install
-y
yum-plugin-priorities
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment