241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
|
Control artifacts are used to assign properties to other artifacts
within the repository. The basic format of a control artifact is
the same as a manifest or cluster. A control artifact is a text
files divided into cards by newline characters. Each card has a
single-character card type followed by arguments. Spaces separate
the card type and the arguments. No surplus whitespace is allowed.
All cards must occur in strict lexigraphical order.
Allowed cards in a control artifact are as follows:
<blockquote>
<b>D</b> <i>time-and-date-stamp</i><br />
<b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name artifact-id ?value?</i><br />
<b>U</b> <i>user-name</i><br />
|
|
|
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
|
Control artifacts are used to assign properties to other artifacts
within the repository. The basic format of a control artifact is
the same as a manifest or cluster. A control artifact is a text
files divided into cards by newline characters. Each card has a
single-character card type followed by arguments. Spaces separate
the card type and the arguments. No surplus whitespace is allowed.
All cards must occur in strict lexicographical order.
Allowed cards in a control artifact are as follows:
<blockquote>
<b>D</b> <i>time-and-date-stamp</i><br />
<b>T</b> (<b>+</b>|<b>-</b>|<b>*</b>)<i>tag-name artifact-id ?value?</i><br />
<b>U</b> <i>user-name</i><br />
|