Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-14 | update makechrootpkg.sh.patchtesting-20130514 | Luke Shumaker | |
2013-05-13 | makechrootpkg.sh:chroot_copy_in(): work with librefetch stuff | Luke Shumaker | |
* do the process for both PKGBUILD and SRCBUILD, if it exists * look at both ${source[@]} and ${mksource[@]} * don't require that URLs contain a path-part | |||
2013-05-07 | have `librechroot install-file` add the packages to the local repo. | Luke Shumaker | |
2013-05-02 | fix libremakepkg | Luke Shumaker | |
2013-05-02 | src/devtools/Makefile: edit lib/*.sh scripts | Luke Shumaker | |
- makechrootpkg.sh: run through $(edit) to expand m4_include() - common.sh: add a header and footer to prevent multiple inclusion | |||
2013-05-02 | fix the Makefiles | Luke Shumaker | |
2013-05-02 | fix minor bugs in Makefile, .gitignore | Luke Shumaker | |
2013-05-02 | Update for the new devtools-par (major) | Luke Shumaker | |
* `src/devtools`: Redo to get devtools from another location, and patch it * `src/chroot-tools/{chcleanup,chroot.conf}`: Only install 'base-devel' by default * libremkchroot: deprecate in favor of `librechroot make` * librechroot: - redo option parsing to be a "sub-command" (git-like) interface, instead of having esoteric flags (pacman-like). - add more documentation. - allow COPY to be an absolute path - generally clean up and use updated functions from `makechrootpkg.sh` * libremakepkg: - allow COPY to be an absolute path - update to work with the new `makechrootpkg.sh`: - `makechrootpkg.sh:chroot_exec()` -> `libremakepkg:run()` - `makechrootpkg.sh:chroot_init()` -> `libremakepkg:chroot_init()` - All functions from `makechrootpkg.sh` are wrapped, because they don't work with `set -euE`. - Other small changes | |||
2013-01-17 | Integrate devtools into the build systemv20130117 | Luke Shumaker | |
2013-01-17 | Merge commit '512436524cd3e70b9394d304bc9a43c6858c3695' as 'src/devtools' | Luke Shumaker | |