aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-11-22 16:50:51 +0000
committerOlivier Blin <oblin@mandriva.com>2007-11-22 16:50:51 +0000
commit5b3f3221cab4677807e03128c3000eaa12f3a9ad (patch)
treeb60162e7eb50687a22f05b430dd95aeaabcb7bb1 /iurt2
parent7628c081a10cae1c445bb1bdc283d0ea463dbc5c (diff)
downloadiurt-5b3f3221cab4677807e03128c3000eaa12f3a9ad.tar
iurt-5b3f3221cab4677807e03128c3000eaa12f3a9ad.tar.gz
iurt-5b3f3221cab4677807e03128c3000eaa12f3a9ad.tar.bz2
iurt-5b3f3221cab4677807e03128c3000eaa12f3a9ad.tar.xz
iurt-5b3f3221cab4677807e03128c3000eaa12f3a9ad.zip
allow to specify upload media for DKMS packages
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" ],