[PATCH] make: remove targets for building packages for ubuntu wily (end of life)

Anton Shestakov av6 at dwimlabs.net
Fri Jan 6 02:27:29 UTC 2017


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1483667800 -28800
#      Fri Jan 06 09:56:40 2017 +0800
# Node ID 90b91ae76caca024f2a94e53705ddd2a06963da0
# Parent  69459fdf3b1b06e4add68d4dbd36a585d818f3b1
make: remove targets for building packages for ubuntu wily (end of life)

Ubuntu 15.10 (Wily Werewolf) came out on October 22, 2015 and reached end of
life on July 28, 2016 [1]. Users were encouraged to upgrade to 16.04 (Xenial).

PPA doesn't allow new uploads targeting 15.10 anymore.

[1]: https://wiki.ubuntu.com/Releases

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -195,12 +195,6 @@ docker-ubuntu-trusty: contrib/docker/ubu
 docker-ubuntu-trusty-ppa: contrib/docker/ubuntu-trusty
 	contrib/dockerdeb ubuntu trusty --source-only
 
-docker-ubuntu-wily: contrib/docker/ubuntu-wily
-	contrib/dockerdeb ubuntu wily
-
-docker-ubuntu-wily-ppa: contrib/docker/ubuntu-wily
-	contrib/dockerdeb ubuntu wily --source-only
-
 docker-ubuntu-xenial: contrib/docker/ubuntu-xenial
 	contrib/dockerdeb ubuntu xenial
 


More information about the Mercurial-devel mailing list