Skip to content

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

Notifications You must be signed in to change notification settings

rkothiya/release-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
    

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • Shell 36.5%