Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-11 | Move libregit into its own directory/subpackage | Luke Shumaker | |
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools | |||
2013-09-11 | Makefile: don't have directory-targets share namespace with project-targets | Luke Shumaker | |
2013-06-23 | mv src/librelib src/lib/ # and split librelib into a separate package | Luke Shumaker | |
2013-06-23 | mv src/devtools/lib/common.sh src/lib/ # and add common-devtools.mk | Luke Shumaker | |
2013-06-15 | Makefiles: pull the config section into config.mk | Luke Shumaker | |
2013-06-05 | add a system to skip tests that require networking or sudo. | Luke Shumaker | |
2013-06-05 | test/{runtests => testenv}: make it easy to enter a test shell | Luke Shumaker | |
Move 'runtests' to 'testenv', and have it execute the arguments instead of roundup. Have Makefile pass it 'roundup' as an argument. | |||
2013-05-27 | Add (roundup-based) unit-test framework, tests for pkgbuild-check-nonfree | Luke Shumaker | |
2013-05-02 | fix the Makefiles | Luke Shumaker | |
2013-05-02 | fix minor bugs in Makefile, .gitignore | Luke Shumaker | |
2013-01-17 | Integrate devtools into the build systemv20130117 | Luke Shumaker | |
2012-12-09 | oops, delete pr-tools from the top makefilev20121209 | Luke Shumaker | |
2012-12-09 | Add /usr/share/libretools/conf.sh, use /etc/libretools.d/chroot.conf | Luke Shumaker | |
Use it for librechroot, libremakepkg, libremkchroot | |||
2012-12-09 | make the Makefile(s)... mortal-friendly | Luke Shumaker | |
I did this by making the assumption that the files in a directory are dividable into 2 groups: those that are executable, and those that aren't, and that all of the files in each group all go in the same folder when installed. These install directories are configurable per source directory with $(libre_execdir) and $(libre_datadir) | |||
2012-11-07 | add a Makefile to install everythingv20121107 | Luke Shumaker | |