diff options
author | Richard Nelson <unixabg@gmail.com> | 2012-01-16 19:22:47 -0600 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2012-01-16 19:22:47 -0600 |
commit | d33c099ede8d64d9a7d72a26930ac109450e7504 (patch) | |
tree | 0db1ad34adcb7b385ddc8a79ccffc48b413b571b /templates | |
parent | fe93b0157199a93784478369b0123afae51d4bf3 (diff) | |
download | vyos-live-build-d33c099ede8d64d9a7d72a26930ac109450e7504.tar.gz vyos-live-build-d33c099ede8d64d9a7d72a26930ac109450e7504.zip |
l-b.cgi - Add pending build(s) to be processed ahead of your request.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian-official/build.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/build.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index b7b1e6e61..2ceebeabb 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -1,6 +1,6 @@ <br /> -<h3>Your build 'BUILD' was recorded and will be processed soon. Depending on the options you have selected, the build takes about between 5 and 20 minutes. 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 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 will be available at: <a href="SERVER/BUILD/">SERVER/BUILD/</a>.</h3> diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index 3ff461a1b..64f06cb17 100644 --- a/templates/cgi/debian-unofficial/build.html +++ b/templates/cgi/debian-unofficial/build.html @@ -1,6 +1,6 @@ <br /> -<h3>Your build 'BUILD' was recorded and will be processed soon. Depending on the options you have selected, the build takes about between 5 and 20 minutes. 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 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 will be available at: <a href="SERVER/BUILD/">SERVER/BUILD/</a>.</h3> |