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 | 1 | -0/+7 |
| | |||||
* | metadata, package: Encode binary package names | Patrick McDermott | 2023-09-25 | 1 | -0/+5 |
| | | | | Remove restriction on duplicate "clean" names. | ||||
* | Makefile.am: Automake broke the test suite summary | Patrick McDermott | 2023-09-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 ============================================================================ | ||||
* | metadata/proteanos: Allow epochs in versions | Patrick McDermott | 2021-01-08 | 1 | -0/+5 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.2+dev | Patrick McDermott | 2021-01-08 | 1 | -0/+5 |
| | |||||
* | NEWS: Release opkbuild 4.2.2opkbuild/4.2.2 | Patrick McDermott | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | locale: Add C and POSIX locales | Patrick McDermott | 2021-01-02 | 1 | -0/+5 |
| | |||||
* | ob-buildenv: Set TZ='UTC0' | Patrick McDermott | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | ob-buildenv: Set LC_ALL='C' | Patrick McDermott | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.2 | Patrick McDermott | 2021-01-02 | 1 | -2/+2 |
| | |||||
* | ob_*_gmtime(): Don't freeze on New Year's Day | Patrick McDermott | 2021-01-02 | 1 | -0/+6 |
| | | | | | And add test cases to confirm the resolution of this bug and the one fixed by commit 83bee70f80d8c98b875c943297b0049eae7d6d22. | ||||
* | ob-gencontrol: Reduce deps after substvars | Patrick McDermott | 2020-12-09 | 1 | -0/+4 |
| | |||||
* | ob-buildenv: Set -ffile-prefix-map | Patrick McDermott | 2020-12-09 | 1 | -0/+2 |
| | |||||
* | ob-buildopk: touch after gzip, not before | Patrick McDermott | 2020-12-09 | 1 | -0/+6 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.1+dev | Patrick McDermott | 2020-12-09 | 1 | -0/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.1 | Patrick McDermott | 2020-12-08 | 1 | -2/+2 |
| | |||||
* | ob-gencontrol: Normalize B-D field spacing | Patrick McDermott | 2020-12-08 | 1 | -0/+6 |
| | |||||
* | ob_*_gmtime(): Don't freeze in December | Patrick McDermott | 2020-12-06 | 1 | -0/+9 |
| | |||||
* | NEWS, configure.ac: Set version to 4.2.0+dev | Patrick McDermott | 2020-11-08 | 1 | -0/+5 |
| | |||||
* | NEWS: Release opkbuild 4.2.0opkbuild/4.2.0 | Patrick McDermott | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | NEWS: Explain significance of major new features | Patrick McDermott | 2020-07-05 | 1 | -1/+2 |
| | |||||
* | ob_get_binary_packages(): Factor out side effects | Patrick McDermott | 2020-07-05 | 1 | -0/+6 |
| | | | | | | | 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_validate_section(): New function | Patrick McDermott | 2020-07-05 | 1 | -1/+2 |
| | |||||
* | NEWS: Highlight major features | Patrick McDermott | 2020-07-05 | 1 | -0/+4 |
| | |||||
* | ob-*, opkbuild: s/src-/src:/ | Patrick McDermott | 2020-07-02 | 1 | -0/+3 |
| | | | | | | | pro-archman already handles this. The (outdated and probably broken) initial port bootstrap scripts will need to be updated for this, if they're ever used again. Some instructions in the wiki need to be updated. | ||||
* | NEWS, configure.ac: Set version to 4.2.0 | Patrick McDermott | 2020-06-30 | 1 | -4/+2 |
| | | | | Release is imminent! | ||||
* | opkbuild: Run ob-* commands from a child shell | Patrick McDermott | 2020-06-30 | 1 | -0/+5 |
| | | | | This basically reverts commit ab654dadd640164b7ddf01a3599c2a8beb6d6302. | ||||
* | ob-buildopk: Don't chown data | Patrick McDermott | 2020-06-30 | 1 | -0/+7 |
| | | | | This partially reverts commit 483800ef9ecf5ce98c0f6894e222bf08a68bb617. | ||||
* | ob-*: Architecture-qualify package names | Patrick McDermott | 2020-06-21 | 1 | -0/+7 |
| | |||||
* | ob_qualify_package_name(): New function | Patrick McDermott | 2020-06-21 | 1 | -0/+1 |
| | |||||
* | ob-genchanges: Use "Section" field when present | Patrick McDermott | 2020-06-17 | 1 | -0/+2 |
| | |||||
* | ob-genchanges: Put source packages in src section | Patrick McDermott | 2020-06-17 | 1 | -0/+2 |
| | |||||
* | ob-gencontrol: Generate a "Section" field | Patrick McDermott | 2020-06-17 | 1 | -0/+4 |
| | | | | And add it to SPF 2.x. | ||||
* | NEWS: Fix spelling | Patrick McDermott | 2020-06-14 | 1 | -1/+1 |
| | |||||
* | tools/mtime.sh: Fix ls parsing | Patrick McDermott | 2020-06-13 | 1 | -0/+2 |
| | | | | | The file name (preceeded by whitespace) ended up in the year variable, which isn't quoted when later used as a numeric argument to printf. | ||||
* | ob-gencontrol: Generate a "Format" field | Patrick McDermott | 2020-06-13 | 1 | -0/+7 |
| | | | | And add the needed support to ob_get_source_parameter(). | ||||
* | ob-buildopk: Really check for BB tar reverse ordering bug | Patrick McDermott | 2019-08-04 | 1 | -0/+7 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.4+dev | Patrick McDermott | 2019-08-04 | 1 | -0/+5 |
| | |||||
* | NEWS: Release opkbuild 4.1.4opkbuild/4.1.4 | Patrick McDermott | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.4 | Patrick McDermott | 2019-08-04 | 1 | -2/+2 |
| | |||||
* | metadata/proteanos: Allow backport versions | Patrick McDermott | 2019-08-04 | 1 | -2/+2 |
| | |||||
* | metadata/proteanos: Relax <pkgrev> requirements | Patrick McDermott | 2019-08-04 | 1 | -0/+7 |
| | |||||
* | ob-buildopk: Fix touch -d check | Patrick McDermott | 2019-08-04 | 1 | -0/+7 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.3+dev | Patrick McDermott | 2019-08-04 | 1 | -0/+5 |
| | |||||
* | NEWS: Release opkbuild 4.1.3opkbuild/4.1.3 | Patrick McDermott | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | NEWS, configure.ac: Set version to 4.1.3 | Patrick McDermott | 2019-08-04 | 1 | -2/+2 |
| | |||||
* | ob-buildopk: Check for touch -d at run time | Patrick McDermott | 2019-08-04 | 1 | -0/+4 |
| |