diff --git a/src/root/build.tt b/src/root/build.tt index a9a1c8ea..be8fdc5e 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -78,10 +78,23 @@
You can reproduce this build on your own machine by + downloading url) %]>a script + that checks out all inputs of the build and then invokes Nix + to perform the build. This script requires that you have Nix + on your system.
+ +To download and execute the script from the command line, + run the following command:
+ ++bash <(curl url) %]>[% HTML.escape(url) %]) ++ + [% END %] [% END %]
Last successful build [% INCLUDE renderDateTime timestamp = prevSuccessfulBuild.timestamp %] | +Last successful build [% INCLUDE renderDateTime timestamp = prevSuccessfulBuild.timestamp %] | [% IF prevSuccessfulBuild && firstBrokenBuild && firstBrokenBuild.id != build.id %] -First broken build [% INCLUDE renderDateTime timestamp = firstBrokenBuild.timestamp %] + | First broken build [% INCLUDE renderDateTime timestamp = firstBrokenBuild.timestamp %] log diff | [% END %] -This build [% INCLUDE renderDateTime timestamp = build.timestamp %] + | This build [% INCLUDE renderDateTime timestamp = build.timestamp %] log diff | diff --git a/src/root/common.tt b/src/root/common.tt index 01d03c0d..dcc50c9f 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -492,4 +492,11 @@ BLOCK makeLazyTab %] [% END; +BLOCK makePopover %] +
---|