Leo
f35a349c11
community/glances: modernize
2019-05-27 15:13:37 +00:00
Natanael Copa
013621ee5e
community/glances: rebuild against python 3.7
2019-04-17 11:45:40 +00:00
Fabian Affolter
1fa98258e0
community/glances: upgrade to 3.1.0
2019-01-22 15:59:35 +02:00
Roberto Oliveira
f879c005c1
community/glances: upgrade to 3.0.2
2018-12-25 10:23:52 +00:00
Fabian Affolter
988a77b8b1
community/glances: upgrade to 3.0
2018-09-03 10:18:41 +00:00
Jakub Jirutka
63f5e7d295
[various]: unify names of licenses according to SPDX
...
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.
Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").
Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.
GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.
Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!
[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Francesco Colista
b1527f674b
community/glances: upgrade to 2.11.1
2017-09-12 07:10:42 +00:00
tmpfile
d1bbf07a53
community/[various]: fix trailing whitespace
2017-07-10 09:04:20 +00:00
Francesco Colista
7dafd74355
community/glances: upgrade to 2.10
2017-06-16 08:32:52 +00:00
Jakub Jirutka
574f356f2a
community/glances: disable check, tests fail on builders
...
==============================================================================
INFO: [TEST_012] Check IP stats......
======================================================================
FAIL: test_000_update (__main__.TestGlances)
Update stats (mandatory step for all the stats).
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 67, in test_000_update
self.assertTrue(False)
AssertionError: False is not true
======================================================================
FAIL: test_002_cpu (__main__.TestGlances)
Check SYSTEM plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 92, in test_002_cpu
self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat)
AssertionError: Cannot find key: hostname
======================================================================
FAIL: test_003_cpu (__main__.TestGlances)
Check CPU plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 102, in test_003_cpu
self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat)
AssertionError: Cannot find key: system
======================================================================
FAIL: test_005_mem (__main__.TestGlances)
Check MEM plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 128, in test_005_mem
self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat)
AssertionError: Cannot find key: available
======================================================================
FAIL: test_010_processes (__main__.TestGlances)
Check Process plugin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "unitest.py", line 173, in test_010_processes
self.assertTrue(type(stats_grab) is dict, msg='Process count stats is not a dict')
AssertionError: Process count stats is not a dict
----------------------------------------------------------------------
Ran 18 tests in 0.005s
FAILED (failures=5)
2017-05-16 19:48:26 +02:00
Łukasz Jendrysik
df4429fcc1
community/glances: add test
2017-05-16 18:28:42 +02:00
Łukasz Jendrysik
f6e1bd3c86
community/glances: add depends on py-setuptools and modernize abuild
...
Currently glances does not even start due to missing pkg_resources
2017-05-16 18:23:44 +02:00
Jakub Jirutka
43b1cb7c9a
community/glances: depend on py2-* instead of py-* pkgs
2016-11-07 00:09:43 +01:00
Fabian Affolter
5ec507ffda
community/glances: upgrade to 2.7.1
2016-11-07 00:05:11 +01:00
Jakub Jirutka
c18b35140d
[various] rename python executable in APKBUILDs to python2
2016-10-26 19:47:58 +02:00
Jakub Jirutka
af0c01ac63
[various] rename dependency python-dev to python2-dev
2016-10-26 19:47:14 +02:00
Francesco Colista
73d9f0a05a
community/glances: moved from testing, added docker support
2016-09-05 12:34:40 +00:00