index
:
opkbuild/opkbuild.git
feature/build-system-improvements
feature/remove-_ob_local
master
OPK build system
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ob_get_*_parameter(): Document
Patrick McDermott
2019-03-13
1
-0/+15
*
ob_parse_package_metadata(): Merge into ob_init_package()
Patrick McDermott
2019-03-13
11
-25/+10
*
TODO: Duly reconsidered
Patrick McDermott
2019-03-13
1
-1/+0
*
tests/ob_parse_dep.sh: Update option letter
Patrick McDermott
2019-03-13
1
-1/+1
*
TODO: Add tasks related to executables
Patrick McDermott
2019-03-13
1
-0/+2
*
ob_get_binary_packages(): Use -p instead of -P for platform
Patrick McDermott
2019-03-13
2
-10/+10
*
ob_reduce_deps(): Use -p instead of -P for platform
Patrick McDermott
2019-03-13
3
-6/+6
*
ob_parse_dep(): Swap -p and -P option letters
Patrick McDermott
2019-03-13
4
-14/+13
*
TODO: Improve in-place locale loading
Patrick McDermott
2019-03-13
1
-0/+2
*
TODO: Drop 2012 copyright and reconsider getopts
Patrick McDermott
2019-03-13
1
-4/+4
*
ob-installdocs: Replace "${data_doc_dir%/*}" with dirname
Patrick McDermott
2019-03-13
1
-1/+2
*
_ob_get_system_path(): Protect against DATADIR with "%"
Patrick McDermott
2019-03-13
1
-4/+4
*
Protect against cmd operands beginning with "-"
Patrick McDermott
2019-03-13
12
-30/+29
*
ob_parse_changelog(): Protect [ commands from strings beginning with "-"
Patrick McDermott
2019-03-13
1
-4/+4
*
ob_parse_package_metadata(): Return non-zero exit status on error
Patrick McDermott
2019-03-13
1
-1/+1
*
ob-installplatconf, ob-installdocs: Replace "${dest%/*}" checks with dirname
Patrick McDermott
2019-03-13
2
-17/+14
*
ob-installplatconf: Add return statements after ob_error() calls
Patrick McDermott
2019-03-13
1
-4/+11
*
Eliminate -a and -o options of [ commands
Patrick McDermott
2019-03-13
4
-13/+19
*
Protect [ commands from strings beginning with "-"
Patrick McDermott
2019-03-13
11
-60/+59
*
ob_parse_package_metadata(): Eliminate caching
Patrick McDermott
2019-03-13
12
-66/+10
*
TODO: Simplify applied patch tracking plan
Patrick McDermott
2019-03-13
1
-7/+2
*
TODO: Eliminate metadata caching
Patrick McDermott
2019-03-13
1
-11/+1
*
TODO: Sort into general cleanup and functional changes
Patrick McDermott
2019-03-13
2
-17/+24
*
opkbuild, ob-*: Exit with error on ob_set_text_domain() failure
Patrick McDermott
2019-03-13
11
-12/+40
*
TODO: Drop executable error exiting
Patrick McDermott
2019-03-13
1
-1/+0
*
ob-*: Add more return statements
Patrick McDermott
2019-03-13
6
-2/+35
*
ob-*: Replace exit with return
Patrick McDermott
2019-03-13
9
-18/+18
*
opkbuild: Add more return statements
Patrick McDermott
2019-03-13
1
-23/+35
*
opkbuild: Add return statements after ob_error() calls
Patrick McDermott
2019-03-13
1
-13/+35
*
ob-*: Add return statements after ob_error() calls
Patrick McDermott
2019-03-13
4
-18/+67
*
ob_parse_changelog(), ob_parse_control(): Explicitly assign null strings
Patrick McDermott
2019-03-13
2
-2/+2
*
TODO: Add xz-related tasks
Patrick McDermott
2019-03-13
1
-0/+5
*
opkbuild, ob-*: set -e
Patrick McDermott
2019-03-13
11
-1/+20
*
ob_substvars(): s/while true/while :/
Patrick McDermott
2019-03-13
1
-1/+1
*
ob_parse_dep(): Fix crash on dep without version, arches, or plats
Patrick McDermott
2019-03-13
1
-4/+4
*
tests/*.sh: set -e
Patrick McDermott
2019-03-13
7
-0/+14
*
Don't let libopkbuild errors cause exit with -e
Patrick McDermott
2019-03-13
7
-41/+38
*
ob_substvars(), ob_init_package(): Call _ob_error_msg()
Patrick McDermott
2019-03-13
3
-3/+2
*
ob_error(): Make non-fatal
Patrick McDermott
2019-03-13
2
-5/+4
*
libopkbuild: Abort on invalid function arguments
Patrick McDermott
2019-03-13
10
-356/+159
*
_ob_abort(): New internal function to crash hard
Patrick McDermott
2019-03-13
1
-0/+7
*
TODO: echo is gone and IFS assignments are OK
Patrick McDermott
2019-03-13
1
-3/+0
*
tests/ob_parse_dep.sh: Replace echo and improve quotes in eval cmd
Patrick McDermott
2019-03-13
1
-2/+2
*
ob-unpacksource: Replace echo with here-document
Patrick McDermott
2019-03-13
1
-1/+5
*
ob-unpacksource: Make sed BRE POSIX-conformant
Patrick McDermott
2019-03-13
1
-1/+1
*
ob-unpacksource: Improve upstream archive counting
Patrick McDermott
2019-03-13
1
-6/+6
*
ob-gencontrol: Replace echo with here-document
Patrick McDermott
2019-03-13
1
-1/+4
*
ob-buildopk: Replace echo with printf
Patrick McDermott
2019-03-13
1
-1/+1
*
ob_match_arch(): Use clearer variable names
Patrick McDermott
2019-03-13
1
-9/+9
*
ob_match_arch(): Replace generated ERE with native SCL
Patrick McDermott
2019-03-13
1
-8/+20
[next]