From bb0684e596383116bfff324bed380444a6c4cc05 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Sat, 9 Jul 2011 02:58:26 -0400 Subject: [PATCH 1/1] Revert previous commit. Our sbuild is not new enough --- debian/changelog | 6 ++++++ invirtibuilder | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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)) -- 1.7.9.5