Author: poeml Date: Wed Feb 26 22:25:08 2014 New Revision: 8484 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8484&view=rev Log: mb update: - enhance note about DNSrr mirrors that is printed to stderr (issue #152) Modified: trunk/mb/mb/asn.py Modified: trunk/mb/mb/asn.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/mb/asn.py?rev=8484&r1=8483&r2=8484&view=diff ============================================================================== --- trunk/mb/mb/asn.py (original) +++ trunk/mb/mb/asn.py Wed Feb 26 22:25:08 2014 _at_@ -41,8 +41,10 @@ print >>sys.stderr, ', '.join(ips), if len(ip6s) > 1: print >>sys.stderr, ', '.join(ip6s), - print >>sys.stderr, '\n>>> see http://mirrorbrain.org/archive/mirrorbrain/0042.html why this could' \ - ' could be a problem, and what to do about it.\n' + print >>sys.stderr, '\n>>> see http://mirrorbrain.org/archive/mirrorbrain/0042.html why this could\n' \ + '>>> could be a problem, and what to do about it. But note that this is not\n' \ + '>>> necessarily a problem and could actually be intended depending on the\n' \ + '>>> mirror\'s configuration. See http://mirrorbrain.org/issues/issue152\n' a = IpAddress() if ips: a.ip = ips[0] if ip6s: a.ip6 = ip6s[0] _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Wed Feb 26 2014 - 21:25:14 GMT
This archive was generated by hypermail 2.3.0 : Wed Feb 26 2014 - 21:32:08 GMT