1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00
Commit Graph

73 Commits

Author SHA1 Message Date
Olof Johansson
975932bffe build: Build release date into VERSION 2015-03-22 17:48:14 +01:00
Olof Johansson
cf5facd149 build: Version was bumped to 0.10 some time ago 2015-03-22 17:47:56 +01:00
Johan Andersson
e37feb3322 makefile: the man file only need 644 2015-02-01 16:09:57 +01:00
Johan Andersson
49c2ec070d Makefile: move pylint to lib/Makefile 2014-12-26 02:11:19 +01:00
Olof Johansson
acb0366836 make: make TEST_OPTS overrideable from environment 2014-09-07 15:27:55 +02:00
Olof Johansson
54f6b1c3a9 pylint: Add --report=no
This change makes it easier to incrementally fix pylint issues; run make
pylint, fix issues, run make pylint again. Loop.
2014-07-22 09:58:06 +02:00
Olof Johansson
b3aa5d9185 Default to always run unit tests for both py2 and 3 2014-03-19 23:24:57 +01:00
Olof Johansson
6d55a58796 make: ignore informational pylint warnings
Pylint keeps complaining about pylint warnings are overriden. They
are overriden because we don't want to see them.
2014-02-08 17:27:03 +01:00
Olof Johansson
d4b03b53af make: Make shebang line overrideable 2014-02-05 18:52:31 +01:00
Olof Johansson
bbe19735a1 Use space around operators in makefiles 2013-05-27 20:49:00 +02:00
Olof Johansson
52cc3fe9ca Install manual with make install
(And of course, remove it on clean.)
2013-05-27 20:47:05 +02:00
Olof Johansson
5fb13353f2 make: recurse make clean and remove *.pyc 2013-05-15 18:39:43 +02:00
Olof Johansson
0cbe97ee2d Disable pylint W0511 (TODO/FIXME warnings) 2013-04-27 13:51:23 +02:00
Olof Johansson
23ed1b840b Restructure makefiles
This change makes it easier to add new packages; it's only necessary
to update the sub makefile (lib/Makefile) and add new packaes to the
PACKAGES variable.
2013-04-21 14:10:30 +02:00
Olof Johansson
2e4a2d4ce6 Also ignore refactor pylint warnings (for now) 2013-04-21 13:45:06 +02:00
Olof Johansson
4268696062 Pylint: ignore convention warnings (for now) 2013-04-21 11:32:13 +02:00
Olof Johansson
7ff8fa8a61 Set PYTHONPATH in Makefile to fix pylint warnings
pylint had issues with importing some modules because it lacked
"lib" in the PYTHONPATH.
2013-04-21 11:26:43 +02:00
Olof Johansson
79f9eb3dee Add cover target to Makefile 2013-04-21 10:48:20 +02:00
Patrik Ragnarsson
334df13ddd Don't override PREFIX 2013-03-24 01:43:45 +01:00
Olof Johansson
0671274673 Add a pylint target to top level Makefile 2013-03-23 17:25:07 +01:00
Olof Johansson
4b9615753f Add test target to Makefile 2013-03-23 17:07:36 +01:00
Johan Andersson
fb6d2a2b8a Making svtplay-dl works again. 2013-03-23 16:30:19 +01:00
Johan Andersson
f8d8cd4ecc Make a single file 2013-03-23 15:43:05 +01:00