Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ <h3 class="c2">p2.composite.repository</h3>
<tt>destination</tt>
</td>
<td>
The destination repository to modify, defined as outlined <a href="#destination_repositories">above</a>.<br>
The destination repository to modify, defined as outlined <a href="#destination_repositories">above</a>.<br/>
If it already exists, it is modified in place; otherwise, an initially empty repository is created.
</td>
</tr>
Expand All @@ -1020,7 +1020,7 @@ <h3 class="c2">p2.composite.repository</h3>
<tt>source</tt>
</td>
<td>
Optional source repositories, as outlined <a href="#source_repositories">above</a>.<br>
Optional source repositories, as outlined <a href="#source_repositories">above</a>.<br/>
If specified, the content of the sources is copied to the destination, before it is modified.
This can be used to modify a remote (read-only) repository, by specifying it as the <code>source</code>, writing the result to a local <code>destination</code> repository, and then copying the resulting files to the remote server.
</td>
Expand Down
Loading