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...
- Host: GitHub
- URL: https://github.com/gluster/release-tools
- Owner: gluster
- Created: 2015-07-30T09:44:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T03:51:58.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T08:52:30.847Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 11
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```