8000 GitHub - DrillingInfo/upgrade-monkey
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DrillingInfo/upgrade-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Upgrade Monkey

Like the ci-monkey that goes around finding repos to give ci builds to automatically, the upgrade-monkey goes around finding infrastructure to upgrade.

Design

  • different "modules" for each upgradeable piece
    • jenkins "module" goes to find if there are updates for jenkins and does them
    • module could be file or function or separate repo
  • current version is stored in config file passed to binary with -c flag

Roadmap

  • alert
  • Denote version locks (Major/Minor/Patch? Minor first Patch (1.1.1 instead of 1.1.0)

Repo Notes

export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:~/git/upgrade-monkey/bin
export GOPATH=~/git/upgrade-monkey
vi src/github.com/wsoula/upgrade-monkey/upgrade-monkey.go
go install github.com/wsoula/upgrade-monkey
bin/upgrade-monkey

Links I Used

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0