Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 709 Bytes

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 <file-with-bugs-to-be-closed> <version-string-for-current-release> <url-to-mailing-list-announcement>
    
  • release_notes.sh This script is used to generate the release notes for a release. Run it as,

          ./release_notes.sh <previous version released> <current version to be released> <path to glusterfs repository>