summaryrefslogtreecommitdiffstats
path: root/mgagnome
Commit message (Expand)AuthorAgeFilesLines
* pylint: make more variables conform to pylintOlav Vitters2020-04-281-35/+33
* pylint fixes and order subcommands alphabeticallyOlav Vitters2020-04-241-91/+91
* clean-spec: be more strict, only fallback to changing 1 BR if there aren't an...Olav Vitters2020-04-241-29/+39
* pylint fallout fixesOlav Vitters2020-04-241-1/+4
* pylint fixes: variable namesOlav Vitters2020-04-231-92/+86
* pylint fixesOlav Vitters2020-04-231-51/+83
* remove parser argument for the various cmd functionsOlav Vitters2020-04-231-14/+14
* remove dep3 supportOlav Vitters2020-04-231-125/+1
* pylint: remove various unused variables, avoid len check, etcOlav Vitters2020-04-231-45/+36
* fix various issues found by pylintOlav Vitters2020-04-231-168/+167
* restructure the code, move more logic into Downstream classOlav Vitters2020-04-231-40/+45
* Encourage changing python3-devel into pkgconfig(python3) over pkgconfig(python2)Olav Vitters2020-04-231-10/+34
* remove python2 from spec cleanupOlav Vitters2020-04-231-6/+0
* use specific exception for problems parsing the spec fileOlav Vitters2020-04-231-2/+19
* add check-spec subcommandOlav Vitters2020-04-231-2/+54
* remove unneeded debug infoOlav Vitters2020-04-221-3/+0
* add ability to convert python3 BR into python3dist()Olav Vitters2020-04-221-0/+15
* improve the debug messages and handlingOlav Vitters2020-04-221-10/+19
* convert %make to %make_buildOlav Vitters2020-04-221-0/+3
* smarter buildrequires conversion, allows matching gtk+3.0-devel with pkgconfi...Olav Vitters2020-04-221-21/+47
* further improve pkgconfig alternatives: match against versions, match against...Olav Vitters2020-04-211-5/+30
* add command line argument to change the package rootOlav Vitters2020-04-211-2/+6
* further improve mgagnome clean-specOlav Vitters2020-04-211-2/+30
* limit clean-spec alternatives to the ones provided only by 1 packageOlav Vitters2020-04-211-13/+67
* try to match gnome-2048 fullyOlav Vitters2020-04-211-1/+1
* implement mgagnome cleanup, needs improvementOlav Vitters2020-04-211-4/+25
* allow multiple arguments for rebuild subcommandOlav Vitters2019-10-301-45/+60
* show version-release on rebuildOlav Vitters2018-02-221-1/+2
* add initial rebuild subcommand; command line arguments and inner working stil...Olav Vitters2018-02-201-27/+129
* assorted fixesOlav Vitters2018-02-201-2/+4
* safer major minor string parsingOlav Vitters2017-04-021-2/+3
* fix byte vs string handling in clean-spec --convertOlav Vitters2017-04-021-6/+6
* mention merged patch name instead of its numberOlav Vitters2017-02-181-3/+6
* better handle Patch[nr] starting with zerosOlav Vitters2017-02-181-6/+8
* correctly identify merged patchesOlav Vitters2017-02-181-2/+8
* automatically undo changes incase ftp-release-list triggered updates fail to ...Olav Vitters2017-02-061-1/+12
* be more strict in determining if patch has been mergedOlav Vitters2017-02-061-1/+1
* various new featuresOlav Vitters2016-09-211-3/+17
* ensure spec changes are commited only onceOlav Vitters2015-12-161-12/+15
* read spec as utf8, spec only option to co, accept more mkrel optionsOlav Vitters2015-11-191-16/+21
* keep libraries on two lines; avoid trying to fix packages with loads of patch...Olav Vitters2015-10-081-2/+7
* match more unneeded setup optionsOlav Vitters2015-09-111-1/+1
* add cleanup function, replace apply_patches and fix the library replacementOlav Vitters2015-09-111-4/+27
* make packages subcommand be able to give SPEC file locationOlav Vitters2015-09-081-0/+3
* python3 fixesOlav Vitters2015-09-081-5/+12
* more python3 fixesOlav Vitters2015-02-091-3/+3
* remove unused codeOlav Vitters2015-01-261-40/+0
* use concurrent.futures instead of multiprocessingOlav Vitters2015-01-261-23/+20
* more python3 fixesOlav Vitters2015-01-251-2/+2
* more python3 fixesOlav Vitters2015-01-251-4/+4