From e4813ea818e252d5ad2ea9c522a41d80df631f1e Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Wed, 15 Apr 2015 13:58:58 -0500 Subject: Initial commit to provide biuld status on l-b-cgi frontend. --- templates/cgi/debian/build.html | 6 ++-- templates/cgi/debian/status.html | 64 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 templates/cgi/debian/status.html (limited to 'templates/cgi') 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 @@
-

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.

+

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.

-

Your build will be available at: SERVER/BUILD/.

+

Your build build status is available at: SERVER/../cgi-bin/live-build-status?cgi_build=BUILD.

+ +

Your build upon completion will be available at: SERVER/BUILD/.

diff --git a/templates/cgi/debian/status.html b/templates/cgi/debian/status.html new file mode 100644 index 000000000..a9f7e30b1 --- /dev/null +++ b/templates/cgi/debian/status.html @@ -0,0 +1,64 @@ +
+ +

Build 'BUILD' shows a status of STATUS. Depending on the options you have selected, upon build showing a status of running it generally takes between 5 and 60 minutes to complete. Currently there are 'QUEUENUM' pending build(s) request waiting to be processed on the server. You will be notified by email when the attempt has completed.

+ +

Your build when completed will be available at: SERVER/BUILD/.

+ +
+ +Options + +Standard options + + + + + + + + +
Email: EMAIL
--binary-image: LB_BINARY_IMAGES
--distribution: LB_DISTRIBUTION
--config: _LB_CONFIG
--apt: LB_APT
cgipackages.list.chroot: _LB_CGIPACKAGES
+ +Advanced bootstrap options + + + + +
--architectures: LB_ARCHITECTURES
--archive-areas: LB_ARCHIVE_AREAS
+ +Advanced chroot options + + + + + +
--chroot-fileystem: LB_CHROOT_FILESYSTEM
--linux-flavours: LB_LINUX_FLAVOURS
--security: LB_SECURITY
+ +Advanced binary options + + + + + + + + + + + + + + +
--apt-indices: LB_APT_INDICES
--bootappend-live: LB_BOOTAPPEND_LIVE
--bootloader: LB_BOOTLOADER
--debian-installer: LB_DEBIAN_INSTALLER
--bootappend-install: LB_BOOTAPPEND_INSTALL
--iso-application: LB_ISO_APPLICATION
--iso-preparer: LB_ISO_PREPARER
--iso-publisher: LB_ISO_PUBLISHER
--iso-volume: LB_ISO_VOLUME
--memtest: LB_MEMTEST
--net-path: LB_NET_ROOT_PATH
--net-server: LB_NET_ROOT_SERVER
+ +Advanced source options + + + + +
--source: LB_SOURCE
--source-images: LB_SOURCE_IMAGES
+ +
+ +
+ -- cgit v1.2.3