From 060b55e6cfe2111894e3bdc1613bea4db9f4740c Mon Sep 17 00:00:00 2001 From: clime Date: Mar 14 2017 12:41:20 +0000 Subject: [doc] backend brainstorming update --- diff --git a/doc/brainstorming.rst b/doc/brainstorming.rst index c0e378b..4b4827c 100644 --- a/doc/brainstorming.rst +++ b/doc/brainstorming.rst @@ -43,6 +43,9 @@ Backend - $ copr-builder --config /some/config.conf build / --chroot - the config.conf identifies where 'dist-git' and 'frontend' can be found to do `git clone PKG` and `copr-cli mock-config` - outputs could look like /copr-builder/live-log (stdout + stderr), /copr-builder/results/, /copr-builder/build.running (status) + + - clime: it can be done without `copr-builder` script ;) + * alternative to the prev approach: - run the builds remotely in background or in a terminal multiplexer - try to reconnect based on builder records on copr-be restart (involves setting up a new worker)