summaryrefslogtreecommitdiff
path: root/bin/reprepro-rebuilder
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reprepro-rebuilder')
-rwxr-xr-xbin/reprepro-rebuilder5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reprepro-rebuilder b/bin/reprepro-rebuilder
index 4007b0ed..354cd52f 100755
--- a/bin/reprepro-rebuilder
+++ b/bin/reprepro-rebuilder
@@ -33,7 +33,7 @@ use Getopt::Long;
use Term::UI;
use File::chdir;
-our $repo = "$ENV{HOME}/lib/athena-apt";
+our $repo = "$ENV{HOME}/lib/athenet-apt";
our $prefix = "athena";
our @dists = qw(bookworm bookworm-backports unstable experimental);
our $bpo_dist = "bookworm-backports";
@@ -186,7 +186,8 @@ sub build {
my $build_debs = sub {
my %opts = shift->%*;
- my @args = ("--no-run-lintian", "-d", $dist);
+ my @args = ("--no-run-piuparts", "--no-run-lintian",
+ "--no-run-autopkgtest", "-d", $dist);
push @args, $opts{all} ? "--arch-all" : "--no-arch-all";
for (@_) {
no autodie;