Difference between revisions of "Pidora Repos"
(Created page with '= Pidora Repos = * The Pidora Repositories are hosted at: http://pidora.ca/pidora/ == Symbolic Link Setup == === Mash Repos === <pre> ~/pidora-rsync/mash/pidora-18-latest/ …') |
(No difference)
|
Revision as of 13:46, 12 July 2013
Contents
Pidora Repos
- The Pidora Repositories are hosted at: http://pidora.ca/pidora/
Symbolic Link Setup
Mash Repos
~/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
Pidora main repo sym links
~/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
Pidora updates repo sym links
~/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/