Skip to content

Commit

Permalink
make stretch and yakkety available to install via packagecloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ctdk committed Mar 24, 2017
1 parent c71c518 commit 81638fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* Add that simple man page, along with the html docs, to the packagecloud.io
packages.
* Add a Dockerfile to allow running the local goiardi source in docker.
* Add Debian "stretch" and Ubuntu "yakkety yak" to the distro versions we have
in the package repository.

0.11.2
------
Expand Down
4 changes: 3 additions & 1 deletion packaging/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ package_cloud push ${PACKAGECLOUD_REPO}/debian/wheezy ${DIR}/artifacts/wheezy/*.

# debian/jessie
package_cloud push ${PACKAGECLOUD_REPO}/debian/jessie ${DIR}/artifacts/jessie/*.deb
package_cloud push ${PACKAGECLOUD_REPO}/debian/stretch ${DIR}/artifacts/jessie/*.deb
package_cloud push ${PACKAGECLOUD_REPO}/ubuntu/xenial ${DIR}/artifacts/jessie/*amd64.deb
package_cloud push ${PACKAGECLOUD_REPO}/ubuntu/yakkety ${DIR}/artifacts/jessie/*amd64.deb

# ubuntu
# older upstart-based ubuntu
package_cloud push ${PACKAGECLOUD_REPO}/ubuntu/trusty ${DIR}/artifacts/trusty/*.deb

# centos
Expand Down

0 comments on commit 81638fc

Please sign in to comment.