File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1304,9 +1304,7 @@ non-volatile storage as FILENAME.EXT.
1304
1304
high-level idea of the solution is that each snapshot will be contained in a
1305
1305
so-called consistent snapshot. If a client is reading from one consistent
1306
1306
snapshot, then the repository is free to write another consistent snapshot
1307
- without interrupting that client. For more reasons on why we need consistent
1308
- snapshots, please see
1309
- https://github.com/theupdateframework/pep-on-pypi-with-tuf#why-do-we-need-consistent-snapshots
1307
+ without interrupting that client.
1310
1308
1311
1309
* ** 7.1. Writing consistent snapshots**
1312
1310
@@ -1358,8 +1356,6 @@ non-volatile storage as FILENAME.EXT.
1358
1356
released versions of root metadata files should always be provided
1359
1357
so that outdated clients can update to the latest available root.
1360
1358
1361
- For more details on how this would apply on a community repository, please
1362
- see https://github.com/theupdateframework/pep-on-pypi-with-tuf#producing-consistent-snapshots
1363
1359
1364
1360
* ** 7.2. Reading consistent snapshots**
1365
1361
You can’t perform that action at this time.
0 commit comments