summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* _ob_parse_package_metadata_2(): Validate sections only if presentPatrick McDermott2020-07-051-1/+1
|
* ob_get_binary_packages(): Factor out side effectsPatrick McDermott2020-07-052-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(): RemovePatrick McDermott2020-07-052-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 sectionPatrick McDermott2020-07-053-8/+10
| | | | | On ob_get_binary_packages()'s first run, binary package control files haven't yet been parsed.
* ob_get_binary_packages(): Validate sectionPatrick McDermott2020-07-052-1/+8
|
* ob_validate_section(): New functionPatrick McDermott2020-07-054-1/+35
|
* NEWS: Highlight major featuresPatrick McDermott2020-07-051-0/+4
|
* tests/exe/ob-installdocs.sh: Check link destPatrick McDermott2020-07-051-1/+5
|
* tests: Verify arch-qualificationPatrick McDermott2020-07-046-17/+20
|
* Revert "TODO: Always arch-qualify docs paths"Patrick McDermott2020-07-041-2/+0
| | | | | | | | This reverts commit 103574294b74bdf1493b0eca37361867f62b0e82. Actually, arch-qualified docs paths have nothing to do with binary rebuilds. They're only needed for coinstallable packages, rebuilt or not.
* TODO: Always arch-qualify docs pathsPatrick McDermott2020-07-041-0/+2
|
* config.sh.in: Add SHPatrick McDermott2020-07-021-0/+1
|