summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
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 /mdkonline.pm
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
Diffstat (limited to 'mdkonline.pm')
-rw-r--r--mdkonline.pm2
1 files changed, 1 insertions, 1 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;