Configure the precise apt pocket to use the precise distro when 1.1.40
authorQuentin Smith <quentin@mit.edu>
Sat, 15 Oct 2011 20:18:40 +0000 (16:18 -0400)
committerQuentin Smith <quentin@mit.edu>
Sat, 15 Oct 2011 20:18:40 +0000 (16:18 -0400)
building packages

debian/changelog
master.yaml

index 05ba98a..ec91df5 100644 (file)
@@ -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 <quentin@mit.edu>  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
 xvm-prodconfig (1.1.39) unstable; urgency=low
 
   * Add a new apt pocket for Precise development work
index f06530b..75e4d04 100644 (file)
@@ -27,14 +27,17 @@ build:
   prod:
    acl: *adminacl
    apt: stable
   prod:
    acl: *adminacl
    apt: stable
+   distro: hardy
   dev:
    acl: system:xvm-dev
    apt: unstable
    allow_backtracking: yes
   dev:
    acl: system:xvm-dev
    apt: unstable
    allow_backtracking: yes
-  precise:
+   distro: hardy
+  precise-dev:
    acl: system:xvm-dev
    acl: system:xvm-dev
-   apt: precise
+   apt: precise-unstable
    allow_backtracking: yes
    allow_backtracking: yes
+   distro: precise
  tagger:
   name: Invirt Build Server
   email: invirt@mit.edu
  tagger:
   name: Invirt Build Server
   email: invirt@mit.edu