diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-01 19:23:19 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:01:05 -0600 |
commit | 8e5744170c30d50ef1f3e3a3e52c595870c6e50a (patch) | |
tree | 797e4d33a4e0da370e68ebcd9a80b9daa0d7fa52 /doc | |
parent | abac8a47a9e8bbccb7eb866c2fa0796cc5c39edc (diff) |
librestage: clean up, add unit tests
Contained the text "# TODO refactor this", and I can't just stick to that
fragment of code, can I?
I actually didn't change too much, despite what the diff looks like.
- move everything into a main() routine
- redo the usage() text
- rename a few variables
- fix where "${#repos}" should have been "${#repos[@]}"
- use [[...]] instead of [...]
- use "if A; then B; else C; fi" instead of "A || C && B"
- use CARCH instead of looping over every possible architecture.
- only look for files that match PKGEXT, as set in makepkg.conf
- pull out duplicate code for error handling
- don't warn when creating "staging/REPONAME"
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions