Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LHCbDIRAC
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
11
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
LHCb Dirac
LHCbDIRAC
Merge requests
!35
Update release notes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update release notes
dmaster
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Joel Closier
requested to merge
dmaster
into
master
8 years ago
Overview
0
Commits
2
Pipelines
0
Changes
-
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
038fe0af
2 commits,
8 years ago
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/source/AdministratorGuide/Installation/make_release.rst
+
5
−
3
Options
@@ -130,9 +130,11 @@ Conflicts or not, you'll need to push back to upstream::
Creating the release tarball, add uploading it to the LHCb web service
```````````````````````````````````````````````````````````````````````
Login on lxplus, run
SetupProject LHCbDIRAC, then run the following
::
Login on lxplus, run ::
dirac-distribution bla bla
SetupProject LHCbDirac
git archive --remote ssh://git@gitlab.cern.ch:7999/lhcb-dirac/LHCbDIRAC.git devel LHCbDIRAC/releases.cfg | tar -x -v -f - --transform 's|^LHCbDIRAC/||' LHCbDIRAC/releases.cfg
dirac-distribution -r v8r2p36 -l LHCb -C file:///`pwd`/releases.cfg
(this may take some time)
@@ -168,7 +170,7 @@ The job should be considered successful if:
This job will simply install the pilot. Please just check if the result does not show in an "unstable" status
3. https://lhcb-jenkins.cern.ch/jenkins/view/LHCbDIRAC/job/RELEASE__/
3. https://lhcb-jenkins.cern.ch/jenkins/view/LHCbDIRAC/job/RELEASE__/
TODO
Loading