summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
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: