summaryrefslogtreecommitdiffstats
path: root/lib/App/ArchLinux/PackagerTools/Config.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-17PackagesDetailsFetcher: Cache 02packagesFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Config: Load config from file only onceFlorian Pritz1-1/+18
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Make context parameter explicitFlorian Pritz1-5/+5
This prevents a loop in $deps->{..}->{context} which is 1) unnecessary and 2) potentially breaks memory recovery when things get deleted. Not the case right now, but whatever. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17WIP Add cacheFlorian Pritz1-0/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-16WIP Add configuration classFlorian Pritz1-0/+88
Signed-off-by: Florian Pritz <bluewind@xinu.at>