summaryrefslogtreecommitdiff
path: root/maint.mk
Commit message (Collapse)AuthorAgeFilesLines
* build/maint.mk: Comment out setting of LC_ALLColin Walters2017-08-231-1/+2
| | | | | | | | | | | | | | | | | This triggers obscure bugs; really we shouldn't be overriding the global locale here. In practice, production build systems will be using fixed locales anyways. Also, we only use a small subset of this file (`make syntax-check`), which appears to work OK without this. I will probably try to work out where to submit this as at least an issue report for upstream gnulib. Closes: https://github.com/ostreedev/ostree/issues/1101 Closes: #1107 Approved by: heftig
* tests/installed: New installed, privileged tests using Fedora AHColin Walters2017-04-251-1/+1
| | | | | | | | | | | | | Our container-driven tests can't e.g. test SELinux sanely, and have to support being run as root *and* non-root too. Use redhat-ci to provision a VM and run tests directly there. These are installed tests too. Closes: https://github.com/ostreedev/ostree/issues/806 Closes: #807 Approved by: jlebon
* tests: prefix invocation of ostree with where missingGiuseppe Scrivano2015-11-161-0/+6
| | | | | | | | | | And add a syntax rule to avoid this in future. Fixed by: sed -i -e 's|^ostree |${CMD_PREFIX} ostree |g' tests/*.sh Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* maint.mk: Remove GNU releases specific bitsGiuseppe Scrivano2015-05-131-223/+0
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* syntax-check: add syntactic rule to prohibit gs_strfreevGiuseppe Scrivano2015-05-131-0/+5
| | | | | | and fix an instance. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* syntax-check: add syntactic rule to prohibit gs_unref_*Giuseppe Scrivano2015-05-131-0/+5
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Add infrastructure for "make syntax-check"Giuseppe Scrivano2015-01-301-0/+1639
New files copied from the gnulib project. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>