Revert previous commit. Our sbuild is not new enough geofft-sbuild-apt-update
authorGeoffrey Thomas <geofft@mit.edu>
Sat, 9 Jul 2011 06:58:26 +0000 (02:58 -0400)
committerGeoffrey Thomas <geofft@mit.edu>
Sat, 9 Jul 2011 06:58:26 +0000 (02:58 -0400)
debian/changelog
invirtibuilder

index cf0d736..feb6cba 100644 (file)
@@ -1,3 +1,9 @@
+invirt-dev (0.1.9.1) unstable; urgency=low
+
+  * Revert 0.1.9: our sbuild is not new enough to support that.
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Sat, 09 Jul 2011 02:57:28 -0400
+
 invirt-dev (0.1.9) unstable; urgency=low
 
   * Call sbuild with --apt-update and --apt-distupgrade
index c8d083f..b6d4eb8 100755 (executable)
@@ -126,8 +126,7 @@ 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,
-            '--apt-update', '--apt-distupgrade']
+    args = ['sbuild', '-v', '-d', DISTRIBUTION, '--arch', arch]
     if arch_all:
         args.append('-A')
     args.append(getDscName(package, ref))