
noreply at github
May 3, 2013, 9:19 AM
Post #1 of 1
(119 views)
Permalink
|
|
[cherokee/webserver] a0d38b: Fixed to work with Linux kernel 3.x.
|
|
Branch: refs/heads/master Home: https://github.com/cherokee/webserver Commit: a0d38b7dcae26c913ed6a4aa20d6a1a374e34e15 https://github.com/cherokee/webserver/commit/a0d38b7dcae26c913ed6a4aa20d6a1a374e34e15 Author: MATSUU Takuto <matsuu [at] gmail> Date: 2013-05-03 (Fri, 03 May 2013) Changed paths: M admin/SystemStats.py M admin/util.py M admin/wizards/php.py Log Message: ----------- Fixed to work with Linux kernel 3.x. os.platform returns 'linux3' if you build your python with linux kernel 3.x. Since Python 3.3, it returns 'linux' so it should be used with startswith('linux'). cf. http://docs.python.org/dev/library/sys.html#sys.platform Commit: 839e6429afb36f09c3d956b46728870b83986271 https://github.com/cherokee/webserver/commit/839e6429afb36f09c3d956b46728870b83986271 Author: Stefan de Konink <stefan [at] konink> Date: 2013-05-03 (Fri, 03 May 2013) Changed paths: M admin/SystemStats.py M admin/util.py M admin/wizards/php.py Log Message: ----------- Merge pull request #964 from matsuu/fix-linux-3 Fixed to work with Linux kernel 3.x. Compare: https://github.com/cherokee/webserver/compare/a0816866d66b...839e6429afb3 _______________________________________________ Cherokee-commits mailing list Cherokee-commits [at] lists http://lists.octality.com/listinfo/cherokee-commits
|