diff options
author | Richard Nelson <unixabg@gmail.com> | 2015-04-15 13:58:58 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2015-04-15 13:58:58 -0500 |
commit | e4813ea818e252d5ad2ea9c522a41d80df631f1e (patch) | |
tree | 4de92f8fad22e22b482083ff9520aa1e454fa584 /templates/cgi/debian/build.html | |
parent | 3e94a680577e19cd171f1d53e0589c06700286cf (diff) | |
download | vyos-live-build-e4813ea818e252d5ad2ea9c522a41d80df631f1e.tar.gz vyos-live-build-e4813ea818e252d5ad2ea9c522a41d80df631f1e.zip |
Initial commit to provide biuld status on l-b-cgi frontend.
Diffstat (limited to 'templates/cgi/debian/build.html')
-rw-r--r-- | templates/cgi/debian/build.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/cgi/debian/build.html b/templates/cgi/debian/build.html index 642de6314..0a95615b7 100644 --- a/templates/cgi/debian/build.html +++ b/templates/cgi/debian/build.html @@ -1,8 +1,10 @@ <br /> -<h3>Your build 'BUILD' was recorded and will be processed soon. Depending on the options you have selected, a build attempt generally takes between 5 and 20 minutes to complete. Currently there are 'QUEUENUM' pending build(s) to be processed ahead of your request. You will be notified by email when the attempt has completed.</h3> +<h3>Your build 'BUILD' was recorded and will be processed soon. Depending on the options you have selected, a build attempt generally takes between 5 and 60 minutes to complete. Currently there are 'QUEUENUM' pending build(s) to be processed ahead of your request. You will be notified by email when the attempt has completed.</h3> -<h3>Your build will be available at: <a href="SERVER/BUILD/">SERVER/BUILD/</a>.</h3> +<h3>Your build build status is available at: <a href="SERVER/../cgi-bin/live-build-status?cgi_build=BUILD">SERVER/../cgi-bin/live-build-status?cgi_build=BUILD</a>.</h3> + +<h3>Your build upon completion will be available at: <a href="SERVER/BUILD/">SERVER/BUILD/</a>.</h3> <fieldset> |