From 9d44ea402a788d78af3f1e28203e87763ba75894 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 30 2020 05:57:51 +0000 Subject: Compose: ODCS production can also build ELN compose now. --- diff --git a/modules/ROOT/pages/compose.adoc b/modules/ROOT/pages/compose.adoc index f272b1c..5bcb925 100644 --- a/modules/ROOT/pages/compose.adoc +++ b/modules/ROOT/pages/compose.adoc @@ -6,10 +6,12 @@ The Fedora ELN compose is built using the ODCS (On Demand Compose Service). Ther instances (production and staging) and therefore two places with the latest ELN composes: |=== -|Description | Environment | Link +|Fedora ELN compose | Environment | Link -|Latest Fedora-ELN compose | production | Not available yet -|Latest Fedora-ELN compose | staging | https://odcs.stg.fedoraproject.org/composes/test/latest-Fedora-ELN/ +|Latest periodic | production | Not available yet. +|Latest manually generated | production | https://odcs.fedoraproject.org/composes/test/latest-Fedora-ELN/ +|Latest periodic | staging | Not available yet. +|Latest manually generated | staging | https://odcs.stg.fedoraproject.org/composes/test/latest-Fedora-ELN/ |=== @@ -42,7 +44,7 @@ The Fedora ELN compose can then be generated by the following command on ODCS st $ odcs --staging create-raw-config eln eln ``` -Or on production ODCS (Not available yet): +Or on production ODCS: ``` $ odcs create-raw-config eln eln @@ -60,3 +62,13 @@ When using ODCS version <= 0.2.39, the older syntax needs to be used to generate odcs --staging create raw_config eln#eln ``` ==== + +[NOTE] +==== + +When using ODCS version >= 0.2.46, it is possible to watch the real-time compose logs: + +``` +$ odcs --watch create-raw-config eln eln +``` +====