Add trusty-stable and trusty-unstable pockets to master.yaml
authorAnders Kaseorg <andersk@mit.edu>
Sun, 3 May 2015 03:00:35 +0000 (23:00 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 3 May 2015 03:00:35 +0000 (23:00 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>

debian/changelog
master.yaml

index c6ab0e0..653a8ad 100644 (file)
@@ -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 <andersk@mit.edu>  Sat, 02 May 2015 22:31:10 -0400
+ -- Anders Kaseorg <andersk@mit.edu>  Sat, 02 May 2015 22:59:44 -0400
 
 xvm-devconfig (0.85) precise; urgency=low
 
index 68c0d87..7385274 100644 (file)
@@ -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