Age | Commit message (Collapse) | Author |
|
https://lists.parabola.nu/pipermail/dev/2017-June/005576.html
|
|
1. the config at the top referenced libredbdiff.conf:statedir; which hadn't
been loaded yet
2. the 'compare' arg parser referenced libredbdiff.conf:repos; which hadn't
been loaded yet
|
|
Fixes https://labs.parabola.nu/issues/1372
|
|
|
|
|
|
|
|
|
|
https://labs.parabola.nu/issues/1372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://lists.parabola.nu/pipermail/dev/2017-May/005515.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use
while read -r var; do
...
done < <(...)
rather than
for var in $(...); do
...
done
|
|
|
|
Everything should be on stderr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prefer XDG_CONFIG_HOME where possible
|
|
|
|
Also, pacman-git produces ${pkgbase}-debug packages instead of the
${pkgname}-debug packages that pacman <=5.0.1 produces. This commit
adds support for staging both, so we are ready when the new pacman
comes out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Ignore space change" is essential to making sense of this patch.
|
|
|