[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.1369)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 1369
Commiter: yasu
Date: 2013-02-09 11:56:23 +0900 (土, 09 2月 2013)
=======================================================
Log:
fix for type cast
=======================================================
Changed:
_U cdn/trunk/
U cdn/trunk/gae-surrogates.rb
_U cdn/trunk/maxmind/
U cdn/trunk/maxmind/GeoIP.dat
U cdn/trunk/maxmind/GeoIPASNum.dat
U cdn/trunk/maxmind/GeoLiteCity.dat
Property changes on: cdn/trunk
___________________________________________________________________
Added: svn:ignore
+ maxmind/*.dat
Modified: cdn/trunk/gae-surrogates.rb
===================================================================
--- cdn/trunk/gae-surrogates.rb 2013-02-07 18:18:01 UTC (rev 1368)
+++ cdn/trunk/gae-surrogates.rb 2013-02-09 02:56:23 UTC (rev 1369)
@@ -89,7 +89,7 @@
addr[targetnet][hostname].push([hs['ip'].split('.').map{|x| x.to_i}, hs['preference']])
if hs['targetasnum']
- targetasnum = 'AS' + hs['targetasnum']
+ targetasnum = 'AS' + hs['targetasnum'].to_s
end
if addr[targetasnum]
else
Property changes on: cdn/trunk/maxmind
___________________________________________________________________
Added: svn:ignore
+ *.dat
Modified: cdn/trunk/maxmind/GeoIP.dat
===================================================================
(Binary files differ)
Modified: cdn/trunk/maxmind/GeoIPASNum.dat
===================================================================
(Binary files differ)
Modified: cdn/trunk/maxmind/GeoLiteCity.dat
===================================================================
(Binary files differ)