summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-01 15:36:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-01 15:36:22 +0000
commite37d5edd58ea7d707683d019ca3ae85d14c6bb6c (patch)
tree035cccfab3b074217beefdd8551e6732d7291af8
parent552cd20ce85e7057b031b9ae95de6c273297ba28 (diff)
downloadmgaonline-e37d5edd58ea7d707683d019ca3ae85d14c6bb6c.tar
mgaonline-e37d5edd58ea7d707683d019ca3ae85d14c6bb6c.tar.gz
mgaonline-e37d5edd58ea7d707683d019ca3ae85d14c6bb6c.tar.bz2
mgaonline-e37d5edd58ea7d707683d019ca3ae85d14c6bb6c.tar.xz
mgaonline-e37d5edd58ea7d707683d019ca3ae85d14c6bb6c.zip
switch to new temporary debug server
-rw-r--r--mdkonline.pm2
-rwxr-xr-xmdkupdate2
2 files changed, 2 insertions, 2 deletions
diff --git a/mdkonline.pm b/mdkonline.pm
index 7a9949ea..6f99d49c 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -23,7 +23,7 @@ my $testing = 1;
my $release_file = find { -f $_ } '/etc/mandriva-release', '/etc/mandrakelinux-release', '/etc/mandrake-release', '/etc/redhat-release';
my ($product_file, $conf_file, $rootconf_file) = ('/etc/sysconfig/system', '/etc/sysconfig/mdkonline', '/root/.MdkOnline/hostconf');
-my $uri = !$testing ? 'https://online.mandriva.com/soap' : 'http://online3.mandriva.com/o/soap/';
+my $uri = !$testing ? 'https://online.mandriva.com/soap' : 'http://192.168.100.47/~romain/online3b/soap';
my $online_proxy = $service_proxy = $uri;
diff --git a/mdkupdate b/mdkupdate
index 8832cdea..1446f12f 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -226,7 +226,7 @@ sub add_media {
my ($media_name, $mirror, $hdlist, $option) = @_;
eval {
system "/usr/sbin/urpmi.removemedia", $media_name;
- system "/usr/sbin/urpmi.addmedia", $option, $media_name, $mirror, "with", $hdlist;
+ system "/usr/sbin/gurpmi.addmedia", $option, $media_name, $mirror, "with", $hdlist;
};
$@ and die "Problem adding bundle media with urpmi";
}