summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-26 18:10:57 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-26 18:10:57 +0200
commitb7e4dcac17d8ea037dc267b47a6109edc2aaf39d (patch)
tree7794fedb144b6be283088bbf19f5487119752bf8 /roadmap.mdwn
parent85289334c7a1cecaf75df5f0c9b0bc06406810b9 (diff)
downloadick.liw.fi-b7e4dcac17d8ea037dc267b47a6109edc2aaf39d.tar.gz
Drop: developer uploads from alpha-3
Diffstat (limited to 'roadmap.mdwn')
-rw-r--r--roadmap.mdwn8
1 files changed, 3 insertions, 5 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index a2a0866..573ea7b 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -36,7 +36,7 @@ ALPHA-3 is ALPHA-2 but with the following changes:
> uploads, and PGP signing of package uploads. A project can specify
> which APT repository the .deb uploads should go to.
-The ALPHA-2 high-level architecture will look like this:
+The high-level architecture will look like this:
@startuml
actor Developer
@@ -58,10 +58,8 @@ The ALPHA-2 high-level architecture will look like this:
Controller -> Worker : 5. give work
Blobs -> Worker : 6. get workspace
Worker --> Blobs : 7. upload .deb
- Blobs --> Trusted : 8a.1 download .deb
- Trusted -> APT : 8a.2 upload signed .deb
- Blobs -> Developer : 8b.1 download .deb
- Developer -> APT : 8b.2 upload signed .deb
+ Blobs --> Trusted : 8. download .deb
+ Trusted -> APT : 9. upload signed .deb
@enduml
Major changes: