|
|
Line 1: |
Line 1: |
− | = Pidora Repos =
| |
| | | |
− |
| |
− | * The Pidora Repositories are hosted at: http://pidora.ca/pidora/
| |
− |
| |
− | == Symbolic Link Setup ==
| |
− |
| |
− | === Mash Repos ===
| |
− | <pre>
| |
− | ~/pidora-rsync/mash/pidora-18-latest/
| |
− | ├── mash.log
| |
− | ├── pidora-18
| |
− | │ ├── armhfp
| |
− | │ └── source
| |
− | ├── pidora-18-rpfr-updates
| |
− | │ ├── armhfp
| |
− | │ └── SRPMS
| |
− | ├── pidora-18-rpfr-updates-testing
| |
− | │ ├── armhfp
| |
− | │ └── SRPMS
| |
− | ├── pidora-18-updates
| |
− | │ ├── armhfp
| |
− | │ └── SRPMS
| |
− | └── pidora-18-updates-testing
| |
− | ├── armhfp
| |
− | └── SRPMS
| |
− | </pre>
| |
− |
| |
− | === Pidora main repo sym links ===
| |
− | <pre>
| |
− | ~/public_html/pidora/releases/18/packages/
| |
− | ├── armhfp
| |
− | │ ├── debug -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18/armhfp/debug
| |
− | │ └── os -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18/armhfp/os
| |
− | └── source
| |
− | └── SRPMS -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18/source/SRPMS
| |
− | </pre>
| |
− |
| |
− | === Pidora updates repo sym links ===
| |
− | <pre>
| |
− | ~/public_html/pidora/
| |
− | ├── rpfr-updates
| |
− | │ ├── 18
| |
− | │ │ ├── armhfp -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-rpfr-updates/armhfp/
| |
− | │ │ └── SRPMS -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-rpfr-updates/SRPMS/
| |
− | │ └── testing
| |
− | │ └── 18
| |
− | │ ├── armhfp -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-rpfr-updates-testing/armhfp/
| |
− | │ └── SRPMS -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-rpfr-updates-testing/SRPMS/
| |
− | └── updates
| |
− | ├── 18
| |
− | │ ├── armhfp -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-updates/armhfp/
| |
− | │ └── SRPMS -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-updates/SRPMS/
| |
− | └── testing
| |
− | └── 18
| |
− | ├── armhfp -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-updates-testing/armhfp/
| |
− | └── SRPMS -> ~/pidora-rsync/mash/pidora-18-latest/pidora-18-updates-testing/SRPMS/
| |
− | </pre>
| |