File tree Expand file tree Collapse file tree
toolkit/resources/manifests/package Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Start with the toolchain repo as highest priority...
12[toolchain-repo]
23name=Local Toolchain Repo (build/toolchain_rpms/)
34baseurl=file:///toolchainrpms
45enabled=1
56gpgcheck=0
67skip_if_unavailable=1
78sslverify=0
9+ priority=1
810
11+ # Next highest should be existing locally built packages...
912[local-repo]
1013name=Local Build Repo (out/RPMS)
1114baseurl=file:///localrpms
1215enabled=1
1316gpgcheck=0
1417skip_if_unavailable=1
1518sslverify=0
19+ priority=2
1620
21+ # Then packages we have already cached from upstream...
1722[upstream-cache-repo]
1823name=Cache Repo for upstream RPMs (build/rpm_cache/cache)
1924baseurl=file:///upstream-cached-rpms
2025enabled=1
2126gpgcheck=0
2227skip_if_unavailable=1
2328sslverify=0
29+ priority=3
30+
31+ # Unless disabled, finally fall back to the upstream repos for any missing packages.
You can’t perform that action at this time.
0 commit comments