Skip to content
Snippets Groups Projects
Verified Commit d7291c4d authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

gitpkg: Always print meson_options.txt

parent 49d5d341
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment