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
9aebc61c
Commit
9aebc61c
authored
7 years ago
by
Michael Davis
Browse files
Options
Downloads
Patches
Plain Diff
Adds noarch rpms to xrootd build
parent
99982d4f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xroot_rpms/.gitignore
+2
-0
2 additions, 0 deletions
xroot_rpms/.gitignore
xroot_rpms/build-rpms
+1
-0
1 addition, 0 deletions
xroot_rpms/build-rpms
with
3 additions
and
0 deletions
xroot_rpms/.gitignore
0 → 100644
+
2
−
0
View file @
9aebc61c
noarch/
x86_64/
This diff is collapsed.
Click to expand it.
xroot_rpms/build-rpms
+
1
−
0
View file @
9aebc61c
...
...
@@ -4,6 +4,7 @@ sudo docker build . -f ./Dockerfile -t buildxroot
id
=
$(
sudo
docker create buildxroot bash
)
sudo
docker
cp
${
id
}
:rpmbuild_xrootd/RPMS/noarch/
.
sudo
docker
cp
${
id
}
:rpmbuild_xrootd/RPMS/x86_64/
.
sudo
docker
rm
-v
${
id
}
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