summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05scripts/*: add Makefile generator.zv/genmakeZach van Rijn1-0/+2
This commit adds a few scripts to the packages repository: * configure Typical 'configure' script; run to see usage. * scripts/genmake Generates a top-level 'Makefile' that will either build packages in the correct order, or sleep to simulate package builds. The main purpose of this tool is to enable concurrent package builds, and to provide a framework to analyze build strategies. When a dependency is updated, it is the responsibility of the maintainer to relbump all dependent packages. This tool is intended to facilitate concurrent package builds, not be a comprehensive maintenance tool.
2022-04-30scripts/*: add dependency resolver.Zach van Rijn1-0/+3
2017-10-07git: ignore pkg and src dirsA. Wilcox1-1/+2
2017-06-12system/adelie-base: First try at an adelie-base packageA. Wilcox1-0/+1