Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow override sharedir for testing | Natanael Copa | 2019-11-07 | 1 | -1/+1 |
| | | | | | Aloow overrid sharedir with global ABUILD_SHAREDIR so we test the local functions.sh instead of a system installed functions.sh | ||||
* | rename datadir -> sharedir | Natanael Copa | 2019-11-07 | 1 | -4/+4 |
| | | | | | abuild uses datadir as local variable in various functions. Rename the global datadir to sharedir to avoid confusion. | ||||
* | Fix package version check on checkapk | Leo | 2019-10-01 | 1 | -1/+1 |
| | | | | The assignment of the oldpkg variable is missing the name of the package | ||||
* | checkapk: remove temporary dir on SIGINT and exit | Sören Tempel | 2018-10-03 | 1 | -2/+1 |
| | |||||
* | indent heredocs when possible | Jakub Jirutka | 2016-08-23 | 1 | -5/+5 |
| | |||||
* | checkapk: fix to work with https repositories | Jakub Jirutka | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | checkapk: treat subpackages items as colon separated lists | Timo Teräs | 2016-07-27 | 1 | -1/+1 |
| | | | | | fixes to pick correct subpackage name when "pkg:split:arch" syntax is used. | ||||
* | checkapk: run apk fetch in quiet mode to workaround bug in apk fetch | Natanael Copa | 2014-01-23 | 1 | -1/+1 |
| | | | | | apk fetch --stdout will mix the progress bar with data output. We work around this by run it in quiet mode. | ||||
* | functions: rename abuild_ver to program_version | Natanael Copa | 2013-10-25 | 1 | -2/+2 |
| | |||||
* | functions: rename prog to program | Natanael Copa | 2013-10-25 | 1 | -2/+2 |
| | |||||
* | checkapk: sanity check that we have CARCH set | Natanael Copa | 2013-10-25 | 1 | -0/+4 |
| | |||||
* | various: fancier readconfig, permit env overrides | Dubiousjim | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | various: s/echo/msg/, s/echo/error/, tweak error messages | Dubiousjim | 2013-07-09 | 1 | -5/+5 |
| | |||||
* | various: use long options, rework usages | Dubiousjim | 2013-07-09 | 1 | -0/+12 |
| | |||||
* | various: move conf-loading and i/o to functions | Dubiousjim | 2013-07-09 | 1 | -13/+11 |
| | |||||
* | various: add descriptions, attribution, license | Dubiousjim | 2013-07-08 | 1 | -0/+6 |
| | |||||
* | checkapk: find package when REPODEST is used | Natanael Copa | 2013-02-13 | 1 | -2/+3 |
| | |||||
* | checkapk: new tool | Natanael Copa | 2012-12-30 | 1 | -0/+74 |
Tool to help find ABI breakages in package upgrades |