Skip to content

Sheetalpamecha/packaging-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packaging-scripts

WIP : Gluster packaging scripts.

This is an effort to automate the gluster package building job for Debian, and Ubuntu.

How it works:

  • The package.sh is the top level script to be triggered through a Jenkin's job.
  • This will ssh from the Jenkin's slave to the machines were the packaging enviroment is set up.
  • Once sshed it will trigger the scripts generic_package.sh in the machines to start packaging.

To Run:

  • to trigger for all flavors of Debian and Ubuntu:
        ./package.sh <password> <series> <version> <release> all
  • to trigger for a particular flavors of Distribution:
        ./package.sh <password> <series> <version> <release> <distribution> <flavor>

To maintain:

  • For a new Flavor, we need to edit the package.sh by adding the new flavor and removing the obsolete one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages