summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Release opkbuild 3.0.0-beta7opkbuild-3.0.0-beta7P. J. McDermott2014-10-251-0/+13
|
* configure: Set package_version to 3.0.0-beta7P. J. McDermott2014-10-251-1/+1
|
* parse_dep(): Rewrite parsing code to use sed's EREP. J. McDermott2014-10-251-45/+25
|
* tests/ob_parse_dep.rc: Add a testcaseP. J. McDermott2014-10-241-0/+8
| | | | | | | | | | This currently fails with: FAIL: tests/ob_parse_dep.sh Dependency "busybox (<< 1.21.1.12)", component "rel": " <" != "<<" Dependency "busybox (<< 1.21.1.12)", component "ver": "<1.21.1.12" != "1.21.1.12"
* NEWS: Release opkbuild 3.0.0-beta6opkbuild-3.0.0-beta6P. J. McDermott2014-09-231-1/+1
|
* configure: Set package_version to 3.0.0-beta6P. J. McDermott2014-09-231-1/+1
|
* en_US: Update copyright yearsP. J. McDermott2014-09-231-1/+1
|
* NEWS: Add 3.0.0-beta6 sectionP. J. McDermott2014-09-211-0/+14
|
* ob-*: Use OPK_PACKAGES_REDUCEDP. J. McDermott2014-09-214-4/+4
|
* opkbuild: Export OPK_PACKAGES_REDUCEDP. J. McDermott2014-09-211-0/+1
|
* optstring: UpdateP. J. McDermott2014-09-211-1/+1
|
* opkbuild: Set OPK_PACKAGES_REDUCEDP. J. McDermott2014-09-211-0/+17
|
* opkbuild: Use case constructs for -b, -S, and -FP. J. McDermott2014-09-211-9/+9
|
* opkbuild: Fix case statementsP. J. McDermott2014-09-211-4/+4
|
* Rename mutex options message IDP. J. McDermott2014-09-212-6/+6
|
* en_US: Update mutex options messageP. J. McDermott2014-09-211-1/+1
|
* opkbuild: Allow -B and -P to be combinedP. J. McDermott2014-09-211-8/+14
|
* opkbuild: Simplify OPK_PACKAGES assignmentP. J. McDermott2014-09-211-6/+6
|
* ob_get_binary_packages(): Use printf not echoP. J. McDermott2014-09-211-1/+1
|
* en_US: Update mutex options messageP. J. McDermott2014-09-211-1/+1
|
* en_US: Update opkbuild help outputP. J. McDermott2014-09-211-3/+2
|
* opkbuild: Accept -B and -P optionsP. J. McDermott2014-09-211-4/+4
|
* opkbuild: Add a comment about optstringP. J. McDermott2014-09-201-0/+1
|
* Merge branch 'master' of ssh://git.proteanos.com/opkbuild/opkbuildP. J. McDermott2014-09-201-1/+2
|\
| * ob-gencontrol: Replace newlines in MaintainerP. J. McDermott2014-08-181-1/+2
| |
* | Makefile.in: Install optstring fileP. J. McDermott2014-09-201-2/+7
| |
* | optstring: New fileP. J. McDermott2014-09-201-0/+1
| |
* | opkbuild: Change platform option to -pP. J. McDermott2014-09-202-3/+3
|/
* ob-genchanges: Replace newlines in Maintainer.P. J. McDermott2014-06-261-1/+2
|
* NEWS: Release opkbuild 3.0.0-beta5.opkbuild-3.0.0-beta5P. J. McDermott2014-05-151-1/+1
|
* Update copyright years.P. J. McDermott2014-05-153-3/+3
|
* configure: Set package_version to 3.0.0-beta5.P. J. McDermott2014-05-151-1/+1
|
* NEWS: Add 3.0.0-beta5 section.P. J. McDermott2014-05-151-0/+15
|
* tests/common.sh: Remove _ob_local and _ob_return.P. J. McDermott2014-05-152-12/+8
|
* ob_match_plat(): Add back plat:all check.P. J. McDermott2014-05-151-0/+7
| | | | | | | This was removed in commit 34c2432. This might be useful someday. Now both ob_match_plat() and ob_plat_is_concerned() check for this.
* ob_arch_is_concerned(): Check for arch:all.P. J. McDermott2014-05-151-19/+25
| | | | tests/ob_arch_is_concerned.sh now passes.
* tests/ob_arch_is_concerned.sh: New test.P. J. McDermott2014-05-153-0/+126
| | | | | | | | | | | The last test case is currently expected to fail: FAIL: tests/ob_arch_is_concerned.sh False positive: Host architecture: "all" Package architectures: "!amd64-linux-glibc" (There are also some errors about _ob_local.)
* Move plat:all check to ob_plat_is_concerned().P. J. McDermott2014-05-151-26/+25
| | | | tests/ob_plat_is_concerned.sh now passes.
* tests/ob_plat_is_concerned.sh: New test.P. J. McDermott2014-05-153-2/+126
| | | | | | | | | | | The last test case is currently expected to fail: FAIL: tests/ob_plat_is_concerned.sh False positive: Host platform: "all" Package platforms: "!dev" (There are also some errors about _ob_local.)
* ob-checkbuilddeps: Fix status check.P. J. McDermott2014-05-131-1/+1
| | | | | | This was breaking on packages with a status field like: Status: install user installed
* ob-checkbuilddeps: Set substvars.P. J. McDermott2014-05-131-0/+1
| | | | | | | | | | | | | ob_set_package_substvars() expects the name of a binary package as an argument, even though its implementation for SPF 2.x doesn't use the argument and SPF 2.0 doesn't specify any substitution variables that are specific to a binary package. I probably planned to add some binary-specific variables ("Binary" maybe?) but never did. For now we'll just call ob_set_package_substvars() with an empty argument.
* NEWS: Release opkbuild 3.0.0-beta4.opkbuild-3.0.0-beta4P. J. McDermott2014-05-131-1/+2
|
* Makefile.in: Distribute tests data.P. J. McDermott2014-05-131-1/+2
|
* tests/local.mk: New "tests_data" macro.P. J. McDermott2014-05-131-0/+5
|
* configure: Change package_description.P. J. McDermott2014-05-131-1/+1
| | | | Currently this has no effect.
* Makefile.in: Distribute scripts/changelog2news.sh.P. J. McDermott2014-05-131-0/+1
|
* README: s/distibution/distribution/.P. J. McDermott2014-05-131-1/+1
|
* NEWS: Add 3.0.0-beta4 section.P. J. McDermott2014-05-131-0/+19
|
* configure: Set package_version to 3.0.0-beta4.P. J. McDermott2014-05-131-1/+1
|
* ob-checkbuilddeps: Use "@@OPKG@@" macro.P. J. McDermott2014-05-131-3/+3
|