Skip to content

Commit dabe4b8

Browse files
authored
call out bug tracker in generated README more clearly (#1164)
1 parent 8b524de commit dabe4b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/AutoBuild.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,13 @@ function build_jll_package(src_name::String,
13431343
print(io, """
13441344
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).""")
13451345
if is_yggdrasil()
1346-
print(io, " The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/$(yggdrasil_head())/$(ENV["PROJECT"])/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).")
1346+
println(io, """
1347+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/$(yggdrasil_head())/$(ENV["PROJECT"])/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.")
1348+
1349+
## Bug Reports
1350+
1351+
If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
1352+
""")
13471353
end
13481354
println(io)
13491355
println(io)

0 commit comments

Comments
 (0)