Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWS: Update copyright years | Patrick McDermott | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | ob-gencontrol: Generate deps on doc-providing pkg | Patrick McDermott | 2023-09-26 | 5 | -6/+37 |
| | |||||
* | tests/lib/ob_reduce_deps.sh: Trailing operators | Patrick McDermott | 2023-09-26 | 1 | -1/+19 |
| | |||||
* | TODO: Generate deps on doc-providing pkg | Patrick McDermott | 2023-09-26 | 1 | -0/+2 |
| | |||||
* | metadata, package: Encode binary package names | Patrick McDermott | 2023-09-25 | 6 | -26/+41 |
| | | | | Remove restriction on duplicate "clean" names. | ||||
* | tests: Add package with duplicate clean name | Patrick McDermott | 2023-09-25 | 7 | -6/+37 |
| | |||||
* | Makefile.am: Automake broke the test suite summary | Patrick McDermott | 2023-09-25 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Because of this in our Makefile.am: PACKAGE_VERSION_GIT = $$(git describe --tags --dirty | sed 's|^[^/-]*[/-]||') PACKAGE_STRING = $(PACKAGE_NAME) $(PACKAGE_VERSION_GIT) and this in Automake lib/am/check.am since version 1.16.3: AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' the test suite summary header came out like this: ============================================================================ /bin/bash: line 64: ^[^/-]*[/-]: No such file or directory /bin/bash: line 64: $')\E[m': command not found ============================================================================ but is now fixed to look like this: ============================================================================ Testsuite summary for opkbuild 4.2.2-3-gcc09f4e-dirty ============================================================================ | ||||
* | TODO: Arch- and plat-indep Description field | Patrick McDermott | 2023-04-06 | 1 | -1/+24 |
| | |||||
* | metadata/proteanos: Allow epochs in versions | Patrick McDermott | 2021-01-08 | 2 | -0/+6 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.2+dev | Patrick McDermott | 2021-01-08 | 2 | -1/+6 |
| | |||||
* | NEWS: Release opkbuild 4.2.2opkbuild/4.2.2 | Patrick McDermott | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | locale: Make en_US a link to C | Patrick McDermott | 2021-01-02 | 5 | -180/+3 |
| | |||||
* | locale: Add C and POSIX locales | Patrick McDermott | 2021-01-02 | 5 | -0/+188 |
| | |||||
* | ob-buildenv: Set TZ='UTC0' | Patrick McDermott | 2021-01-02 | 3 | -1/+3 |
| | |||||
* | ob-buildenv: Set LC_ALL='C' | Patrick McDermott | 2021-01-02 | 3 | -1/+3 |
| | |||||
* | tests/lib/ob_touch_t_gmtime.sh: New file | Patrick McDermott | 2021-01-02 | 2 | -0/+47 |
| | |||||
* | tests/lib/ob_*time.sh: Fix header comments | Patrick McDermott | 2021-01-02 | 2 | -2/+2 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.2 | Patrick McDermott | 2021-01-02 | 2 | -3/+3 |
| | |||||
* | ob_*_gmtime(): Don't freeze on New Year's Day | Patrick McDermott | 2021-01-02 | 3 | -2/+11 |
| | | | | | And add test cases to confirm the resolution of this bug and the one fixed by commit 83bee70f80d8c98b875c943297b0049eae7d6d22. | ||||
* | tests/lib/ob_rfc822_mktime.sh: Add more test cases | Patrick McDermott | 2021-01-02 | 1 | -1/+4 |
| | |||||
* | locale: Update copyright years | Patrick McDermott | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | tests/exe/ob-buildenv.sh: Update for c18744d | Patrick McDermott | 2021-01-02 | 1 | -0/+2 |
| | |||||
* | ob-gencontrol: Reduce deps after substvars | Patrick McDermott | 2020-12-09 | 2 | -2/+6 |
| | |||||
* | ob-buildenv: Set -ffile-prefix-map | Patrick McDermott | 2020-12-09 | 2 | -0/+6 |
| | |||||
* | ob-buildopk: touch after gzip, not before | Patrick McDermott | 2020-12-09 | 2 | -1/+7 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.1+dev | Patrick McDermott | 2020-12-09 | 2 | -1/+6 |
| | |||||
* | scripts/announce-release.sh: s/http/https/ in sig | Patrick McDermott | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | NEWS: Release opkbuild 4.2.1opkbuild/4.2.1 | Patrick McDermott | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Update copyright years | Patrick McDermott | 2020-12-08 | 3 | -3/+3 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.1 | Patrick McDermott | 2020-12-08 | 2 | -3/+3 |
| | |||||
* | ob-gencontrol: Normalize B-D field spacing | Patrick McDermott | 2020-12-08 | 2 | -2/+17 |
| | |||||
* | tests/exe/ob-gencontrol.sh: Test newlines in B-D | Patrick McDermott | 2020-12-08 | 2 | -2/+4 |
| | |||||
* | ob-gencontrol: Use an FD for control files | Patrick McDermott | 2020-12-08 | 1 | -15/+16 |
| | |||||
* | ob_parse_dep(): Fix documentation | Patrick McDermott | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | ob_*_gmtime(): Don't freeze in December | Patrick McDermott | 2020-12-06 | 2 | -0/+10 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.0+dev | Patrick McDermott | 2020-11-08 | 2 | -1/+6 |
| | |||||
* | NEWS: Release opkbuild 4.2.0opkbuild/4.2.0 | Patrick McDermott | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | ob-buildopk: chown data of src packages | Patrick McDermott | 2020-07-07 | 1 | -1/+5 |
| | |||||
* | ob_init_package(): Defend against CDPATH in Bash | Patrick McDermott | 2020-07-05 | 1 | -1/+1 |
| | | | | Why does Bash insist on breaking standard things? | ||||
* | NEWS: Explain significance of major new features | Patrick McDermott | 2020-07-05 | 1 | -1/+2 |
| | |||||
* | notes/*: Remove old opkbuild 2.0.0 design notes | Patrick McDermott | 2020-07-05 | 2 | -79/+0 |
| | |||||
* | ob-genchanges: Sort Binary and drop trailing space | Patrick McDermott | 2020-07-05 | 2 | -2/+5 |
| | | | | Generate Binary the same way ob-gencontrol does. | ||||
* | tests: s/utils/util/ in Section | Patrick McDermott | 2020-07-05 | 3 | -3/+3 |
| | |||||
* | _ob_parse_package_metadata_2(): Validate sections only if present | Patrick McDermott | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | ob_get_binary_packages(): Factor out side effects | Patrick McDermott | 2020-07-05 | 2 | -40/+41 |
| | | | | | | | As described in the documentation, it was only pure after being called once outside a subshell, but it was never actually called outside a subshell. So it rescanned the file system for binary packages every time. | ||||
* | _ob_set_binary_packages(): Remove | Patrick McDermott | 2020-07-05 | 2 | -20/+4 |
| | | | | | | | _ob_get_binary_packages_2() now just prints packages. Also fix multiple issues with (re)population of ${_ob_binary_packages} in ob_get_binary_packages(). | ||||
* | _ob_parse_package_metadata_2(): Validate section | Patrick McDermott | 2020-07-05 | 3 | -8/+10 |
| | | | | | 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 | 2 | -1/+8 |
| | |||||
* | ob_validate_section(): New function | Patrick McDermott | 2020-07-05 | 4 | -1/+35 |
| | |||||
* | NEWS: Highlight major features | Patrick McDermott | 2020-07-05 | 1 | -0/+4 |
| |