File tree 2 files changed +8
-12
lines changed 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
A TUF repository example using the low-level TUF Metadata API.
3
3
4
-
5
- As 'repository_tool' and 'repository_lib' are being deprecated, repository
6
- metadata must be created and maintained *manually* using the low-level
7
- Metadata API. The example code in this file demonstrates how to
8
- implement similar functionality to that of the legacy 'repository_tool'
9
- and 'repository_lib' until a new repository implementation is available.
10
-
4
+ The example code in this file demonstrates how to *manually* create and
5
+ maintain repository metadata using the low-level Metadata API. It implements
6
+ similar functionality to that of the deprecated legacy 'repository_tool' and
7
+ 'repository_lib'. (see ADR-0010 for details about repository library design)
11
8
12
9
Contents:
13
10
* creation of top-level metadata
Original file line number Diff line number Diff line change 1
1
"""
2
2
A TUF hash bin delegation example using the low-level TUF Metadata API.
3
3
4
- As 'repository_tool' and 'repository_lib' are being deprecated, hash bin
5
- delegation interfaces are no longer available in this implementation. The
6
- example code in this file demonstrates how to easily implement those
7
- interfaces, and how to use them together with the TUF metadata API, to perform
8
- hash bin delegation.
4
+ The example code in this file demonstrates how to *manually* perform hash bin
5
+ delegation using the low-level Metadata API. It implements similar
6
+ functionality to that of the deprecated legacy 'repository_tool' and
7
+ 'repository_lib'. (see ADR-0010 for details about repository library design)
9
8
10
9
Contents:
11
10
- Re-usable hash bin delegation helpers
You can’t perform that action at this time.
0 commit comments