diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-11 16:15:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-11 16:15:25 +0100 |
commit | b956c1c35303166f28d9a6e9f36ced9979651eea (patch) | |
tree | 0212615867b96eb74605849f4ff54b03b9856ef4 | |
parent | ca8afc40e39f3243f07d06986ff19e815df588bf (diff) | |
download | jenkins.debian.net-b956c1c35303166f28d9a6e9f36ced9979651eea.tar.xz |
reproducible: be more explicit
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index b518a00e..ca241505 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -40,7 +40,7 @@ ARCH="amd64" SUITE="unstable" echo "$(date) - starting to write $PAGE page. Downloading Sources and Packages files from our repository." write_page_header $VIEW "Comparison between the reproducible builds apt repository and regular Debian suites" -write_page "<p>These source packages are different from unstable in our apt repository on alioth. They are available for <a href=\"https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example\">testing using these sources.lists</a> entries:<pre>" +write_page "<p>These source packages (and their binaries packages) are different from unstable in our apt repository on alioth. They are available for <a href=\"https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example\">testing using these sources.lists</a> entries:<pre>" write_page "deb http://reproducible.alioth.debian.org/debian/ ./" write_page "deb-src http://reproducible.alioth.debian.org/debian/ ./" write_page "</pre></p>" |