Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate -a and -o options of [ commands | Patrick McDermott | 2019-03-13 | 1 | -1/+2 |
| | | | | POSIX marks these as obsolescent. | ||||
* | Protect [ commands from strings beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | ob_parse_package_metadata(): Eliminate caching | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | | | | Cf. commit da45b6d. | ||||
* | opkbuild, ob-*: Exit with error on ob_set_text_domain() failure | Patrick McDermott | 2019-03-13 | 1 | -1/+4 |
| | |||||
* | opkbuild: Add more return statements | Patrick McDermott | 2019-03-13 | 1 | -23/+35 |
| | |||||
* | opkbuild: Add return statements after ob_error() calls | Patrick McDermott | 2019-03-13 | 1 | -13/+35 |
| | |||||
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 1 | -0/+2 |
| | |||||
* | Don't let libopkbuild errors cause exit with -e | Patrick McDermott | 2019-03-13 | 1 | -11/+7 |
| | |||||
* | opkbuild: Don't ignore errors from `../build build` | Patrick McDermott | 2018-12-25 | 1 | -2/+2 |
| | |||||
* | opkbuild: Don't run ob-* commands from a child shell | Patrick McDermott | 2018-12-25 | 1 | -7/+5 |
| | |||||
* | opkbuild: Add an extremely thoughtful TODO comment | Patrick McDermott | 2018-12-25 | 1 | -0/+1 |
| | |||||
* | opkbuild: Join unnecessarily split lines | Patrick McDermott | 2018-12-25 | 1 | -4/+2 |
| | |||||
* | opkbuild: Define main() after the functions it calls | Patrick McDermott | 2018-12-25 | 1 | -36/+36 |
| | |||||
* | opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | opkbuild, ob-*: Update header comments, copyrights, and license | Patrick McDermott | 2018-12-24 | 1 | -9/+9 |
| | |||||
* | opkbuild, ob-*: Drop magic number interpreter lines | Patrick McDermott | 2018-12-22 | 1 | -2/+0 |
| | |||||
* | opkbuild, ob-*: Use variables set by shpp | Patrick McDermott | 2018-12-22 | 1 | -14/+14 |
| | |||||
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 1 | -5/+0 |
| | |||||
* | opkbuild, ob-*: Load newly linked libopkbuild | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | libopkbuild: Change output file extension to .sho | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | opkbuild: Export OPK_PACKAGES_REDUCED | P. J. McDermott | 2014-09-21 | 1 | -0/+1 |
| | |||||
* | opkbuild: Set OPK_PACKAGES_REDUCED | P. J. McDermott | 2014-09-21 | 1 | -0/+17 |
| | |||||
* | opkbuild: Use case constructs for -b, -S, and -F | P. J. McDermott | 2014-09-21 | 1 | -9/+9 |
| | |||||
* | opkbuild: Fix case statements | P. J. McDermott | 2014-09-21 | 1 | -4/+4 |
| | |||||
* | Rename mutex options message ID | P. J. McDermott | 2014-09-21 | 1 | -5/+5 |
| | |||||
* | opkbuild: Allow -B and -P to be combined | P. J. McDermott | 2014-09-21 | 1 | -8/+14 |
| | |||||
* | opkbuild: Simplify OPK_PACKAGES assignment | P. J. McDermott | 2014-09-21 | 1 | -6/+6 |
| | |||||
* | opkbuild: Accept -B and -P options | P. J. McDermott | 2014-09-21 | 1 | -4/+4 |
| | |||||
* | opkbuild: Add a comment about optstring | P. J. McDermott | 2014-09-20 | 1 | -0/+1 |
| | |||||
* | opkbuild: Change platform option to -p | P. J. McDermott | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | opkbuild: Preserve files' metadata in source pkgs. | P. J. McDermott | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | opkbuild: Run ob-genchanges only if -T not given. | P. J. McDermott | 2013-09-07 | 1 | -5/+2 |
| | | | | | | | | | | This fixes the following superfluous errors: $ opkbuild -bCT source [...] ob-genchanges: Generating "opkbuild_3.0.0~beta1-1_core-linux-eglibc_dev.changes"... wc: ../../libopkbuild.1_3.0.0~beta1-1_all_all.opk: No such file or directory wc: ../../opkbuild_3.0.0~beta1-1_all_all.opk: No such file or directory | ||||
* | src/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | opkbuild: Enable ob-genchanges. | P. J. McDermott | 2013-08-17 | 1 | -2/+4 |
| | |||||
* | opkbuild: Separate opt_uid0_cmd non-option args. | P. J. McDermott | 2013-06-15 | 1 | -5/+5 |
| | | | | Otherwise, the option arguments might be collected by the opt_uid0_cmd. | ||||
* | s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources. | P. J. McDermott | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Exit on failure to parse package metadata. | P. J. McDermott | 2012-11-16 | 1 | -2/+2 |
| | |||||
* | Reduce platforms for OPK_PACKAGES. | P. J. McDermott | 2012-11-15 | 1 | -2/+6 |
| | |||||
* | Add some more error handling to opkbuild. | P. J. McDermott | 2012-11-14 | 1 | -12/+37 |
| | |||||
* | Remove code for upstream build system arches. | P. J. McDermott | 2012-11-14 | 1 | -13/+2 |
| | |||||
* | Use "<<-" here-doc operator to allow indentation. | P. J. McDermott | 2012-10-25 | 1 | -6/+6 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Temporarily disable invocation of ob-genchanges. | P. J. McDermott | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Don't omit arch:all packages from OPK_PACKAGES. | P. J. McDermott | 2012-10-10 | 1 | -1/+2 |
| | |||||
* | Ensure ob-* utils can be run w/o BINDIR in PATH. | P. J. McDermott | 2012-10-09 | 1 | -11/+11 |
| | |||||
* | Run ob-{installdocs,gencontrol,buildopk} as UID 0. | P. J. McDermott | 2012-10-08 | 1 | -5/+6 |
| | |||||
* | Wrap a line that grew. | P. J. McDermott | 2012-10-08 | 1 | -2/+4 |
| | |||||
* | Set arch env vars for build systems. | P. J. McDermott | 2012-10-08 | 1 | -2/+13 |
| | |||||
* | Make -T option effective. | P. J. McDermott | 2012-10-08 | 1 | -8/+13 |
| | |||||
* | Set OPK_PACKAGES env var (specified by SPF 2.0). | P. J. McDermott | 2012-10-08 | 1 | -1/+2 |
| |