Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
d7291c4d
Verified
Commit
d7291c4d
authored
Mar 29, 2017
by
Jan Alexander Steffens (heftig)
Browse files
gitpkg: Always print meson_options.txt
parent
49d5d341
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archbuild/files/gitpkg
View file @
d7291c4d
...
...
@@ -341,9 +341,6 @@ if gitify
when
meson
add_md
[
"meson"
]
add_md
[
"vala"
,
meson_build
=~
/'vala'/
]
header
"Meson Options"
puts
repo
.
read_file
(
commit
,
"meson_options.txt"
)
when
autotools
unless
add_md
[
"gnome-common"
,
(
autogen
=~
/gnome-autogen\.sh/
||
configure
=~
/^GNOME_[A-Z_]+(\(|$)/
)]
...
...
@@ -452,6 +449,12 @@ unless diff.empty?
puts
diff
,
""
end
meson_options
=
repo
.
read_file
(
commit
,
"meson_options.txt"
)
if
meson_options
header
"Meson Options"
puts
meson_options
,
""
end
gitmodules
=
repo
.
read_file
(
commit
,
".gitmodules"
)
if
gitmodules
header
"Submodules"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment