Age | Commit message (Collapse) | Author |
|
|
|
Also, change blacklist-lookup()'s internals.
|
|
|
|
|
|
If invoked directly, the final command executed is `unset`, which ensures
an exit status of 0. Because the unset variable is only set when executed
directly, it is safe to just remove the unset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* use tabs for indent
* document exit codes
* use conf.sh
* make the output more pleasing to me
* general code clean-up
|
|
* rename get_files() to list_files()
* make list_files() NOT take .conf a the end of $slug
* the .conf change cascades to check_vars()
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
treepkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- makechrootpkg.sh: run through $(edit) to expand m4_include()
- common.sh: add a header and footer to prevent multiple inclusion
|
|
|
|
|
|
|
|
|
|
The indentation was scattered between tabs and any number of spaces.
|
|
|