Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | | optstring: New file | P. J. McDermott | 2014-09-20 | 1 | -0/+1 |
| | | |||||
* | | opkbuild: Change platform option to -p | P. J. McDermott | 2014-09-20 | 2 | -3/+3 |
|/ | |||||
* | ob-genchanges: Replace newlines in Maintainer. | P. J. McDermott | 2014-06-26 | 1 | -1/+2 |
| | |||||
* | NEWS: Release opkbuild 3.0.0-beta5.opkbuild-3.0.0-beta5 | P. J. McDermott | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | P. J. McDermott | 2014-05-15 | 3 | -3/+3 |
| | |||||
* | configure: Set package_version to 3.0.0-beta5. | P. J. McDermott | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | NEWS: Add 3.0.0-beta5 section. | P. J. McDermott | 2014-05-15 | 1 | -0/+15 |
| | |||||
* | tests/common.sh: Remove _ob_local and _ob_return. | P. J. McDermott | 2014-05-15 | 2 | -12/+8 |
| | |||||
* | ob_match_plat(): Add back plat:all check. | P. J. McDermott | 2014-05-15 | 1 | -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. McDermott | 2014-05-15 | 1 | -19/+25 |
| | | | | tests/ob_arch_is_concerned.sh now passes. | ||||
* | tests/ob_arch_is_concerned.sh: New test. | P. J. McDermott | 2014-05-15 | 3 | -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. McDermott | 2014-05-15 | 1 | -26/+25 |
| | | | | tests/ob_plat_is_concerned.sh now passes. | ||||
* | tests/ob_plat_is_concerned.sh: New test. | P. J. McDermott | 2014-05-15 | 3 | -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. McDermott | 2014-05-13 | 1 | -1/+1 |
| | | | | | | This was breaking on packages with a status field like: Status: install user installed | ||||
* | ob-checkbuilddeps: Set substvars. | P. J. McDermott | 2014-05-13 | 1 | -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-beta4 | P. J. McDermott | 2014-05-13 | 1 | -1/+2 |
| | |||||
* | Makefile.in: Distribute tests data. | P. J. McDermott | 2014-05-13 | 1 | -1/+2 |
| | |||||
* | tests/local.mk: New "tests_data" macro. | P. J. McDermott | 2014-05-13 | 1 | -0/+5 |
| | |||||
* | configure: Change package_description. | P. J. McDermott | 2014-05-13 | 1 | -1/+1 |
| | | | | Currently this has no effect. | ||||
* | Makefile.in: Distribute scripts/changelog2news.sh. | P. J. McDermott | 2014-05-13 | 1 | -0/+1 |
| | |||||
* | README: s/distibution/distribution/. | P. J. McDermott | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | NEWS: Add 3.0.0-beta4 section. | P. J. McDermott | 2014-05-13 | 1 | -0/+19 |
| | |||||
* | configure: Set package_version to 3.0.0-beta4. | P. J. McDermott | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps: Use "@@OPKG@@" macro. | P. J. McDermott | 2014-05-13 | 1 | -3/+3 |
| | |||||
* | Makefile.in: Add "opkg" macro. | P. J. McDermott | 2014-05-13 | 1 | -0/+2 |
| | |||||
* | Makefile.in: Update distfiles. | P. J. McDermott | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | ChangeLog.opkhelper: Rename to NEWS.opkhelper. | P. J. McDermott | 2014-05-13 | 1 | -0/+0 |
| | |||||
* | ChangeLog: Remove. | P. J. McDermott | 2014-05-13 | 1 | -117/+0 |
| | |||||
* | NEWS: Convert from ChangeLog. | P. J. McDermott | 2014-05-13 | 1 | -0/+157 |
| | | | | | Also add an "Older Versions" section and update the copyright information. | ||||
* | scripts/changelog2news.sh: New file. | P. J. McDermott | 2014-05-13 | 1 | -0/+17 |
| | |||||
* | COPYING: New file to refer to COPYING.[23]. | P. J. McDermott | 2014-05-13 | 2 | -0/+14 |
| | |||||
* | README: s/2.x/2.0/. | P. J. McDermott | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | README: Reformat. | P. J. McDermott | 2014-05-13 | 1 | -30/+13 |
| | |||||
* | TODO: Add more backquotes. | P. J. McDermott | 2014-05-13 | 1 | -8/+8 |
| | |||||
* | TODO: Note that tests/common.sh uses _ob_local. | P. J. McDermott | 2014-05-13 | 1 | -0/+1 |
| | |||||
* | mksysconf.in: Update default architecture. | P. J. McDermott | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps: Finally implement. | P. J. McDermott | 2014-05-12 | 3 | -1/+62 |
| | |||||
* | ob-installplatconf: Check for "/" in destination. | P. J. McDermott | 2014-05-12 | 1 | -2/+5 |
| | | | | | With a platconf line like "foo bar", ob-installplatconf would install "foo" to "bar/bar". | ||||
* | ob_match_plat(): Add missing platform check. | P. J. McDermott | 2014-05-08 | 1 | -0/+3 |
| | | | | | | This will be necessary to build the linux-libre source package for the dev platform without building linux-image and linux-sysmap binary packages. | ||||
* | Release opkbuild 3.0.0-beta3.opkbuild-3.0.0-beta3 | P. J. McDermott | 2014-03-07 | 2 | -1/+12 |
| | |||||
* | configure: Drop "opkhelper-3.0" option. | P. J. McDermott | 2014-03-05 | 1 | -5/+0 |
| | |||||
* | Makefile.in: Drop "opkhelper_3_0" macro. | P. J. McDermott | 2014-03-05 | 1 | -2/+0 |
| | |||||
* | ob_get_system_path(): Drop "build-helper". | P. J. McDermott | 2014-03-05 | 1 | -15/+0 |
| | |||||
* | ob-buildenv: Detect helpers at run time. | P. J. McDermott | 2014-03-05 | 1 | -3/+3 |
| | |||||
* | Makefile.in: Add "helperdir" macro. | P. J. McDermott | 2014-03-05 | 1 | -0/+2 |
| | |||||
* | opkbuild: Preserve files' metadata in source pkgs. | P. J. McDermott | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | TODO: Remove package signing. | P. J. McDermott | 2014-02-24 | 1 | -1/+0 |
| | | | | | This won't be done by opkbuild. Uploads will be authenticated by SSH keys, and archives will be signed by pro-archman. | ||||
* | ob-genchanges: Only list opk files actually built. | P. J. McDermott | 2014-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Otherwise, ob-genchanges looks for files that don't exist: ob-genchanges: Generating "gcc-4.7_4.7.3+sip1-1_i686-linux-glibc_dev.changes"... wc: ../../g++-4.7-amd64-linux-glibc_4.7.3+sip1-1_i686-linux-glibc_all.opk: No such file or directory wc: ../../gcc-4.7-amd64-linux-glibc_4.7.3+sip1-1_i686-linux-glibc_all.opk: No such file or directory And it tries to describe them too: Files: 4883209 base cpp-4.7_4.7.3+sip1-1_i686-linux-glibc_all.opk base g++-4.7-amd64-linux-glibc_4.7.3+sip1-1_i686-linux-glibc_all.opk 5313009 base g++-4.7-i686-linux-glibc_4.7.3+sip1-1_i686-linux-glibc_all.opk base gcc-4.7-amd64-linux-glibc_4.7.3+sip1-1_i686-linux-glibc_all.opk 1652 base gcc-4.7-common_4.7.3+sip1-1_all_all.opk 7450176 base gcc-4.7-i686-linux-glibc_4.7.3+sip1-1_i686-linux-glibc_all.opk [...] | ||||
* | Release opkbuild 3.0.0-beta2.opkbuild-3.0.0-beta2 | P. J. McDermott | 2014-01-19 | 2 | -1/+10 |
| | | | | I should have done this four months ago, but oh well. | ||||
* | ob-installdocs: Support patterns in *.pkg/docs. | P. J. McDermott | 2013-09-20 | 1 | -18/+32 |
| |