diff --git a/CHANGES/179.doc b/CHANGES/179.doc new file mode 100644 index 00000000..bf70f557 --- /dev/null +++ b/CHANGES/179.doc @@ -0,0 +1 @@ +Added a new paragraph about filtering remote content by refs. diff --git a/docs/workflows/sync.rst b/docs/workflows/sync.rst index 633aa763..fea354b1 100644 --- a/docs/workflows/sync.rst +++ b/docs/workflows/sync.rst @@ -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 -------------------