summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* opkbuild: Run ob-checkbuilddeps regardless of -dHEADmasterPatrick McDermott2024-02-212-5/+2
| | | | Just don't exit on ob-checkbuilddeps failure if -d is specified.
* TODO: Transitional package fieldPatrick McDermott2024-02-211-0/+24
| | | | Also, specify arch- and plat-indep Description field in SPF 2.0.
* ob_error(): Fix documentation (doesn't exit)Patrick McDermott2024-02-211-3/+3
| | | | | Also note that ob_error()'s "Error:" and ob_warn()'s "Warning:" may be translated.
* tests/exe/ob-gencontrol.sh: Disambiguate test namesPatrick McDermott2024-02-211-5/+7
|
* ob-gencontrol: Improve docs pkg dep versionsPatrick McDermott2024-02-213-16/+18
| | | | Also use "<<" ".~" instead of "<=" "-z".
* tests: Make "Package: bar" "Architecture: any"Patrick McDermott2024-02-216-11/+15
|
* FEATURES-BY-VERSION: New documentPatrick McDermott2023-09-272-0/+66
|
* NEWS: Update copyright yearsPatrick McDermott2023-09-261-1/+1
|
* ob-gencontrol: Generate deps on doc-providing pkgPatrick McDermott2023-09-265-6/+37
|
* tests/lib/ob_reduce_deps.sh: Trailing operatorsPatrick McDermott2023-09-261-1/+19
|
* TODO: Generate deps on doc-providing pkgPatrick McDermott2023-09-261-0/+2
|
* metadata, package: Encode binary package namesPatrick McDermott2023-09-256-26/+41
| | | | Remove restriction on duplicate "clean" names.
* tests: Add package with duplicate clean namePatrick McDermott2023-09-257-6/+37
|
* Makefile.am: Automake broke the test suite summaryPatrick McDermott2023-09-252-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 fieldPatrick McDermott2023-04-061-1/+24
|
* metadata/proteanos: Allow epochs in versionsPatrick McDermott2021-01-082-0/+6
|
* NEWS, configure.ac: Set version to 4.2.2+devPatrick McDermott2021-01-082-1/+6
|
* NEWS: Release opkbuild 4.2.2opkbuild/4.2.2Patrick McDermott2021-01-021-1/+1
|
* locale: Make en_US a link to CPatrick McDermott2021-01-025-180/+3
|
* locale: Add C and POSIX localesPatrick McDermott2021-01-025-0/+188
|
* ob-buildenv: Set TZ='UTC0'Patrick McDermott2021-01-023-1/+3
|
* ob-buildenv: Set LC_ALL='C'Patrick McDermott2021-01-023-1/+3
|
* tests/lib/ob_touch_t_gmtime.sh: New filePatrick McDermott2021-01-022-0/+47
|
* tests/lib/ob_*time.sh: Fix header commentsPatrick McDermott2021-01-022-2/+2
|
* NEWS, configure.ac: Set version to 4.2.2Patrick McDermott2021-01-022-3/+3
|
* ob_*_gmtime(): Don't freeze on New Year's DayPatrick McDermott2021-01-023-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 casesPatrick McDermott2021-01-021-1/+4
|
* locale: Update copyright yearsPatrick McDermott2021-01-021-1/+1
|
* tests/exe/ob-buildenv.sh: Update for c18744dPatrick McDermott2021-01-021-0/+2
|
* ob-gencontrol: Reduce deps after substvarsPatrick McDermott2020-12-092-2/+6
|
* ob-buildenv: Set -ffile-prefix-mapPatrick McDermott2020-12-092-0/+6
|
* ob-buildopk: touch after gzip, not beforePatrick McDermott2020-12-092-1/+7
|
* NEWS, configure.ac: Set version to 4.2.1+devPatrick McDermott2020-12-092-1/+6
|
* scripts/announce-release.sh: s/http/https/ in sigPatrick McDermott2020-12-081-1/+1
|
* NEWS: Release opkbuild 4.2.1opkbuild/4.2.1Patrick McDermott2020-12-081-1/+1
|
* Update copyright yearsPatrick McDermott2020-12-083-3/+3
|
* NEWS, configure.ac: Set version to 4.2.1Patrick McDermott2020-12-082-3/+3
|
* ob-gencontrol: Normalize B-D field spacingPatrick McDermott2020-12-082-2/+17
|
* tests/exe/ob-gencontrol.sh: Test newlines in B-DPatrick McDermott2020-12-082-2/+4
|
* ob-gencontrol: Use an FD for control filesPatrick McDermott2020-12-081-15/+16
|
* ob_parse_dep(): Fix documentationPatrick McDermott2020-12-081-1/+1
|
* ob_*_gmtime(): Don't freeze in DecemberPatrick McDermott2020-12-062-0/+10
|
* NEWS, configure.ac: Set version to 4.2.0+devPatrick McDermott2020-11-082-1/+6
|
* NEWS: Release opkbuild 4.2.0opkbuild/4.2.0Patrick McDermott2020-07-101-1/+1
|
* ob-buildopk: chown data of src packagesPatrick McDermott2020-07-071-1/+5
|
* ob_init_package(): Defend against CDPATH in BashPatrick McDermott2020-07-051-1/+1
| | | | Why does Bash insist on breaking standard things?
* NEWS: Explain significance of major new featuresPatrick McDermott2020-07-051-1/+2
|
* notes/*: Remove old opkbuild 2.0.0 design notesPatrick McDermott2020-07-052-79/+0
|
* ob-genchanges: Sort Binary and drop trailing spacePatrick McDermott2020-07-052-2/+5
| | | | Generate Binary the same way ob-gencontrol does.
* tests: s/utils/util/ in SectionPatrick McDermott2020-07-053-3/+3
|