butterknife icon indicating copy to clipboard operation
butterknife copied to clipboard

Add nightly builds

Open laurivosandi opened this issue 9 years ago • 0 comments

With butterknife serve running on the host we could generate snapshots automatically every night. The cron.daily could be used to achieve that and it would also report errors back to the host owner. For nightly build we would could execute butterknfie-nightly in the container to peform for example following steps on Ubuntu template:

  • apt-get update
  • apt-get upgrade
  • apt-get dist-upgrade
  • apt-get autoremove
  • puppet agent --onetime

After butterknife-nightly finishes running we could simply issue butterknife lxc release. Once we have proper commit messages in place this snapshot could be tagged as nightly.

laurivosandi avatar Jan 28 '16 10:01 laurivosandi