Submitter | Gregory Szorc |
---|---|
Date | Nov. 2, 2016, 1:49 a.m. |
Message ID | <8c47e896413be961ece5.1478051377@ubuntu-vm-main> |
Download | mbox | patch |
Permalink | /patch/17264/ |
State | Accepted |
Headers | show |
Comments
On 11/02/2016 02:49 AM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc <gregory.szorc@gmail.com> > # Date 1478051363 25200 > # Tue Nov 01 18:49:23 2016 -0700 > # Node ID 8c47e896413be961ece5e585f883e0ce7e4b684d > # Parent e5cc44ea12de681d971fcbebb65a7fb71fd1c3c7 > make: targets for building packages for ubuntu yakkety > > Ubuntu 16.10 Yakkety Yak is out. Let's support it. I've pushed that one, thanks.
Patch
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -207,6 +207,12 @@ docker-ubuntu-xenial: contrib/docker/ubu docker-ubuntu-xenial-ppa: contrib/docker/ubuntu-xenial contrib/dockerdeb ubuntu xenial --source-only +docker-ubuntu-yakkety: contrib/docker/ubuntu-yakkety + contrib/dockerdeb ubuntu yakkety + +docker-ubuntu-yakkety-ppa: contrib/docker/ubuntu-yakkety + contrib/dockerdeb ubuntu yakkety --source-only + fedora20: mkdir -p packages/fedora20 contrib/buildrpm