From 7f30266c8a9bad007fdf3eddaa3bbfd63a8be794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Tue, 14 Dec 2021 04:53:36 +0100 Subject: [PATCH] Add Buildbot usage into design --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44cef05..c67b171 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,12 @@ The files would be publicly downloadable, but uploading or creating new director The token could also use username (e.g. concatenate builder name + build number) and a random password, this way a traditional basic web authentication can be used. -Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated. \ No newline at end of file +Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated. + +## buildbot jobs + +A buildbot job would then look like this: + +1. get token (maybe the server side would auto-create directories) +2. run a task, pass the token as an environment variable or something so that it can upload when necessary +3. revoke token \ No newline at end of file