| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
couple of tweaks in importing it,
modified portage.test.config.test_dhcpformat so that it skips each test if pyparsing isn't available; aside from that fix up
in portage.ebuild.profile to correct an old import of portage.config.central to get list_parser
|
|
|
|
| |
config upates.
|
|
|
|
|
| |
transfer of my config in, demonstrating fetcher section.
unless you have a reason to, stick with the metadata cache, since stable will convert over to flat_hash sometime soon; an updated (old and new format) class I'll tag in within the next few days.
|
|
|
|
|
|
| |
1) fetch/chksum code is now in use; capabilities/extension possibilities should be documented down the line, right now suffice it to say the "my nfs distdir hates portage access checks" is completely under user control, so it's now their fault if it doesn't work. >:)
2) shift of metadata away from profiles, and bound to the repository; not complete, but third party mirrors is bound to it.
3) correction of earlier horkage nuking depends sourcing in some setups due to bin/* layout changes
|
|
|
|
|
| |
booya for forgetting to add distdir to the fetchable template
for those following at home, this binds distdir to the fetcher; the fetcher can be bound to domain, or repo; repo overrides domain. this gives ya the ability to do per repo fetchers, or use a multiplexing fetcher that uses a readonly distdir, fetching to local if readonly copy isn't valid/usable.
|
|
|
|
| |
initial fetcher specification.
|
|
|
|
| |
oops, missed some settings :/
|
|
|
|
| |
update to conf mangling for vdb for domain
|
|
moving config and conf_default_types into data; the default.config will be stuck in there at some point also
|