From: Quentin Smith Date: Sat, 15 Oct 2011 20:18:40 +0000 (-0400) Subject: Configure the precise apt pocket to use the precise distro when X-Git-Tag: 1.1.40^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/f65f8c9783b73cbb07e8fd85ecc082d644e4ec83?hp=6c735577df2003533983740b21e6bce1bc95f94a Configure the precise apt pocket to use the precise distro when building packages --- diff --git a/debian/changelog b/debian/changelog index 05ba98a..ec91df5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-prodconfig (1.1.40) unstable; urgency=low + + * Configure the precise apt pocket to use the precise distro when + building packages + + -- Quentin Smith Sat, 15 Oct 2011 16:18:28 -0400 + xvm-prodconfig (1.1.39) unstable; urgency=low * Add a new apt pocket for Precise development work diff --git a/master.yaml b/master.yaml index f06530b..75e4d04 100644 --- a/master.yaml +++ b/master.yaml @@ -27,14 +27,17 @@ build: prod: acl: *adminacl apt: stable + distro: hardy dev: acl: system:xvm-dev apt: unstable allow_backtracking: yes - precise: + distro: hardy + precise-dev: acl: system:xvm-dev - apt: precise + apt: precise-unstable allow_backtracking: yes + distro: precise tagger: name: Invirt Build Server email: invirt@mit.edu