Skip to content

edf-hpc/hpc-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.