From f65f8c9783b73cbb07e8fd85ecc082d644e4ec83 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sat, 15 Oct 2011 16:18:40 -0400 Subject: [PATCH] Configure the precise apt pocket to use the precise distro when building packages --- debian/changelog | 7 +++++++ master.yaml | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 -- 1.7.9.5