@@ -2919,14 +2919,14 @@ def create_new_repository(repository_directory, repository_name='default',
2919
2919
Whether to include the optional length attribute for targets
2920
2920
metadata files in the snapshot metadata.
2921
2921
Default is False because of bandwidth considerations.
2922
- Read more here :
2922
+ Read more at section 5.6 from the Mercury paper :
2923
2923
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
2924
2924
2925
2925
use_snapshot_hashes:
2926
2926
Whether to include the optional hashes attribute for targets
2927
2927
metadata files in the snapshot metadata.
2928
2928
Default is False because of bandwidth considerations.
2929
- Read more here :
2929
+ Read more at section 5.6 from the Mercury paper :
2930
2930
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
2931
2931
2932
2932
<Exceptions>
@@ -3026,14 +3026,14 @@ def load_repository(repository_directory, repository_name='default',
3026
3026
Whether to include the optional length attribute for targets
3027
3027
metadata files in the snapshot metadata.
3028
3028
Default is False because of bandwidth considerations.
3029
- Read more here :
3029
+ Read more at section 5.6 from the Mercury paper :
3030
3030
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
3031
3031
3032
3032
use_snapshot_hashes:
3033
3033
Whether to include the optional hashes attribute for targets
3034
3034
metadata files in the snapshot metadata.
3035
3035
Default is False because of bandwidth considerations.
3036
- Read more here :
3036
+ Read more at section 5.6 from the Mercury paper :
3037
3037
https://www.usenix.org/conference/atc17/technical-sessions/presentation/kuppusamy
3038
3038
3039
3039
<Exceptions>
0 commit comments