Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
3872f70a
Commit
3872f70a
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Expand build notes description
parent
457a3f2e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BUILD.NOTES
+6
-1
6 additions, 1 deletion
BUILD.NOTES
with
6 additions
and
1 deletion
BUILD.NOTES
+
6
−
1
View file @
3872f70a
...
...
@@ -37,7 +37,12 @@ Linux cluster (See BlueGene and AIX specific notes below for some differences).
files, but not to code.
- this is a prerelease (Release = 0.preX)
2. Tag the repository with the appropriate name for the new version.
> git tag -a slurm-2-3-0-0-pre5 -m "create tag v2.3.0-pre5"
Note the first three digits are the version number. For a proper release,
the last digit is "1" (except for a rebuild without code changes which
could be "2"). For pre-releases, the last digit should be "0" followed by
"pre#" or "rc#".
> git tag -a slurm-2-6-7-1 -m "create tag v2.6.7" OR
> git tag -a slurm-2-7-0-0pre5 -m "create tag v2.7.0-pre5"
> git push --tags
3. Use the rpm make target to create the new RPMs. This requires a .rpmmacros
(.rpmrc for newer versions of rpmbuild) file containing:
...
...
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