Call sbuild with --apt-update and --apt-distupgrade 0.1.9
authorGeoffrey Thomas <geofft@mit.edu>
Sat, 9 Jul 2011 02:07:37 +0000 (22:07 -0400)
committerGeoffrey Thomas <geofft@mit.edu>
Sat, 9 Jul 2011 02:07:37 +0000 (22:07 -0400)
debian/changelog
invirtibuilder

index df32b55..cf0d736 100644 (file)
@@ -1,3 +1,9 @@
+invirt-dev (0.1.9) unstable; urgency=low
+
+  * Call sbuild with --apt-update and --apt-distupgrade
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Fri, 08 Jul 2011 22:06:58 -0400
+
 invirt-dev (0.1.8.1) unstable; urgency=low
 
   * Further improve reporting scripts
index b6d4eb8..c8d083f 100755 (executable)
@@ -126,7 +126,8 @@ def aptCopy(package, commit, dst_pocket, src_pocket):
 
 def sbuild(package, ref, arch, workdir, arch_all=False):
     """Build a package for a particular architecture."""
-    args = ['sbuild', '-v', '-d', DISTRIBUTION, '--arch', arch]
+    args = ['sbuild', '-v', '-d', DISTRIBUTION, '--arch', arch,
+            '--apt-update', '--apt-distupgrade']
     if arch_all:
         args.append('-A')
     args.append(getDscName(package, ref))