78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
is a duplicate of a remote repository.
Communication between repositories is via HTTP. Remote
repositories are identified by URL. You can also point a web browser
at a repository and get human-readable status, history, and tracking
information about the project.
<h3>2.1 Identification Of Artifacts</h3>
A particular version of a particular file is called an "artifact". Each
artifact has a universally unique name which is the <a
href="http://en.wikipedia.org/wiki/SHA1">SHA1</a> or <a
href="http://en.wikipedia.org/wiki/SHA3">SHA3-256</a> hash of the
content of that file expressed as either 40 or 64 characters of
lower-case hexadecimal. (See the [./hashpolicy.wiki|hash policy
|
|
|
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
is a duplicate of a remote repository.
Communication between repositories is via HTTP. Remote
repositories are identified by URL. You can also point a web browser
at a repository and get human-readable status, history, and tracking
information about the project.
<h3><a id="artifacts"></a>2.1 Identification Of Artifacts</h3>
A particular version of a particular file is called an "artifact". Each
artifact has a universally unique name which is the <a
href="http://en.wikipedia.org/wiki/SHA1">SHA1</a> or <a
href="http://en.wikipedia.org/wiki/SHA3">SHA3-256</a> hash of the
content of that file expressed as either 40 or 64 characters of
lower-case hexadecimal. (See the [./hashpolicy.wiki|hash policy
|