summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright notices from local.mk filesPatrick McDermott2018-12-227-126/+0
| | | | These contain just lists of files and shouldn't be copyrightable.
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-2214-21/+21
|
* Makefile.am: Drop COPYING from EXTRA_DISTPatrick McDermott2018-12-221-1/+0
| | | | Automake already distributes it.
* libopkbuild: Use shppPatrick McDermott2018-12-225-11/+19
|
* scripts/changelog2news.sh: Remove old scriptPatrick McDermott2018-12-212-19/+1
|
* configure.ac: Fix package URLPatrick McDermott2018-12-201-1/+1
|
* tools/shld.sh, tools/shpp.sh: AddPatrick McDermott2018-12-202-0/+339
|
* .gitignore: Add files generated by GNU Autoconf and AutomakePatrick McDermott2018-12-201-4/+18
|
* Switch to using GNU AutomakePatrick McDermott2018-12-2011-305/+191
|
* Makefile.in: Distribute tests/common.shPatrick McDermott2018-12-201-1/+2
|
* Switch to using GNU AutoconfPatrick McDermott2018-12-204-365/+182
|
* TODO: Redesign applied patch trackingPatrick McDermott2018-12-141-1/+4
|
* TODO: Drop opkhelper-3.0 search taskPatrick McDermott2018-09-241-2/+0
|
* ob-gencontrol: Drop trailing commas and spaces in depsP. J. McDermott2016-01-241-1/+2
|
* 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.