Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xcache-nspawn-lrz
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
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
ETP Computing
xcache-nspawn-lrz
Commits
bab4ce22
Commit
bab4ce22
authored
3 years ago
by
Nikolai Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
move all package installation to postinst
parent
71e413ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
var/local/mkosi/mkosi.default
+1
-17
1 addition, 17 deletions
var/local/mkosi/mkosi.default
var/local/mkosi/mkosi.postinst
+17
-1
17 additions, 1 deletion
var/local/mkosi/mkosi.postinst
with
18 additions
and
18 deletions
var/local/mkosi/mkosi.default
+
1
−
17
View file @
bab4ce22
...
...
@@ -16,20 +16,4 @@ UseHostRepositories=True
[Content]
WithNetwork=True # needed to run yum install in postinst
Packages=
yum
curl
gperftools
hostname
xrootd-server-5.1.0
xrootd-client-5.1.0
xrootd-5.1.0
xrootd-voms-5.1.0
xrootd-libs-5.1.0
voms-clients
wlcg-voms-atlas
fetch-crl
#osg-ca-certs # not sure where this comes from and if it's needed
gdb
yum-utils
python-requests
Packages=yum
This diff is collapsed.
Click to expand it.
var/local/mkosi/mkosi.postinst
+
17
−
1
View file @
bab4ce22
#!/bin/bash
yum
--releasever
=
7
--enablerepo
=
"osg-upcoming-testing"
install
-y
xrootd-rucioN2N-for-Xcache-1.2-3.3.osg35up.el7.x86_64
yum
install
-y
--releasever
=
7
\
curl
\
gperftools
\
hostname
\
xrootd-server-5.1.0
\
xrootd-client-5.1.0
\
xrootd-5.1.0
\
xrootd-voms-5.1.0
\
xrootd-libs-5.1.0
\
voms-clients
\
wlcg-voms-atlas
\
fetch-crl
\
gdb
\
yum-utils
\
python-requests
yum
--releasever
=
7
--disablerepo
=
"*"
--enablerepo
=
"osg-upcoming-testing"
install
-y
xrootd-rucioN2N-for-Xcache-1.2-3.3.osg35up.el7.x86_64
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