Compare commits
No commits in common. "e3ef55056a6e3cc02afb68437b3f1dacf833de4b" and "68b684dcf64d156647b6a6665dfdafc0c3d3876c" have entirely different histories.
e3ef55056a
...
68b684dcf6
@ -212,7 +212,7 @@ For the trace file saving, this defines what type of repo is being synced. Optio
|
|||||||
#### Example
|
#### Example
|
||||||
Example for RPM based mirror:
|
Example for RPM based mirror:
|
||||||
```bash
|
```bash
|
||||||
example_repo="/home/mirror/http/example/"
|
example_repo="/home/mirror/docroot/example/"
|
||||||
example_timestamp="/home/mirror/timestamp/example"
|
example_timestamp="/home/mirror/timestamp/example"
|
||||||
example_source="rsync://rsync.example.org/module/"
|
example_source="rsync://rsync.example.org/module/"
|
||||||
example_options="--exclude '.~tmp~' --exclude 'repodata/*'"
|
example_options="--exclude '.~tmp~' --exclude 'repodata/*'"
|
||||||
@ -222,7 +222,7 @@ example_type="rpm"
|
|||||||
|
|
||||||
Example for DEB based mirror:
|
Example for DEB based mirror:
|
||||||
```bash
|
```bash
|
||||||
example_repo="/home/mirror/http/example/"
|
example_repo="/home/mirror/docroot/example/"
|
||||||
example_timestamp="/home/mirror/timestamp/example"
|
example_timestamp="/home/mirror/timestamp/example"
|
||||||
example_source="rsync://rsync.example.org/module/"
|
example_source="rsync://rsync.example.org/module/"
|
||||||
example_options="--exclude '.~tmp~' --include=*.diff/ --exclude=*.diff/Index --exclude=Packages* --exclude=Sources* --exclude=Release* --exclude=InRelease --include=i18n/by-hash --exclude=i18n/* --exclude=ls-lR*"
|
example_options="--exclude '.~tmp~' --include=*.diff/ --exclude=*.diff/Index --exclude=Packages* --exclude=Sources* --exclude=Release* --exclude=InRelease --include=i18n/by-hash --exclude=i18n/* --exclude=ls-lR*"
|
||||||
@ -232,7 +232,7 @@ example_type="deb"
|
|||||||
|
|
||||||
Example with jigdo:
|
Example with jigdo:
|
||||||
```bash
|
```bash
|
||||||
example_repo="/home/mirror/http/example/"
|
example_repo="/home/mirror/docroot/example/"
|
||||||
example_timestamp="/home/mirror/timestamp/example"
|
example_timestamp="/home/mirror/timestamp/example"
|
||||||
example_source="rsync://rsync.example.org/module/"
|
example_source="rsync://rsync.example.org/module/"
|
||||||
example_options="--exclude '.~tmp~' --exclude '*.iso'"
|
example_options="--exclude '.~tmp~' --exclude '*.iso'"
|
||||||
@ -291,7 +291,7 @@ For the trace file saving, this defines what type of repo is being synced. Optio
|
|||||||
#### Example
|
#### Example
|
||||||
```bash
|
```bash
|
||||||
example_sync_mathod=qfm
|
example_sync_mathod=qfm
|
||||||
example_repo='/home/mirror/http/example/'
|
example_repo='/home/mirror/docroot/example/'
|
||||||
example_timestamp='/home/mirror/timestamp/example'
|
example_timestamp='/home/mirror/timestamp/example'
|
||||||
example_source='rsync://mirrors.example.com'
|
example_source='rsync://mirrors.example.com'
|
||||||
example_modules=fedora-enchilada
|
example_modules=fedora-enchilada
|
||||||
|
Loading…
Reference in New Issue
Block a user