From 2fd467aafa3c8b991b44edf8b35b78dac948e387 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 15 Dec 2014 15:56:44 -0500 Subject: [PATCH] roles/atomic-composer: Add an initial README Signed-off-by: Luke Macken --- roles/atomic-composer/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 roles/atomic-composer/README diff --git a/roles/atomic-composer/README b/roles/atomic-composer/README new file mode 100644 index 0000000000..f293709d5a --- /dev/null +++ b/roles/atomic-composer/README @@ -0,0 +1,20 @@ +This role is for the (currently single) server that performs +rpm-ostree tree composes. It takes as input two primary data sets: + +1) The Fedora package set for a particular branch (f21, rawhide) +2) A git repository, https://git.fedorahosted.org/cgit/fedora-atomic.git + +This output gets written into an OSTree repository which is pushed to: +http://dl.fedoraproject.org/pub/fedora/linux/atomic/ + +This is only for Fedora 21. rawhide trees are handled via +https://git.fedorahosted.org/cgit/releng/tree/scripts/run-pungi + +It uses lmacken's + +https://github.com/fedora-infra/fedmsg-atomic-composer + +which has the ability to listen for fedmsg notifications of package +set changes, but is not actually doing so at the moment due to +concerns about fedmsg reliability (?). +