Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | locale: Make en_US a link to C | Patrick McDermott | 2021-01-02 | 3 | -178/+1 |
| | |||||
* | locale: Update copyright years | Patrick McDermott | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | _ob_parse_package_metadata_2(): Validate section | Patrick McDermott | 2020-07-05 | 1 | -1/+3 |
| | | | | | On ob_get_binary_packages()'s first run, binary package control files haven't yet been parsed. | ||||
* | ob_get_binary_packages(): Validate section | Patrick McDermott | 2020-07-05 | 1 | -0/+1 |
| | |||||
* | en_US/opkbuild: Update copyright years | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Add informational output | Patrick McDermott | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | ob-buildopk: Add informational output | Patrick McDermott | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | ob_substvars(): Substitute binary package vars | Patrick McDermott | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | en_US/opkbuild: Update copyright years | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | ob-applypatches: Track and skip applied patches | Patrick McDermott | 2019-03-17 | 1 | -0/+1 |
| | |||||
* | lib/, locale/, tests/: Update copyright years | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | en_US/libopkbuild_2: Add invalid substvar message | Patrick McDermott | 2019-03-12 | 1 | -0/+1 |
| | | | | Should have been done in commit b857ead. | ||||
* | ob_error(), ob_warn(), ob_info(): Internationalize | Patrick McDermott | 2019-03-12 | 1 | -0/+5 |
| | |||||
* | _ob_parse_control_error(): Use _ob_warn_msg() | Patrick McDermott | 2019-03-12 | 1 | -6/+6 |
| | |||||
* | _ob_parse_changelog_error(): Use _ob_warn_msg() | Patrick McDermott | 2019-03-12 | 1 | -10/+10 |
| | |||||
* | locale/en_US/opkbuild: Update license version and author name | Patrick McDermott | 2018-12-25 | 1 | -3/+3 |
| | |||||
* | libopkbuild: Bump shared object version to 2 | Patrick McDermott | 2018-12-24 | 2 | -49/+49 |
| | |||||
* | locale: Use source file names in comments | Patrick McDermott | 2018-12-24 | 2 | -11/+11 |
| | |||||
* | locale: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 2 | -18/+18 |
| | |||||
* | en_US: Update copyright years | P. J. McDermott | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Rename mutex options message ID | P. J. McDermott | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | en_US: Update mutex options message | P. J. McDermott | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | en_US: Update mutex options message | P. J. McDermott | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | en_US: Update opkbuild help output | P. J. McDermott | 2014-09-21 | 1 | -3/+2 |
| | |||||
* | opkbuild: Change platform option to -p | P. J. McDermott | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | ob-checkbuilddeps: Finally implement. | P. J. McDermott | 2014-05-12 | 1 | -0/+1 |
| | |||||
* | ob-genchanges: Add informational output. | P. J. McDermott | 2013-08-17 | 1 | -0/+3 |
| | |||||
* | Remove code for upstream build system arches. | P. J. McDermott | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Look both ways before installing documentation. | P. J. McDermott | 2012-10-24 | 1 | -0/+2 |
| | |||||
* | Look both ways before unpacking sources. | P. J. McDermott | 2012-10-24 | 1 | -0/+1 |
| | |||||
* | Implement ob_substvars(). | P. J. McDermott | 2012-10-23 | 1 | -0/+1 |
| | |||||
* | Fix license info in opkbuild version message. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 2 | -2/+2 |
| | |||||
* | Fix message ID in locales. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Update en_US locale file for package.sm. | P. J. McDermott | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | Document that the -B and -A options are no-ops. | P. J. McDermott | 2012-10-08 | 1 | -1/+3 |
| | |||||
* | Set arch env vars for build systems. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Fix message about mutually exclusive options. | P. J. McDermott | 2012-10-04 | 1 | -0/+1 |
| | |||||
* | Print build/host arch/plat in opkbuild. | P. J. McDermott | 2012-10-04 | 1 | -0/+4 |
| | |||||
* | Implement ob-installdocs. | P. J. McDermott | 2012-10-04 | 1 | -0/+8 |
| | |||||
* | Fix utility name in locale file comment. | P. J. McDermott | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | Finish implementation of ob-installplatconf. | P. J. McDermott | 2012-10-03 | 1 | -0/+8 |
| | |||||
* | Add informational output to ob-checkbuilddeps. | P. J. McDermott | 2012-10-03 | 1 | -0/+3 |
| | |||||
* | Implement ob-applypatches. | P. J. McDermott | 2012-10-03 | 1 | -0/+5 |
| | |||||
* | Implement ob-unpacksource. | P. J. McDermott | 2012-10-03 | 1 | -0/+12 |
| | |||||
* | Implement ob-buildenv. | P. J. McDermott | 2012-10-03 | 1 | -0/+4 |
| | |||||
* | Implement build_source() in opkbuild. | P. J. McDermott | 2012-10-03 | 1 | -0/+3 |
| | |||||
* | Add informational output to opkbuild. | P. J. McDermott | 2012-10-03 | 1 | -0/+4 |
| | |||||
* | Write en_US locale file for the "opkbuild" domain. | P. J. McDermott | 2012-10-02 | 1 | -0/+52 |
| | |||||
* | Write en_US strings for libopkbuild_1 domain. | P. J. McDermott | 2012-09-30 | 1 | -0/+46 |