From f1fffb385f38a3ee5e664559f2f3e8d77cbab5a5 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 2 May 2015 23:00:35 -0400 Subject: [PATCH] Add trusty-stable and trusty-unstable pockets to master.yaml Signed-off-by: Anders Kaseorg --- debian/changelog | 5 +++-- master.yaml | 9 +++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6ab0e0..653a8ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -xvm-devconfig (0.86) UNRELEASED; urgency=medium +xvm-devconfig (0.86) precise; urgency=medium * Fix sysvms serial console configuration: xvc0 → hvc0. + * Add trusty-stable and trusty-unstable pockets to master.yaml. - -- Anders Kaseorg Sat, 02 May 2015 22:31:10 -0400 + -- Anders Kaseorg Sat, 02 May 2015 22:59:44 -0400 xvm-devconfig (0.85) precise; urgency=low diff --git a/master.yaml b/master.yaml index 68c0d87..7385274 100644 --- a/master.yaml +++ b/master.yaml @@ -27,11 +27,20 @@ build: acl: system:xvm-root apt: precise-stable distro: precise + trusty-prod: + acl: system:xvm-root + apt: trusty-stable + distro: trusty precise-dev: acl: *adminacl apt: precise-unstable allow_backtracking: yes distro: precise + trusty-dev: + acl: *adminacl + apt: trusty-unstable + allow_backtracking: yes + distro: trusty tagger: name: Invirt Build Server email: invirt@mit.edu -- 1.7.9.5