diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-12 01:48:45 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-12 01:48:45 +0000 |
commit | 51e82cc75775386901cade70a429689beee801c5 (patch) | |
tree | 49f0410ce772e2341c7122bf0af85fcce46db146 /iurt2 | |
parent | 668c64ae454336724466a7affee732d4d8b12b7f (diff) | |
download | iurt-51e82cc75775386901cade70a429689beee801c5.tar iurt-51e82cc75775386901cade70a429689beee801c5.tar.gz iurt-51e82cc75775386901cade70a429689beee801c5.tar.bz2 iurt-51e82cc75775386901cade70a429689beee801c5.tar.xz iurt-51e82cc75775386901cade70a429689beee801c5.zip |
allow to specify kernel for which DKMS packages should be rebuilt
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ $run{todo} = []; ["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"], + ["v", "kversion", 1, "<kernel version>", + "kernel for which DKMS packages should be rebuilt", + sub { my ($tmp, $kversion) = @_; $tmp->[0]{kversion} = $kversion; 1 }, "Rebuilding only for given kernel version"], ["p", "package", 1, "<package>", "DKMS package which should be rebuilt", sub { my ($tmp, $package) = @_; $tmp->[0]{package} = $package; 1 }, "Rebuilding only given DKMS packages"], |