summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ob-*, opkbuild: s/src-/src:/Patrick McDermott2020-07-028-16/+16
| | | | | | | 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.0Patrick McDermott2020-06-302-5/+3
| | | | Release is imminent!
* opkbuild: Run ob-* commands from a child shellPatrick McDermott2020-06-302-6/+14
| | | | This basically reverts commit ab654dadd640164b7ddf01a3599c2a8beb6d6302.
* ob-buildopk: Don't chown dataPatrick McDermott2020-06-303-4/+8
| | | | This partially reverts commit 483800ef9ecf5ce98c0f6894e222bf08a68bb617.
* TODO: pro-archman already handles s/src-/src:/Patrick McDermott2020-06-241-1/+2
|
* TODO: Note s/src-/src:/ also affects pro-archmanPatrick McDermott2020-06-241-0/+1
|
* TODO: Should ob-buildopk chown all data?Patrick McDermott2020-06-241-0/+3
|
* ob-buildopk: Fix crash on src packagesPatrick McDermott2020-06-221-1/+6
| | | | Due to attempted architecture-qualification.
* ob-*: Architecture-qualify package namesPatrick McDermott2020-06-215-10/+26
|
* ob_qualify_package_name(): New functionPatrick McDermott2020-06-214-0/+43
|