Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are a couple of pointless `if true`s in there to avoid whitespace
change.
|
|
libredbdiff used VARNAME for Parabola variables, and VARNAME_arch for Arch
variables. I found it confusing. Instead, consistently use VARNAME_prbl
for Parabola variables and VARNAME_arch for Arch variables; this allows the
reader to more easily see the parallels between the handling of each.
|
|
|
|
|
|
|
|
Also make the minimal changes to the program to make this testing possible.
|
|
|
|
|
|
|
|
|
|
Only make this change in places where it shouldn't make a difference, and
something weird has to be going on for the subshell to fail. This is on
par with checking the return value of malloc. We don't need tests for each
of these failure cases.
|
|
These were found with the help of shellcheck.
|
|
These were found with the help of shellcheck.
Nothing more complicated than wrapping a variable in double quotes has been
done.
|
|
|
|
|
|
|
|
I changed how it works in devtools-par.
|
|
makechrootpkg.sh has now been patched to make it ok with `set -euE`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repo; use PATH
This is related to dbscripts now being a package.
|
|
|
|
This looks better with recent pacman/PKGBUILD conventions.
|
|
|
|
|
|
|
|
|
|
|
|
|