The templates here are used to create the Debian Vagrant base boxes available at https://atlas.hashicorp.com/debian/
vagrant init debian/jessie64
vagrant init debian/wheezy64
See https://wiki.debian.org/Teams/Cloud/RebuildVagrantBaseBoxes
- Update the changelog and version in $CODENAME.json
- export ATLAS_TOKEN=$(gpg --decrypt ../helpers/token.gpg)
- Call
make $CODENAME.released
to sign the boxes and upload the checksums to Alioth - Release the boxes on atlas
Many thanks to Mitchell Hashimoto for his awesome work on Packer and Vagrant,