Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-14 | Print an error when trying to sync a copy with itself. | Luke Shumaker | |
Fixes https://labs.parabola.nu/issues/920 | |||
2016-02-04 | Adjust libremakepkg to work with pacman 5.0 | Luke Shumaker | |
2015-06-07 | Not that it matters, but I screwed up makechrootpkg.sh:main().v20150607 | Luke Shumaker | |
2015-06-06 | Update to new devtools. | Luke Shumaker | |
2015-04-13 | makechrootpkg.sh.patch: Update to newer devtools | Luke Shumaker | |
2015-01-01 | makechrootpkg.sh: use full paths in messages, short names were ambiguous | Luke Shumaker | |
2014-11-06 | librechroot: touch up messages | Luke Shumaker | |
2014-11-06 | Update to newer devtools | Luke Shumaker | |
2014-05-11 | Update to new devtools. | Luke Shumaker | |
2014-03-22 | Update libremakepkg to work with Bash 4.3 (and still work with 4.2) | Luke Shumaker | |
2014-03-21 | Do an audit of copyright and license claims | Luke Shumaker | |
2014-02-09 | libremakepkg: extract the source (prepare()) while the network is still on | Luke Shumaker | |
2014-02-05 | libremakepkg: make sure the local repository exists before syncing pkgsv20140206 | Luke Shumaker | |
2014-02-05 | libremakepkg: fix installing dependencies that aren't in the paccache | Luke Shumaker | |
I can't figure out a reliable way to test this, as it depends on the host pacman cache. | |||
2014-01-05 | chroot-tools: make patch not reject new bugfix in devtools-par | Luke Shumaker | |
2014-01-05 | update to the new devtools | Luke Shumaker | |
2013-11-16 | makechrootpkg.sh: The delete message always said 'temporary copy' | Luke Shumaker | |
2013-10-26 | libremakepkg: configure [repo] to be first by default, not last | Luke Shumaker | |
2013-09-29 | update the makechrootpkg patch to apply cleanly with an updated devtools | Luke Shumaker | |
2013-09-14 | libremakepkg: add a librechroot_flags variable, split chrootbuild up | Luke Shumaker | |
We split chrootbuild so that the initialization bit runs before hook_pre_build. | |||
2013-09-11 | Update to the new version of devtools (huge commit). | Luke Shumaker | |
User-facing changes: - libremessages: `lock_open_write` became `lock` - libremessages: `lock_open_read` became `slock` - librechroot: learned the `-r` and `-w` flags to do bind mounts. Internal changes: The changes to librechroot were pretty straight-forward; the biggest change is that `archroot` got split into `mkarchroot` and `arch-nspawn`. libremakepkg got a major overhaul Honestly, the changes to libremakepklg probably could have been a lot smaller, but... I wanted to do it right/be clean. makechrootpkg in devtools got cleaned up a lot, actually a lot of the same changes I was making. But, the small differences between the way we did things made it less than simple to adjust. The biggest changes in terms of conflict for me are how devtools now uses bind-mounts to put files in the chroot, and that the /chrootbuild file is more complicated. I handled a lot of the complexity by moving things out of the main program, and adding hooks for non-core functionality, including chcleanup, distcc compatability hacks, and PKGBUILD/pkg checking. Unfortunately, the files containing the hooks are currently hard-coded. Perhaps they will be truly pluggable in the future. That might be neat. Or over-complicated. We'll see where it goes. | |||
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools |