From: Geoffrey Thomas Date: Sat, 9 Jul 2011 06:58:26 +0000 (-0400) Subject: Revert previous commit. Our sbuild is not new enough X-Git-Tag: 0.1.11~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/refs/heads/geofft-sbuild-apt-update?ds=sidebyside Revert previous commit. Our sbuild is not new enough --- diff --git a/debian/changelog b/debian/changelog index cf0d736..feb6cba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 09 Jul 2011 02:57:28 -0400 + invirt-dev (0.1.9) unstable; urgency=low * Call sbuild with --apt-update and --apt-distupgrade diff --git a/invirtibuilder b/invirtibuilder index c8d083f..b6d4eb8 100755 --- a/invirtibuilder +++ b/invirtibuilder @@ -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))