summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Makefile.in: Add "opkg" macro.P. J. McDermott2014-05-131-0/+2
|
* Makefile.in: Update distfiles.P. J. McDermott2014-05-131-2/+2
|
* ChangeLog.opkhelper: Rename to NEWS.opkhelper.P. J. McDermott2014-05-131-0/+0
|
* ChangeLog: Remove.P. J. McDermott2014-05-131-117/+0
|
* NEWS: Convert from ChangeLog.P. J. McDermott2014-05-131-0/+157
| | | | | Also add an "Older Versions" section and update the copyright information.
* scripts/changelog2news.sh: New file.P. J. McDermott2014-05-131-0/+17
|
* COPYING: New file to refer to COPYING.[23].P. J. McDermott2014-05-132-0/+14
|
* README: s/2.x/2.0/.P. J. McDermott2014-05-131-1/+1
|
* README: Reformat.P. J. McDermott2014-05-131-30/+13
|
* TODO: Add more backquotes.P. J. McDermott2014-05-131-8/+8
|
* TODO: Note that tests/common.sh uses _ob_local.P. J. McDermott2014-05-131-0/+1
|
* mksysconf.in: Update default architecture.P. J. McDermott2014-05-131-1/+1
|
* ob-checkbuilddeps: Finally implement.P. J. McDermott2014-05-123-1/+62
|
* ob-installplatconf: Check for "/" in destination.P. J. McDermott2014-05-121-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. McDermott2014-05-081-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-beta3P. J. McDermott2014-03-072-1/+12
|
* configure: Drop "opkhelper-3.0" option.P. J. McDermott2014-03-051-5/+0
|
* Makefile.in: Drop "opkhelper_3_0" macro.P. J. McDermott2014-03-051-2/+0
|
* ob_get_system_path(): Drop "build-helper".P. J. McDermott2014-03-051-15/+0
|
* ob-buildenv: Detect helpers at run time.P. J. McDermott2014-03-051-3/+3
|
* Makefile.in: Add "helperdir" macro.P. J. McDermott2014-03-051-0/+2
|
* opkbuild: Preserve files' metadata in source pkgs.P. J. McDermott2014-02-261-1/+1
|
* TODO: Remove package signing.P. J. McDermott2014-02-241-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. McDermott2014-02-241-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-beta2P. J. McDermott2014-01-192-1/+10
| | | | I should have done this four months ago, but oh well.
* ob-installdocs: Support patterns in *.pkg/docs.P. J. McDermott2013-09-201-18/+32
|
* ob-genchanges: Make substitutions in descriptions.P. J. McDermott2013-09-181-2/+5
|
* ob-applypatches: Skip non-existing files.P. J. McDermott2013-09-081-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. McDermott2013-09-071-0/+2
|
* ob-applypatches: Only run if sources were found.P. J. McDermott2013-09-071-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. McDermott2013-09-071-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-beta1P. J. McDermott2013-09-072-1/+9
|
* Makefile.in: Distribute ChangeLog.opkhelper.P. J. McDermott2013-09-071-0/+1
|
* Add copyright information to general doc files.P. J. McDermott2013-09-075-0/+54
|
* mksysconf.in: Clean up macro definitions.P. J. McDermott2013-09-071-13/+0
|
* README: Update URLs.P. J. McDermott2013-08-181-3/+3
|
* TODO: ob-genchanges is written.P. J. McDermott2013-08-181-1/+0
|
* _ob_parse_control_error(): Drop quotes around int.P. J. McDermott2013-08-181-1/+1
|
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-1810-10/+10
|
* lib/*.sh, lib/*/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-1811-11/+11
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2013-08-1811-22/+22
| | | | This is one step toward adding `set -u` to opkbuild.