[PATCH 4 of 6 STABLE V2] ubuntu-trusty-ppa: add makefile rule

Sean Farley sean at farley.io
Wed Apr 27 14:12:07 EDT 2016


# HG changeset patch
# User Sean Farley <sean at farley.io>
# Date 1461742030 25200
#      Wed Apr 27 00:27:10 2016 -0700
# Branch stable
# Node ID 0c47cb94b5f10b3b13d5d64850d844a84edcd6d9
# Parent  f59bb1df96bb708f151d49f89ff3fda889ee84ce
# EXP-Topic docker-ppa
ubuntu-trusty-ppa: add makefile rule

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -180,10 +180,14 @@ docker-ubuntu-gen:
 
 docker-ubuntu-trusty: CODENAME=trusty
 docker-ubuntu-trusty: docker-ubuntu-gen
 	contrib/dockerdeb ubuntu $(CODENAME)
 
+docker-ubuntu-trusty-ppa: CODENAME=trusty
+docker-ubuntu-trusty-ppa: docker-ubuntu-gen
+	contrib/dockerdeb ubuntu $(CODENAME) --source-only
+
 docker-ubuntu-wily: CODENAME=wily
 docker-ubuntu-wily: docker-ubuntu-gen
 	contrib/dockerdeb ubuntu $(CODENAME)
 
 docker-ubuntu-xenial: CODENAME=xenial


More information about the Mercurial-devel mailing list