mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #13951] remove all references to savannah


From: spiralvoice
Subject: [Mldonkey-bugs] [bug #13951] remove all references to savannah
Date: Wed, 27 Jul 2005 15:27:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.10) Gecko/20050724 Firefox/1.0.6

Update of bug #13951 (project mldonkey):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up 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.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13951>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]