summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-1710-20/+0
| | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time.
* tests/aux/common.sh: Add new function cmd_is()Patrick McDermott2019-03-171-1/+35
|
* tests/local.mk: Use absolute paths in SH_LOG_DRIVER env varsPatrick McDermott2019-03-171-4/+4
|
* tests/aux/common.sh: Move is() from tests/lib/ob_parse_changelog.shPatrick McDermott2019-03-172-17/+36
|
* tests/exe/opkbuild_version.sh: New test filePatrick McDermott2019-03-172-1/+38
|
* .gitignore: Move test log/results patterns to tests/.gitignorePatrick McDermott2019-03-172-2/+2
|
* tests/*.sh: Move to tests/lib/Patrick McDermott2019-03-177-6/+6
|
* TODO: Un-defer ar archives taskPatrick McDermott2019-03-171-2/+3
|
* NEWS: Massively update and reorganizePatrick McDermott2019-03-161-4/+57
|
* tests/*.sh: set -uPatrick McDermott2019-03-166-6/+6
|
* ob_parse_control(): Fix variable name in expansionPatrick McDermott2019-03-161-1/+1
| | | | Bug found with "set -u" in test suite.
* _ob_load_internal_text_domain(): More safely check if LC_MESSAGES etc. are setPatrick McDermott2019-03-161-3/+3
|
* TODO: Defer non-seamless tar taskPatrick McDermott2019-03-161-4/+4
|
* ob-unpacksource: Support xz decompressionPatrick McDermott2019-03-162-1/+3
|
* mksysconf.in: RemovePatrick McDermott2019-03-163-40/+0
|
* Add braces to param exps in arith substsPatrick McDermott2019-03-167-10/+10
|
* _ob_change_2(): Fix to use args instead of global varsPatrick McDermott2019-03-161-6/+14
|
* ob-buildopk, ob-gencontrol, ob-genchanges: Improve OB_DO_SOURCE checksPatrick McDermott2019-03-163-3/+3
| | | | This will help enable "set -u".
* ob-buildopk(1), ob-gencontrol(1), ob-genchanges(1): Document OB_DO_SOURCEPatrick McDermott2019-03-163-1/+22
| | | | I lied in the previous commit.
* TODO: Utility manual pages are updated.Patrick McDermott2019-03-161-1/+0
|
* ob-checkbuilddeps(1): UpdatePatrick McDermott2019-03-161-24/+1
|
* ob-installdocs(1): UpdatePatrick McDermott2019-03-161-2/+1
|
* ob-gencontrol(1): UpdatePatrick McDermott2019-03-162-12/+5
|
* ob-buildopk(1): UpdatePatrick McDermott2019-03-162-10/+3
|
* ob-installplatconf(1): Update descriptionPatrick McDermott2019-03-161-3/+6
|
* ob-installplatconf(1): Update platconf file namePatrick McDermott2019-03-161-1/+1
|
* ob-gencontrol(1): s/Generates/Generate/ in NAME sectionPatrick McDermott2019-03-162-2/+2
|
* opkbuild(7): List ob-genchanges(1)Patrick McDermott2019-03-161-0/+3
|
* man/local.mk: Distribute section-7 manual pagesPatrick McDermott2019-03-161-1/+2
|
* ob-genchanges(1): New manual pagePatrick McDermott2019-03-162-1/+32
|
* ob-unpacksource(1): New manual pagePatrick McDermott2019-03-162-0/+32
|
* .gitignore: Exclude man/TagsPatrick McDermott2019-03-161-0/+1
|
* ob-buildenv(1): New manual pagePatrick McDermott2019-03-162-0/+35
|
* .gitignore: Update manual page patternPatrick McDermott2019-03-161-1/+1
|
* ob-applypatches(1): Make "patches" directory name bold, not italicPatrick McDermott2019-03-161-1/+1
|
* man/*in: Join .TH linesPatrick McDermott2019-03-168-16/+8
|
* opkbuild(7): Update from opkhelper to opkbuildPatrick McDermott2019-03-161-123/+55
|
* opkbuild(1): Drop trailing period in NAME sectionPatrick McDermott2019-03-161-1/+1
|
* man/local.mk: Build section-7 manual pagesPatrick McDermott2019-03-161-1/+7
|
* man/opkbuild.7in: s/@@DATE@@/@DATE@/Patrick McDermott2019-03-161-1/+1
|
* man/o*.1in: Use @DATE@Patrick McDermott2019-03-167-7/+7
|
* man/local.mk: Add @DATE@ to man_substPatrick McDermott2019-03-161-1/+2
|
* tools/shman.sh: Use tools/mtime.shPatrick McDermott2019-03-161-34/+1
|
* tools/mtime.sh: New filePatrick McDermott2019-03-161-0/+71
|
* man/local.mk: Update man3_MANSPatrick McDermott2019-03-161-12/+21
|
* man/local.mk: Temporarily remove unwritten manual pagesPatrick McDermott2019-03-161-4/+1
|
* man/local.mk: Uncomment man1_sources and add "%reldir%/"Patrick McDermott2019-03-161-11/+11
|
* man/o*: Use @SOURCE@ and @MANUAL@ macrosPatrick McDermott2019-03-168-8/+8
|
* man/o*: Drop author comments, convert titles to upper casePatrick McDermott2019-03-168-16/+8
|
* man/o*: Update license blockPatrick McDermott2019-03-168-40/+56
|