summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Make lib/ non-recursive.P. J. McDermott2013-06-152-7/+45
| * configure: Update copyright years.P. J. McDermott2013-06-151-2/+2
| * configure: Add man3dir.P. J. McDermott2013-06-151-0/+4
| * configure: Add pkglibdir and man1dir.P. J. McDermott2013-06-151-1/+11
| * configure: Fix find_dep_lib().P. J. McDermott2013-06-151-13/+8
| * Make src/ non-recursive.P. J. McDermott2013-06-152-8/+71
| * configure: Normalize dependency parameter names.P. J. McDermott2013-06-151-2/+4
| * configure: Only edit top-level makefile.P. J. McDermott2013-06-151-4/+3
|/
* Set Host-Arch and Host-Plat substvars.P. J. McDermott2013-05-251-0/+2
* Use cat in ob_parse_{control,changelog}().P. J. McDermott2012-11-222-2/+6
* Fix arguments to _ob_parse_changelog_error().P. J. McDermott2012-11-221-11/+13
* Verify existence of *.pkg/control in pkg listing.P. J. McDermott2012-11-161-0/+4
* Exit on failure to parse package metadata.P. J. McDermott2012-11-169-18/+18
* ob_set_substvar(): Escape single quotes in value.P. J. McDermott2012-11-161-0/+3
* Release opkbuild 3.0.0-alpha4.opkbuild-3.0.0-alpha4P. J. McDermott2012-11-162-1/+20
* Add mksysconf to .gitignore.P. J. McDermott2012-11-151-0/+1
* Reduce platforms for OPK_PACKAGES.P. J. McDermott2012-11-151-2/+6
* Simplify variable setting; save a fork.P. J. McDermott2012-11-151-1/+1
* configure: Don't exit on unrecognized options.P. J. McDermott2012-11-141-2/+3
* Update TODO.P. J. McDermott2012-11-141-3/+25
* Add some more error handling to opkbuild.P. J. McDermott2012-11-141-12/+37
* Improve the system config generation kludge.P. J. McDermott2012-11-143-130/+55
* Remove archtab generation from testsetup.shP. J. McDermott2012-11-141-22/+0
* Remove code for upstream build system arches.P. J. McDermott2012-11-143-23/+3
* Set an OPK_TOOL_PREFIX environment variable.P. J. McDermott2012-11-141-0/+1
* Don't print error when there's no substvars file.P. J. McDermott2012-11-101-1/+3
* Make ob-unpacksource a bit more robust.P. J. McDermott2012-11-101-2/+2
* Reduce platforms in ob_get_binary_packages().P. J. McDermott2012-11-051-2/+11
* Refactor ob_get_binary_packages() arch reduction.P. J. McDermott2012-11-051-11/+8
* ob_get_binary_packages: use ob_arch_is_concerned.P. J. McDermott2012-11-051-1/+2
* Add argument count checks to ob_*_is_concerned().P. J. McDermott2012-11-051-6/+16
* Add {arch,plat}_is_concerned funcs to public API.P. J. McDermott2012-11-052-66/+66
* Support multiple build helpers in PATH.P. J. McDermott2012-10-271-1/+3
* Having no upstream/native sources is not an error.P. J. McDermott2012-10-271-3/+4
* Simplify a comment in ob_parse_dep().P. J. McDermott2012-10-271-1/+1
* Improve IFS resetting in ob_reduce_deps().P. J. McDermott2012-10-271-5/+4
* Remove old oh-* utilities.P. J. McDermott2012-10-273-163/+0
* Release opkbuild 3.0.0-alpha3.opkbuild-3.0.0-alpha3P. J. McDermott2012-10-262-1/+18
* Fix an old utility name in TODO.P. J. McDermott2012-10-261-1/+1
* Validate substvar names.P. J. McDermott2012-10-261-1/+9
* Add a "dist-xz" target.P. J. McDermott2012-10-261-0/+4
* Support comments in control files.P. J. McDermott2012-10-251-0/+3
* Fix parsing of platform specs in ob_parse_dep().P. J. McDermott2012-10-251-1/+1
* Improve formatting of dep in ob_parse_dep().P. J. McDermott2012-10-251-6/+16
* Make ob_get_doc_files() accept arch and plat args.P. J. McDermott2012-10-253-10/+12
* Use "<<-" here-doc operator to allow indentation.P. J. McDermott2012-10-254-39/+39
* Merge branch 'feature/reduce-plat-in-deps'.P. J. McDermott2012-10-252-23/+83
|\
| * Reduce platforms in dep fields in ob-gencontrol.P. J. McDermott2012-10-251-3/+3
| * Reduce platforms in ob_reduce_deps().P. J. McDermott2012-10-251-4/+7
| * Print a newline after output in ob_parse_dep().P. J. McDermott2012-10-251-0/+1