summaryrefslogtreecommitdiff
path: root/python/makevars.py
AgeCommit message (Collapse)Author
2020-10-07*: reformat python fileswhitespace
We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-08-19python: Make FRR build compatible with python 2.7 and 3.xMartin Winter
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
2020-05-05build: rework Makefile var extraction... againDavid Lamparter
*sigh* I can't seem to catch a break on this. Add a regex variant. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-04-27python: move MakeVars class into separate moduleDavid Lamparter
... so I can reuse it. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>