Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
503e09c7
Commit
503e09c7
authored
5 years ago
by
Eric Cano
Browse files
Options
Downloads
Patches
Plain Diff
Updated vm bootstraping scripts.
parent
9bd5fa16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
continuousintegration/buildtree_runner/vmBootstrap/bootstrapCTA.sh
+4
-5
4 additions, 5 deletions
...sintegration/buildtree_runner/vmBootstrap/bootstrapCTA.sh
with
4 additions
and
5 deletions
continuousintegration/buildtree_runner/vmBootstrap/bootstrapCTA.sh
+
4
−
5
View file @
503e09c7
...
...
@@ -18,17 +18,16 @@ mkdir -p ~/CTA-build-srpm
(
cd
~/CTA-build-srpm
&&
cmake
-DPackageOnly
:Bool
=
true
../CTA
;
make cta_srpm
)
echo
Installing repos
sudo
yum-config-manager
--add-repo
=
../../docker/ctafrontend/cc7/etc/yum.repos.d/eos.repo
sudo
yum-config-manager
--add-repo
=
ceph-internal.repo
sudo
yum-config-manager
--add-repo
=
../../docker/ctafrontend/cc7/etc/yum.repos.d/cta-ci.repo
sudo
yum-config-manager
--add-repo
=
../../docker/ctafrontend/cc7/etc/yum.repos.d/castor.repo
for
r
in
`
ls
../../docker/ctafrontend/cc7/etc/yum.repos.d/
*
.repo
`
ceph-internal.repo
;
do
sudo
yum-config-manager
--add-repo
=
$r
done
sudo
yum
install
-y
yum-plugin-priorities
echo
Adding versionlock
for
xrootd:
sudo cp
../../docker/ctafrontend/cc7/etc/yum/pluginconf.d/versionlock.list /etc/yum/pluginconf.d/versionlock.list
echo
Installing build dependencies
sudo
yum-builddep
-y
~/CTA-build-srpm/RPM/SRPMS/cta-0-
0
.src.rpm
--enablerepo
=
cernonly
--nogpgcheck
sudo
yum-builddep
-y
~/CTA-build-srpm/RPM/SRPMS/cta-0-
1
.src.rpm
--enablerepo
=
cernonly
--nogpgcheck
echo
Installing mhvtl
sudo
yum
install
-y
mhvtl-utils kmod-mhvtl mhvtl-utils
--enablerepo
=
castor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment