From 941ef48d0428e79cc5e30ec4261b69755e17fbde Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 10 Nov 2014 10:03:53 +0100 Subject: [PATCH] add readme for factory news --- factory-package-news/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 factory-package-news/README diff --git a/factory-package-news/README b/factory-package-news/README new file mode 100644 index 00000000..96264f5e --- /dev/null +++ b/factory-package-news/README @@ -0,0 +1,12 @@ +current deployment: + +openqa.opensuse.org syncs factory isos in a cron job and generates +pickle files to store changelog information in +/var/lib/openqa/factory/snapshot-changes/ + +the obs factory publisher script fetches the diff for the to be +published snapshot from openqa.opensuse.org via http. Then sets the +current version to the snapshot number via post request. + +the factory announcer script runs on the packagelists vm, polling +the changelog file that was created by the publish script.