Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-25 | move more things to use the $EXIT_* variables | Luke Shumaker | |
2017-05-25 | librerelease: mimic makepkg GPG signatures | Luke Shumaker | |
https://lists.parabola.nu/pipermail/dev/2017-May/005515.html | |||
2017-05-25 | start moving things to use the libremessages exit codes | Luke Shumaker | |
2017-05-24 | Merge conf.sh:load_files and conf.sh:check_vars into load_conf | Luke Shumaker | |
2017-05-24 | Include the 1863 port number in config variables | Luke Shumaker | |
2017-05-24 | librerelease: No period after 1-line program description | Luke Shumaker | |
2017-05-24 | librerelease: tidy | Luke Shumaker | |
2017-05-24 | librerelease: Be more careful with config parsing (fixes test) | Luke Shumaker | |
2017-05-05 | librestage: fix a typo in an error message | Luke Shumaker | |
2017-05-05 | librestage: get the list of arches from the PKGBUILD, not a global conf. | Luke Shumaker | |
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. | |||
2017-05-05 | librestage: ditch xbs in favor of uploading sourceballs | Luke Shumaker | |
2017-05-04 | libreaddiff: tidy | Luke Shumaker | |
2017-05-04 | random tidy up | Luke Shumaker | |
2017-05-04 | Have everything use a main() function, where it isn't too tricky to convert | Luke Shumaker | |
"Ignore space change" is essential to making sense of this patch. | |||
2017-05-04 | libredbdiff: reword a paragraph of the usage() text | Luke Shumaker | |
2017-05-03 | libredbdiff: messages | Luke Shumaker | |
2017-05-03 | libredbdiff: usage | Luke Shumaker | |
2017-05-03 | libredbdiff: loop | Luke Shumaker | |
2017-05-03 | libredbdiff: Be stricter | Luke Shumaker | |
2017-05-03 | libredbdiff: Add a helper for vercmp | Luke Shumaker | |
I have a hard time reasoning about vercmp use in scripts, so add a {{ A -lt B }} helper that works like [ A -lt B ], but for pacman versions. | |||
2017-05-03 | libredbdiff: Use expac instead of pacman where possible | Luke Shumaker | |
2017-05-03 | libredbdiff: always freshen generated config files | Luke Shumaker | |
2017-05-03 | libredbdiff: re-indent | Luke Shumaker | |
2017-05-03 | libredbdiff: inline initialize. | Luke Shumaker | |
The indentation here is a little off. Just go with it. | |||
2017-05-03 | libredbdiff: get rid of stupid warnings, just take care of it | Luke Shumaker | |
2017-05-03 | libredbdiff: tidy | Luke Shumaker | |
2017-05-03 | libredbdiff: loop | Luke Shumaker | |
2017-05-03 | libredbdiff: simplify config file generation | Luke Shumaker | |
2017-05-03 | libredbdiff: inline the filenotfound function | Luke Shumaker | |
2017-05-03 | libredbdiff: reformat print_cmp | Luke Shumaker | |
2017-05-03 | libredbdiff: clean up initialization-detection code | Luke Shumaker | |
2017-05-03 | libredbdiff: simplify downloadfile | Luke Shumaker | |
2017-05-03 | libredbdiff: Improve local variable usage | Luke Shumaker | |
2017-05-03 | libredbdiff: tidy the header section | Luke Shumaker | |
2017-05-03 | libredbdiff: improve tmpfile management | Luke Shumaker | |
2017-05-03 | libredbdiff: downloadfile has a message formatter; notify librexgettext | Luke Shumaker | |
2017-05-03 | libredbdiff: Improve option parsing. Add missing info to usage(). | Luke Shumaker | |
There are a couple of pointless `if true`s in there to avoid whitespace change. | |||
2017-05-03 | libredbdiff: Use _prbl for Parabola vars and _arch for Arch vars. | Luke Shumaker | |
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. | |||
2017-05-02 | libredbdiff: Normalize variable quoting. | Luke Shumaker | |
2017-05-02 | libredbdiff: make repos be a true array, make it configurable | Luke Shumaker | |
2017-05-02 | bugfix [2/2]: libredbdiff: Correctly handle multiple provides | Luke Shumaker | |
2017-05-02 | bugfix [1/2]: libredbdiff: Add a test for handling multiple provides. | Luke Shumaker | |
Also make the minimal changes to the program to make this testing possible. | |||
2017-04-20 | Don't use subshells in local/export/declare commands. | Luke Shumaker | |
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. | |||
2017-04-20 | Variables inside of $((...)) don't need a $ in front of them. | Luke Shumaker | |
These were found with the help of shellcheck. | |||
2017-04-20 | Quote unquoted strings that should probably be quoted. | Luke Shumaker | |
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done. | |||
2017-04-20 | Consistently use ". $(librelib slug)" to load libraries. | Luke Shumaker | |
2017-01-30 | Update and tidy the build system for autothing v3. | Luke Shumaker | |
2016-07-10 | librerelease: don't assume that dbscripts is checked out in the homedir on ↵ | Luke Shumaker | |
repo; use PATH This is related to dbscripts now being a package. | |||
2016-06-09 | Work with the new version of autothing. | Luke Shumaker | |
2016-02-12 | Since new generation of expac has been released, expac-relative isn't needed ↵ | André Fabian Silva Delgado | |
for libredbdiff anymore |