From a1e34113fcb9538ad8a29eec80075dff04253068 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 29 Jul 2017 13:49:51 +0100 Subject: Allow not checking chroot freshness This is useful to improve performance for for autobuild where we build all packages on a snapshot of the distribution. --- iurt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iurt') diff --git a/iurt b/iurt index 9f27e52..6b077dd 100755 --- a/iurt +++ b/iurt @@ -185,6 +185,9 @@ $run{todo} = []; [ "", "resume", 0, "", "Only build packages not yet done during previous build-all run", sub { $run{resume} = 1 }, "Setting the resume flag" ], + [ "", "fixed_media", 0, "", + "Assume media do not change between build (useful for full rebuild of a snapshot of the distro)", + sub { $run{fixed_media} = 1 }, "Setting the fixed_media flag" ], [ "n", "no", 0, "", "Perform all the check but do not compile anything", sub { ($run{no_compile}) = 1 }, "Setting the no compilation flag" ], -- cgit v1.2.1