bugmldonkey, a multi-networks file-sharing client - Bugs: bug #13951, remove all references to savannah

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13951: remove all references to savannah

Submitter:  None
Submitted:  Wed 27 Jul 2005 02:06:28 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Wont Fix
Assigned to:  None Open/Closed:  Closed
Release:  None Release: 
Operating System:  None Binaries Origin:  None
CPU type:  None

Wed 27 Jul 2005 03:27:33 PM UTC, comment #1: 

You are refering to code in commonOptions.ml, right?
Lets take a closer look at those code segments:

  option_hook web_infos (fun _ ->
      List.iter (fun remove ->
          if List.mem remove !!web_infos then
            web_infos =:= List2.remove remove !!web_infos
      )
      [
        ("server.met", 1, "http://savannah.nongnu.org/download/mldonkey/network/servers.met");
        ("ocl",1, "http://savannah.nongnu.org/download/mldonkey/network/peers.ocl");
      ]
  );

This code searches the option web_infos in downloads.ini for the
Savannah URL and removes them if they are found there.
This is due to the fact that earlier versions (2+ years ago)
used Savannah for storing files which is discouraged.

spiralvoice <spiralvoice>
Group administrator
Wed 27 Jul 2005 02:06:28 PM UTC, original submission:  

Savannah urls should not be in the source code

("server.met", 1, "http://savannah.nongnu.org/download/mldonkey/network/servers.met");
        ("ocl",1, "http://savannah.nongnu.org/download/mldonkey/network/peers.ocl");


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-27 spiralvoice StatusNone Wont Fix
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code