Skip to content

Commit

Permalink
Add a paragraph about filtering remote content
Browse files Browse the repository at this point in the history
closes pulp#179
  • Loading branch information
lubosmj committed Jun 6, 2022
1 parent c28f8df commit 1ca0245
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/179.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added a new paragraph about filtering remote content by refs.
5 changes: 5 additions & 0 deletions docs/workflows/sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Creating a remote object informs Pulp about an external content source::

pulp ostree remote create --name bar --url https://fixtures.pulpproject.org/ostree/small/

Use the standard Linux wildcards ``*``, ``?`` to include or exclude refs from a remote repository
when syncing::

pulp ostree remote create --name bar-filtered --url https://fixtures.pulpproject.org/ostree/small/ --include-refs "[\"stable\"]" --exclude-refs "[\"raw*\"]"

Sync the Repository
-------------------

Expand Down

0 comments on commit 1ca0245

Please sign in to comment.