Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ob_get_system_path(): Allow overriding DATADIR | Patrick McDermott | 2019-06-17 | 1 | -4/+11 |
| | |||||
* | ob_get_system_path(): Allow package-less platconf | Patrick McDermott | 2019-06-16 | 1 | -1/+6 |
| | |||||
* | metadata/proteanos: Allow "+" and forbid "-" in upstream versions | Patrick McDermott | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | Delimit operands of ob_parse_version() | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | lib/, locale/, tests/: Update copyright years | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | _ob_get_system_path(): Protect against DATADIR with "%" | Patrick McDermott | 2019-03-13 | 1 | -4/+4 |
| | |||||
* | Protect against cmd operands beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | Don't let libopkbuild errors cause exit with -e | Patrick McDermott | 2019-03-13 | 1 | -3/+6 |
| | |||||
* | libopkbuild: Abort on invalid function arguments | Patrick McDermott | 2019-03-13 | 1 | -42/+23 |
| | | | | | | | | | | Shift arguments and abort instead of returning 125. Incorrect numbers of function arguments suggest application/library incompatibilities or serious errors by the application developer. Either way, the application developer should be made immediately aware of this (and not allowed to simply not check return values), and continuing to run and handle any further API calls may be unsafe. | ||||
* | _ob_validate_*(): Replace echo with here-document in grep commands | Patrick McDermott | 2019-03-12 | 1 | -6/+11 |
| | |||||
* | _ob_get_upstreamver(), _ob_get_distrev(): Replace echo with printf | Patrick McDermott | 2019-03-12 | 1 | -2/+2 |
| | |||||
* | ob_get_system_*(): Return 1 and hide message on error | Patrick McDermott | 2018-12-29 | 1 | -2/+2 |
| | |||||
* | libopkbuild: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 1 | -9/+9 |
| | |||||
* | metadata: Drop system name from function names | Patrick McDermott | 2018-12-22 | 1 | -8/+8 |
| | |||||
* | libopkbuild: Drop include guards | Patrick McDermott | 2018-12-22 | 1 | -3/+0 |
| | |||||
* | libopkbuild: Use shpp | Patrick McDermott | 2018-12-22 | 1 | -5/+5 |
| | |||||
* | ob_get_system_path(): Drop "build-helper". | P. J. McDermott | 2014-03-05 | 1 | -15/+0 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2013-08-18 | 1 | -2/+2 |
| | | | | This is one step toward adding `set -u` to opkbuild. | ||||
* | lib/metadata/proteanos.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -61/+40 |
| | |||||
* | Remove code for upstream build system arches. | P. J. McDermott | 2012-11-14 | 1 | -9/+0 |
| | |||||
* | Return 2 platconf dirs from ob_get_system_path(). | P. J. McDermott | 2012-10-20 | 1 | -2/+5 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Move build helper check into ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -2/+11 |
| | |||||
* | Use SYSCONFDIR in ob_get_system_{arch,plat}(). | P. J. McDermott | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Use LIBDIR and DATADIR in ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -4/+4 |
| | |||||
* | Add "build-helper" path to ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -0/+8 |
| | |||||
* | Add "archtab" path ID to ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -0/+9 |
| | |||||
* | Update metadata plugin to comply with SPF 2.0. | P. J. McDermott | 2012-10-08 | 1 | -10/+30 |
| | |||||
* | Implement _ob_get_system_path_proteanos(). | P. J. McDermott | 2012-10-04 | 1 | -0/+50 |
| | |||||
* | Add functions to get arch and plat on ProteanOS. | P. J. McDermott | 2012-09-29 | 1 | -0/+20 |
| | |||||
* | Implement version parsing for ProteanOS. | P. J. McDermott | 2012-09-29 | 1 | -0/+43 |
| | |||||
* | Suppress output of grep in validation functions. | P. J. McDermott | 2012-09-29 | 1 | -2/+4 |
| | |||||
* | Begin writing metadata plugin for ProteanOS. | P. J. McDermott | 2012-09-28 | 1 | -0/+47 |