Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
| | |||||
* | ob-genchanges: Make substitutions in descriptions. | P. J. McDermott | 2013-09-18 | 1 | -2/+5 |
| | |||||
* | ob-applypatches: Skip non-existing files. | P. J. McDermott | 2013-09-08 | 1 | -0/+1 |
| | | | | If the patches directory exists but is empty, ${patch} will be "../patches/*". | ||||
* | TODO: configure can't really find opkhelper-3.0. | P. J. McDermott | 2013-09-07 | 1 | -0/+2 |
| | |||||
* | ob-applypatches: Only run if sources were found. | P. J. McDermott | 2013-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The following can happen, for example, when using a "source" target to download upstream sources: $ opkbuild -bCT source [...] ob-unpacksource: No native or upstream sources found ob-applypatches: Applying patch "01_fix-ob-applypatches-to-work-with-busybox.patch"... /usr/local/bin/ob-applypatches: 53: cd: can't cd to src patch: **** Can't open patch file ../../patches/01_fix-ob-applypatches-to-work-with-busybox.patch : No such file or directory ob-applypatches: Error: Can't apply patch "01_fix-ob-applypatches-to-work-with-busybox.patch" [...] | ||||
* | opkbuild: Run ob-genchanges only if -T not given. | P. J. McDermott | 2013-09-07 | 1 | -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 | ||||
* | Release opkbuild 3.0.0-beta1.opkbuild-3.0.0-beta1 | P. J. McDermott | 2013-09-07 | 2 | -1/+9 |
| | |||||
* | Makefile.in: Distribute ChangeLog.opkhelper. | P. J. McDermott | 2013-09-07 | 1 | -0/+1 |
| | |||||
* | Add copyright information to general doc files. | P. J. McDermott | 2013-09-07 | 5 | -0/+54 |
| | |||||
* | mksysconf.in: Clean up macro definitions. | P. J. McDermott | 2013-09-07 | 1 | -13/+0 |
| | |||||
* | README: Update URLs. | P. J. McDermott | 2013-08-18 | 1 | -3/+3 |
| | |||||
* | TODO: ob-genchanges is written. | P. J. McDermott | 2013-08-18 | 1 | -1/+0 |
| | |||||
* | _ob_parse_control_error(): Drop quotes around int. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | src/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 10 | -10/+10 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 11 | -11/+11 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2013-08-18 | 11 | -22/+22 |
| | | | | This is one step toward adding `set -u` to opkbuild. | ||||
* | ob_reduce_deps(): Add "unset IFS" after a loop. | P. J. McDermott | 2013-08-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'feature/remove-_ob_local'. | P. J. McDermott | 2013-08-18 | 10 | -842/+730 |
|\ | |||||
| * | _ob_local(), _ob_return(): Remove.feature/remove-_ob_local | P. J. McDermott | 2013-08-18 | 1 | -29/+0 |
| | | |||||
| * | lib/metadata/proteanos.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -61/+40 |
| | | |||||
| * | lib/metadata.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -132/+111 |
| | | | | | | | | Also fix variable declarations in ob_match_arch(). | ||||
| * | lib/package/2.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -56/+43 |
| | | |||||
| * | lib/package.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -176/+151 |
| | | |||||
| * | lib/deps.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -118/+125 |
| | | |||||
| * | lib/load.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -11/+8 |
| | | |||||
| * | lib/changelog.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -100/+104 |
| | | |||||
| * | lib/control.sh: Reflow long command lines. | P. J. McDermott | 2013-08-18 | 1 | -6/+3 |
| | | |||||
| * | lib/control.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -119/+125 |
| | | |||||
| * | lib/locale.sh: Remove _ob_local. | P. J. McDermott | 2013-08-18 | 1 | -38/+24 |
|/ | |||||
* | ob-genchanges: Add informational output. | P. J. McDermott | 2013-08-17 | 2 | -0/+5 |
| | |||||
* | opkbuild: Enable ob-genchanges. | P. J. McDermott | 2013-08-17 | 1 | -2/+4 |
| | |||||
* | ob-genchanges: Implement, finally. | P. J. McDermott | 2013-08-17 | 2 | -1/+107 |
| | |||||
* | ob-applypatches: Fix to work with BusyBox patch. | P. J. McDermott | 2013-06-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | BusyBox's patch applet doesn't support the -d option, which is specified by POSIX.1. Fixes: ob-applypatches: Applying patch "01_better-handle-unrecognized-options.patch"... patch: invalid option -- 'd' BusyBox v1.21.0 (2013-06-15 09:00:55 EDT) multi-call binary. Usage: patch [OPTIONS] [ORIGFILE [PATCHFILE]] -p,--strip N Strip N leading components from file names -i,--input DIFF Read DIFF instead of stdin -R,--reverse Reverse patch -N,--forward Ignore already applied patches -E,--remove-empty-files Remove output files if they become empty ob-applypatches: Error: Can't apply patch "01_better-handle-unrecognized-options.patch" | ||||
* | Release opkbuild 3.0.0-alpha5.opkbuild-3.0.0-alpha5 | P. J. McDermott | 2013-06-16 | 2 | -1/+19 |
| | |||||
* | opkbuild: Separate opt_uid0_cmd non-option args. | P. J. McDermott | 2013-06-15 | 1 | -5/+5 |
| | | | | Otherwise, the option arguments might be collected by the opt_uid0_cmd. | ||||
* | configure: Better handle unecognized options. | P. J. McDermott | 2013-06-15 | 1 | -3/+1 |
| | | | | optind needs to be incremented for every option. |