Skip to content

Commit

Permalink
docs: Add new section "RPM Packaging"
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Feb 27, 2024
1 parent 094f4a5 commit 22e79aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,19 @@ EOF
SLURM_SINGULARITY_DEBUG=true SLURM_SINGULARITY_GLOBAL=--silent sbatch job.sh
```

## RPM Packaging

While these packages are tailored to the GSI HPC Cluster environment, you may
still find them interesting for reference or to fork from:

* [el9](https://git.gsi.de/SDE/packages/slurm-singularity-exec/-/tree/virgo-3-el9):
Uses the new [`%autorelease` and `%autochangelog` macros](https://docs.pagure.org/fedora-infra.rpmautospec/index.html).
If you build via [`mock`](https://github.com/rpm-software-management/mock),
it requires `--enable-plugin=rpmautospec`.
* [el8](https://git.gsi.de/SDE/packages/slurm-singularity-exec/-/tree/virgo-3-el8):
Traditional manually maintained Release and Changelog fields.


## Development

Build the required singularity containers with the script [`containers.sh`][97].
Expand Down

0 comments on commit 22e79aa

Please sign in to comment.