summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-02 18:56:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-02 18:56:50 +0000
commit8d6d8919bba278a3310e1ad1a59501930fba80a6 (patch)
tree0799c15b6857d85fa16cce551736ff0a572752cb /mdkonline.pm
parent0435d6b48807ed12f4aea9593ba0ea0a8cbb312b (diff)
downloadmgaonline-8d6d8919bba278a3310e1ad1a59501930fba80a6.tar
mgaonline-8d6d8919bba278a3310e1ad1a59501930fba80a6.tar.gz
mgaonline-8d6d8919bba278a3310e1ad1a59501930fba80a6.tar.bz2
mgaonline-8d6d8919bba278a3310e1ad1a59501930fba80a6.tar.xz
mgaonline-8d6d8919bba278a3310e1ad1a59501930fba80a6.zip
switch to new server URL
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 a9c51659..9b76676e 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' : 'https://192.168.100.47/~romain/online3b/soap';
+my $uri = !$testing ? 'https://online.mandriva.com/soap' : 'https://online3.mandriva.com/soap/';
my $online_proxy = $service_proxy = $uri;