Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
delphi
deployment
Commits
026b34d7
Commit
026b34d7
authored
2 months ago
by
Ulrich Schwickerath
Browse files
Options
Downloads
Patches
Plain Diff
correct xrd version naming for ubuntu24
parent
c9f3bb08
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CI/ubuntu24_64_xrd.yml
+6
-6
6 additions, 6 deletions
CI/ubuntu24_64_xrd.yml
with
6 additions
and
6 deletions
CI/ubuntu24_64_xrd.yml
+
6
−
6
View file @
026b34d7
...
...
@@ -306,13 +306,13 @@ binaries_ubuntu24_64_xrd:
script
:
-
echo "Packaging binaries..."
-
mv d/releases/ubuntu-x86_64-24 .
-
mv ubuntu-x86_64-24 ubuntu-x86_64_xrd
-24
-
(cd ubuntu-x86_64_xrd
-24
; rm -rf perl ; ln -s ../../perl)
-
touch ubuntu-x86_64_xrd
-24
/.cvmfscatalog
-
mv ubuntu-x86_64-24 ubuntu-x86_64
-24
_xrd
-
(cd ubuntu-x86_64
-24
_xrd; rm -rf perl ; ln -s ../../perl)
-
touch ubuntu-x86_64
-24
_xrd/.cvmfscatalog
artifacts
:
name
:
ubuntu-x86_64_xrd
-24
name
:
ubuntu-x86_64
-24
_xrd
paths
:
-
ubuntu-x86_64_xrd
-24
-
ubuntu-x86_64
-24
_xrd
container_ubuntu24_64_xrd
:
image
:
...
...
@@ -335,7 +335,7 @@ container_ubuntu24_64_xrd:
-
echo "ADD d/ /delphi" >> Dockerfile; echo "COPY delphi.sh /etc/profile.d/delphi.sh" >> Dockerfile; echo "COPY delphi.csh /etc/profile.d/delphi.csh" >> Dockerfile
-
echo "RUN groupadd delphi" >> Dockerfile; echo "RUN useradd -m -g delphi delphi" >> Dockerfile
-
echo "RUN echo '%delphi ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers" >> Dockerfile
-
echo "RUN chmod 400 /etc/shadow; cd /delphi; ln -s ubuntu-x86_64_xrd
-24
ubuntu-x86_64-24" >> Dockerfile
-
echo "RUN chmod 400 /etc/shadow; cd /delphi; ln -s ubuntu-x86_64
-24
_xrd ubuntu-x86_64-24" >> Dockerfile
-
echo "RUN cd /home/delphi; git clone https://gitlab.cern.ch/delphi/examples.git; mkdir graexe graexe/data graexe/run graexe/hcopy; chown -R delphi.delphi examples graexe; " >> Dockerfile
-
echo "RUN echo export PS1=\'[\\\u \\\W]\$ \' >> /home/delphi/.bashrc" >> Dockerfile
-
/kaniko/executor
...
...
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