summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* opkbuild: Add a comment about optstringP. J. McDermott2014-09-201-0/+1
|
* opkbuild: Change platform option to -pP. J. McDermott2014-09-201-2/+2
|
* opkbuild: Preserve files' metadata in source pkgs.P. J. McDermott2014-02-261-1/+1
|
* opkbuild: Run ob-genchanges only if -T not given.P. J. McDermott2013-09-071-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. McDermott2013-08-181-1/+1
|
* opkbuild: Enable ob-genchanges.P. J. McDermott2013-08-171-2/+4
|
* opkbuild: Separate opt_uid0_cmd non-option args.P. J. McDermott2013-06-151-5/+5
| | | | Otherwise, the option arguments might be collected by the opt_uid0_cmd.
* s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-151-1/+1
|
* Exit on failure to parse package metadata.P. J. McDermott2012-11-161-2/+2
|
* Reduce platforms for OPK_PACKAGES.P. J. McDermott2012-11-151-2/+6
|
* Add some more error handling to opkbuild.P. J. McDermott2012-11-141-12/+37
|
* Remove code for upstream build system arches.P. J. McDermott2012-11-141-13/+2
|
* Use "<<-" here-doc operator to allow indentation.P. J. McDermott2012-10-251-6/+6
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Temporarily disable invocation of ob-genchanges.P. J. McDermott2012-10-111-1/+1
|
* Don't omit arch:all packages from OPK_PACKAGES.P. J. McDermott2012-10-101-1/+2
|
* Ensure ob-* utils can be run w/o BINDIR in PATH.P. J. McDermott2012-10-091-11/+11
|
* Run ob-{installdocs,gencontrol,buildopk} as UID 0.P. J. McDermott2012-10-081-5/+6
|
* Wrap a line that grew.P. J. McDermott2012-10-081-2/+4
|
* Set arch env vars for build systems.P. J. McDermott2012-10-081-2/+13
|
* Make -T option effective.P. J. McDermott2012-10-081-8/+13
|
* Set OPK_PACKAGES env var (specified by SPF 2.0).P. J. McDermott2012-10-081-1/+2
|
* s/_PLATFORM/_PLAT/ in env vars specified by SPF.P. J. McDermott2012-10-081-7/+7
|
* s/OB_/OPK_/ in env vars specified by SPF 2.0.P. J. McDermott2012-10-081-35/+35
|
* Prefix source binary package names with "src-".P. J. McDermott2012-10-081-2/+2
|
* Refactor opkbuild a bit.P. J. McDermott2012-10-041-37/+67
|
* Fix message about mutually exclusive options.P. J. McDermott2012-10-041-5/+5
|
* Print build/host arch/plat in opkbuild.P. J. McDermott2012-10-041-0/+12
|
* Use ob_get_system_path() in utilities.P. J. McDermott2012-10-041-1/+2
|
* Run ob-{gencontrol,buildopk} for source package.P. J. McDermott2012-10-031-1/+2
|
* Set OB_SOURCE, OB_SOURCE_VERSION, etc.P. J. McDermott2012-10-031-0/+4
|
* Fix path to build makefile.P. J. McDermott2012-10-031-2/+2
|
* Implement ob-buildenv.P. J. McDermott2012-10-031-1/+18
|
* Implement build_source() in opkbuild.P. J. McDermott2012-10-031-0/+26
|
* Add informational output to opkbuild.P. J. McDermott2012-10-031-2/+5
|
* Begin rewriting opkbuild.P. J. McDermott2012-10-021-352/+115
|
* Detect invalid binary package names.P. J. McDermott2012-08-021-0/+4
|
* Detect absence of binary package directories.P. J. McDermott2012-08-021-0/+7
| | | | Or detect presence of clever user.
* Fix binary package directory substring removal.P. J. McDermott2012-08-021-1/+1
|
* Add missing (no-)clean options to getopts operand.P. J. McDermott2012-08-021-1/+1
|
* Write oh_cache().P. J. McDermott2012-08-021-18/+21
|
* Fix ordering of functions.P. J. McDermott2012-08-021-24/+27
|
* Fix format version check.P. J. McDermott2012-08-021-1/+1
|
* Give format string to oh_error().P. J. McDermott2012-08-021-1/+1
|
* Fix spelling of OPT_UID0_CMD parameter.P. J. McDermott2012-08-021-3/+3
|
* Fix options handling and empty function body.P. J. McDermott2012-08-021-2/+3
|
* Start rewriting build system.P. J. McDermott2012-08-021-1/+1
|
* Generate "src:" package control in opkbuild.P. J. McDermott2012-08-011-1/+1
|
* Write oh_control_gen_*() and fix tr commands.P. J. McDermott2012-08-011-4/+4
|
* Parse source and binary control files in opkbuild.P. J. McDermott2012-08-011-0/+33
|