Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-28 | Ignore sysroot and checked out package sources | Mark Ferrell | |
2012-04-20 | Enhancement: process builds inside TMPDIR | Mark Ferrell | |
* In order to avoid thrashing a filesystem with transient objects during the build process, and thus getting stuck within the I/O scheduler, we now perform all builds themselves within BUILDER_TMPDIR. This way the tmpdir path can be mounted as a ramfs, such as tmpfs, and avoid thrashing physical storage, particularly journals on a journalled filesystem. | |||
2012-03-28 | Build infrastructure change... | Mark Ferrell | |
* Renamed build-info to build-query. The build-query tool is now responsible for looking up pretty much any and all package information, and all of the tools should use it instead of making assumptions about paths. * Redesigned the package structure to support <category>/<package>. When a request is made that excludes the <category> then the <project_name> is assumed to be the category. * Currently anything in the buildtools/ category is not cleaned up during build-clean. In the future there will be a NOCLEAN option as a category rule that the Buildrules file implicitly inherits. | |||
2012-03-25 | Add .gitignore | Mark Ferrell | |