From 4209a52a69ea87794c293011ce964e3c8c1dd3ec Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 7 Jan 2008 15:28:28 +0000 Subject: add --dkms -p option to iurt to allow rebuilding specific packages only --- iurt2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index 3ea2af4..30de5a9 100755 --- a/iurt2 +++ b/iurt2 @@ -99,6 +99,9 @@ $run{todo} = []; ["u", "umedia", 1, "", "Media where rebuilt DKMS packages will be uploaded", sub { my ($tmp, $media) = @_; $tmp->[0]{umedia} = $media; 1 }, "Uploading rebuilt DKMS packages to the given media"], + ["p", "package", 1, "", + "DKMS package which should be rebuilt", + sub { my ($tmp, $package) = @_; $tmp->[0]{package} = $package; 1 }, "Rebuilding only given DKMS packages"], ], "[options]", "Set the DKMS rebuild mode", sub { my ($opt) = @_; $run{dkms} = $opt; 1 }, "Running a DKMS rebuild run" ], -- cgit v1.2.1