aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt23
1 files changed, 3 insertions, 0 deletions
diff --git a/iurt2 b/iurt2
index 2c41fe3..7a6ba08 100755
--- a/iurt2
+++ b/iurt2
@@ -96,6 +96,9 @@ $run{todo} = [];
["m", "media", 1, "<media regexp>",
"Media Regexp to limit rebuild to",
sub { my ($tmp, $media) = @_; $tmp->[0]{media} = $media; 1 }, "Limiting rebuild to the given media regexp"],
+ ["u", "umedia", 1, "<upload media>",
+ "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"],
], "[options]",
"Set the DKMS rebuild mode",
sub { my ($opt) = @_; $run{dkms} = $opt; 1 }, "Running a DKMS rebuild run" ],