This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, master has been updated
via 411b12d09ddb47722acf6d354c17ee9ee5228964 (commit)
via 3a6c9220fffe1836f2f1b8e8618543791bd3901f (commit)
via df30f10672ba46a34521d6a503e8a1764d4795cc (commit)
from cebda6d0ee4c58521cafd9d0980c8b79cc068602 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 411b12d09ddb47722acf6d354c17ee9ee5228964
Author: Eli Schwartz <[email protected]>
Date: Tue May 5 00:41:10 2020 -0400
editorconfig: set meson indentation style
meson.build gets two-space indents, but our global tabbed default was
overriding this.
Signed-off-by: Eli Schwartz <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 3a6c9220fffe1836f2f1b8e8618543791bd3901f
Author: Eli Schwartz <[email protected]>
Date: Tue May 5 00:41:09 2020 -0400
meson: use better check for debug builds
meson 0.48 added the 'debug' and 'optimization' builtin options, which
bidirectionally map to the buildtype, but in some cases where debug is
enabled, the builtype may be custom. Checking the 'debug' option lets us
detect every case currently detected, plus a few more, and does so in a
shorter and more concise manner.
Signed-off-by: Eli Schwartz <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit df30f10672ba46a34521d6a503e8a1764d4795cc
Author: Allan McRae <[email protected]>
Date: Tue May 5 11:29:44 2020 +1000
Convert gitlab valgrind runner to meson
Turns out environmental variables do get passed through fakechroot!
Signed-off-by: Allan McRae <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.editorconfig | 4 ++++
.gitlab-ci.yml | 9 ++++-----
meson.build | 2 +-
3 files changed, 9 insertions(+), 6 deletions(-)
hooks/post-receive
--
The official pacman repository