diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-12-01 14:27:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-12-01 14:27:09 +0000 |
commit | 158ef8e9a07832f30b8119898c0665ffb9b96de5 (patch) | |
tree | b311343dec47ff0e4a9be4a8fee981e425ae45a0 /mdkapplet-restricted-helper | |
parent | 7ac5334693b6b5d5afe4aa5d6a7ff81b5fe55b39 (diff) | |
download | mgaonline-158ef8e9a07832f30b8119898c0665ffb9b96de5.tar mgaonline-158ef8e9a07832f30b8119898c0665ffb9b96de5.tar.gz mgaonline-158ef8e9a07832f30b8119898c0665ffb9b96de5.tar.bz2 mgaonline-158ef8e9a07832f30b8119898c0665ffb9b96de5.tar.xz mgaonline-158ef8e9a07832f30b8119898c0665ffb9b96de5.zip |
(add_restricted_medium) add both newly created restricted/release &
restricted/updates media
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-x | mdkapplet-restricted-helper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index 89200a0a..198097ae 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -131,5 +131,6 @@ sub add_restricted_medium { my $uri = "https://" . uri_escape($ref->{data}{email}) . ":$password\@dl.mandriva.com/rpm/comm/2009.0/"; my $arch = urpm::cfg::get_arch(); run_program::raw(@options, 'Restricted ' . int(rand(100000)), "$uri$arch"); + run_program::raw(@options, 'Restricted Updates ' . int(rand(100000)), "${uri}updates/$arch"); } } |