aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-02-14 15:25:49 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-02-14 15:25:49 +0100
commitac8c6f381131034ea0dbf3ac26f392cbe1cd550d (patch)
treea696804331051f2256649fad8b01e98eaa1b18b0 /Rpmdrake
parentce4c45d74ce81bbf3b80938963610771e091c94c (diff)
downloadrpmdrake-ac8c6f381131034ea0dbf3ac26f392cbe1cd550d.tar
rpmdrake-ac8c6f381131034ea0dbf3ac26f392cbe1cd550d.tar.gz
rpmdrake-ac8c6f381131034ea0dbf3ac26f392cbe1cd550d.tar.bz2
rpmdrake-ac8c6f381131034ea0dbf3ac26f392cbe1cd550d.tar.xz
rpmdrake-ac8c6f381131034ea0dbf3ac26f392cbe1cd550d.zip
MageiaUpdate: add all mirrors instead of only updates mirrors when no updates mirrors are defined (mga#12472)6.15
Fix by Manuel Hiebel.
Diffstat (limited to 'Rpmdrake')
-rw-r--r--Rpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 211baa2f..d068125b 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -286,7 +286,7 @@ launch the Software Media Manager, and then add a `Security
updates' medium.
Then, restart %s.", $rpmdrake::myname_update)), myexit(-1);
- add_distrib_update_media($urpm, $mirror, only_updates => 1);
+ add_distrib_update_media($urpm, $mirror, only_updates => 0);
}
}