Skip to content

Commit 1e24977

Browse files
committed
ADR003: describe transition to stand-alone TUF
Describe the steps for transitioning from TUF 1.0.0 in a subdirectory to stand-alone TUF 1.0.0 Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
1 parent 3a1ec87 commit 1e24977

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/adr/0003-where-to-develop-TUF-1-0-0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ implementation", because we want to add the new TUF code gradually
3535
while keep maintaining the current implementation given limited
3636
maintenance resources.
3737

38+
Once development of the new version is complete, we will transition
39+
from TUF 1.0.0 in a subdirectory to stand-alone TUF 1.0.0 by the following
40+
procedure:
41+
42+
* flesh out tuf/api/*
43+
* implement tuf/client/new-updater.py
44+
* implement tuf/repository/*
45+
* \<iterate\>
46+
* git mv tuf/client/new-updater.py tuf/client/updater.py
47+
* git rm tuf/\*.py
48+
* tag 1.0.0
49+
3850
### Negative Consequences
3951

4052
* In progress development in the default branch causes messiness

0 commit comments

Comments
 (0)