summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-08codespell fixHEADmasterSebastian
2022-11-03remove style symlink, breaks git-archive-allFlorian Dold
2022-10-28-compatFlorian Dold
2022-10-28compatibility with old scriptsFlorian Dold
2022-10-28monorepo supportFlorian Dold
2022-10-22use node version check that works with later versionsFlorian Dold
2022-06-07-fix binary namesChristian Grothoff
2021-05-16Merge branch 'master' of git+ssh://git.taler.net/build-commonChristian Grothoff
2021-05-16fix for python 3.7Christian Grothoff
2021-05-04fix defaultFlorian Dold
2021-05-04buildconfig: allow optionsFlorian Dold
2021-01-073.9 exists, tooChristian Grothoff
2020-11-25be more verboseFlorian Dold
2020-11-09document exampleFlorian Dold
2020-11-06fix readmeMS
2020-10-29prefer only python 3.8MS
2020-10-05Script that helps "make dist" include submodules.MS
2020-08-03configure, make hint optionalFlorian Dold
2020-08-03pathsFlorian Dold
2020-08-03add GenericToolFlorian Dold
2020-07-24implement missing methodsFlorian Dold
2020-04-21remove bloatFlorian Dold
2020-04-21fix submodule initializationFlorian Dold
2020-03-30add version range checksFlorian Dold
2020-03-30check python versionFlorian Dold
2019-12-22force getting remotesChristian Grothoff
2019-12-16tox: improve version reportingng0
2019-12-16follow-up fix to yapf, add dashng0
2019-12-16Add yapf to detection. Next we should probably abstract the toolsng0
more to avoid this boilerplating.
2019-12-16switch existence over to 'type', add shell check for type built-in support.ng0
2019-12-15add tox.ng0
2019-12-14fix for variantng0
2019-12-14write variant to config.mkng0
2019-12-14add '--variant' to set installation directory.ng0
possibly a bad naming choice, but it enables varying directories for stage vs www.
2019-12-10also detect other Python versions ...Florian Dold
2019-11-25fix syntaxng0
2019-11-25Add Makefile.incng0
2019-11-25add msg, progname, version_versionng0
2019-11-17add precommit hook.ng0
2019-11-11another -fng0
2019-11-11remove -f from readlink, tested on NetBSD/amd64.ng0
Note that readlink(1) is a non-standard tool, but using $(pwd) is not enough. This tool should be standardized, but macOS has no -f according to schanzenbach. I hope that this removal of -f is portable across other platforms we use.
2019-10-29use shlex.split()ng0
2019-10-29python is not always python3.ng0
2019-10-29output pybabel and python versions. try to get minimal version. hack around ↵ng0
browser not being found.
2019-10-29Revert "move tests to t."ng0
This reverts commit 9d87738734323f1e9a48599e82004d1a92b2bd76.
2019-10-29move tests to t.ng0
2019-10-29fix syntax warning.ng0
2019-10-29version check python.ng0
2019-10-28configure: use a fixed location for the build-scripts.ng0
2019-10-28Add PythonTool(). Contrary the code in sh/, it is limited tong0
python3.7 - python4.0 right now.