An open API service indexing awesome lists of open source software.

https://github.com/gluster/release-tools

Scripts and other tools for doing Gluster releases, mass updating/closing bugs and more...
https://github.com/gluster/release-tools

Last synced: 12 months ago
JSON representation

Scripts and other tools for doing Gluster releases, mass updating/closing bugs and more...

Awesome Lists containing this project

README

          

## Gluster Release Tools

This repository is a collection of tools/scripts used by the GlusterFS release managers to do GlusterFS releases.

### Prerequisite

Bugzilla package needs to be installed on the machine where the script will be run.

### Scripts

- `close-bugs.sh`
This script is used to close bugs after a release. Run it as,
```
./close-bugs.sh
```

- `release_notes.sh`
This script is used to generate the release notes for a release. Run it as,
```
./release_notes.sh
```