From 1aef06d24904114b2c96db066bd6bfd3b7579e85 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 11 Sep 2022 11:37:43 -0700 Subject: reprepro-rebuilder: pass --no-arch-all to override ~/.sbuildrc --- bin/reprepro-rebuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reprepro-rebuilder b/bin/reprepro-rebuilder index 1b29aff0..df8aa9e4 100755 --- a/bin/reprepro-rebuilder +++ b/bin/reprepro-rebuilder @@ -182,7 +182,7 @@ sub build { my $build_debs = sub { my @args = ("--no-run-lintian", "-d", $dist); - shift and push @args, "-A"; + push @args, shift ? "--arch-all" : "--no-arch-all"; for (@_) { my $basename = basename $_; { no autodie; system "sbuild", @args, $basename } -- cgit v1.2.3