diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-09-13 21:44:28 +0100 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-09-13 21:44:28 +0100 |
commit | c4db7355a3e02702637f23e9ce0cd92926ca85f7 (patch) | |
tree | 5c9a2b155bd8f7a5eb9b762321bf9c76429866a8 /urpm/dudf.pm | |
parent | c73cfa76bc74451eb64955906123f7488f2da19a (diff) | |
download | urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar.gz urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar.bz2 urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar.xz urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line
Import urpmi
------------------------------------------------------------------------
Diffstat (limited to 'urpm/dudf.pm')
-rw-r--r-- | urpm/dudf.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/dudf.pm b/urpm/dudf.pm index 664884eb..7b04a2a6 100644 --- a/urpm/dudf.pm +++ b/urpm/dudf.pm @@ -173,7 +173,7 @@ sub new { dudf_time => undef }; - my $base_url = "http://dudf.forge.mandriva.com"; + my $base_url = "http://dudf.mageia.org/"; $self->{access_url} = $base_url . "/file/"; $self->{upload_url} = $base_url . "/upload"; $self->{metainstaller_name} =~ s/.*\///; @@ -192,7 +192,7 @@ sub new { if (! -f $self->{log_file}) { output_safe($self->{log_file}, - N("# Here are logs of your DUDF uploads.\n# Line format is : <date time of generation> <uid>\n# You can use uids to see the content of your uploads at this url :\n# http://dudf.forge.mandriva.com/")); + N("# Here are logs of your DUDF uploads.\n# Line format is : <date time of generation> <uid>\n# You can use uids to see the content of your uploads at this url :\n# $base_url")); } my $ug = new Data::UUID; $self->{dudf_uid} = $ug->to_string($ug->create_str); |