Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: Conditionally build configured plugin | Patrick McDermott | 2018-12-22 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | Rewrite libopkbuild sources list building | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Remove copyright notices from local.mk files | Patrick McDermott | 2018-12-22 | 1 | -18/+0 |
| | | | | These contain just lists of files and shouldn't be copyrightable. | ||||
* | libopkbuild: Use shpp | Patrick McDermott | 2018-12-22 | 1 | -5/+5 |
| | |||||
* | Switch to using GNU Automake | Patrick McDermott | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | 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 old input makefiles. | P. J. McDermott | 2013-06-15 | 1 | -75/+0 |
| | |||||
* | Make lib/metadata/ non-recursive. | P. J. McDermott | 2013-06-15 | 1 | -0/+20 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | Move build helper check into ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -2/+11 |
| | |||||
* | Support OPKHELPER_3_0 macro in makefiles. | P. J. McDermott | 2012-10-08 | 1 | -1/+3 |
| | |||||
* | Use SYSCONFDIR in ob_get_system_{arch,plat}(). | P. J. McDermott | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Add sysconfdir macro to lib/metadata/Makefile.in. | P. J. McDermott | 2012-10-08 | 1 | -1/+3 |
| | |||||
* | Use LIBDIR and DATADIR in ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -4/+4 |
| | |||||
* | Support LIBDIR and DATADIR in metadata plugins. | P. J. McDermott | 2012-10-08 | 1 | -1/+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 |
| | |||||
* | Make package and metadata module dirs once. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Rm package and metadata module dirs on uninstall. | P. J. McDermott | 2012-10-08 | 1 | -0/+1 |
| | |||||
* | Update metadata plugin to comply with SPF 2.0. | P. J. McDermott | 2012-10-08 | 1 | -10/+30 |
| | |||||
* | Fix "distdir" macro in lib/*/Makefile.in. | P. J. McDermott | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Implement _ob_get_system_path_proteanos(). | P. J. McDermott | 2012-10-04 | 1 | -0/+50 |
| | |||||
* | Fix library installation path. | P. J. McDermott | 2012-10-02 | 1 | -4/+4 |
| | |||||
* | Write lib/metadata/Makefile.in. | P. J. McDermott | 2012-09-30 | 1 | -0/+67 |
| | |||||
* | 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 |