Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 820 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 820 Bytes

hpc-config

Overview

hpc-config is a suite of utilities to ease deployment of Puppet-HPC configuration management stack.

License

hpc-config is distributed under the GNU General Public License version 3.0 or later (GPLv3+).

Release

Steps to produce release $VERSION (ex: 2.1.3):

Update CHANGELOG.md to move entries under the [Unreleased] into a new release section. Then run:

git add CHANGELOG.md
git commit -m "Release $VERSION"
git tag -a v$VERSION -m "Release $VERSION"

To generate a tarball, run:

git archive --format=tar.gz --prefix=hpc-config-$VERSION/ \
    v$VERSION > ../hpc-config-$VERSION.tar.gz

The "rpm" banch should not be used, the version should be imported in the packaging repository : github.com/scibian/hpc-config.