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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ob_error(): Update @pure doc command
Patrick McDermott
2019-03-14
1
-1/+1
*
ob_error(), ob_warn(), ob_info(): Make @stderr doc cmds more consistent
Patrick McDermott
2019-03-14
1
-6/+5
*
ob_get_*_parameter(): Fix @operand doc commands
Patrick McDermott
2019-03-14
1
-3/+3
*
ob_init_package(): Document
Patrick McDermott
2019-03-14
1
-0/+9
*
ob_summarize_package_*(): Remove
Patrick McDermott
2019-03-13
1
-14/+0
*
ob_get_doc_files(): Document
Patrick McDermott
2019-03-13
1
-0/+8
*
ob_get_doc_files(): Drop arch and plat parameters
Patrick McDermott
2019-03-13
2
-8/+1
*
ob_get_doc_package(): Document
Patrick McDermott
2019-03-13
1
-0/+7
*
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
1
-15/+10
*
ob_get_binary_packages(): Use -p instead of -P for platform
Patrick McDermott
2019-03-13
1
-2/+2
*
ob_reduce_deps(): Use -p instead of -P for platform
Patrick McDermott
2019-03-13
1
-3/+3
*
ob_parse_dep(): Swap -p and -P option letters
Patrick McDermott
2019-03-13
1
-11/+11
*
_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
5
-7/+7
*
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
*
Eliminate -a and -o options of [ commands
Patrick McDermott
2019-03-13
2
-11/+16
*
Protect [ commands from strings beginning with "-"
Patrick McDermott
2019-03-13
2
-24/+24
*
ob_parse_package_metadata(): Eliminate caching
Patrick McDermott
2019-03-13
1
-55/+0
*
ob_parse_changelog(), ob_parse_control(): Explicitly assign null strings
Patrick McDermott
2019-03-13
2
-2/+2
*
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
*
Don't let libopkbuild errors cause exit with -e
Patrick McDermott
2019-03-13
4
-26/+27
*
ob_substvars(), ob_init_package(): Call _ob_error_msg()
Patrick McDermott
2019-03-13
2
-2/+2
*
ob_error(): Make non-fatal
Patrick McDermott
2019-03-13
1
-3/+2
*
libopkbuild: Abort on invalid function arguments
Patrick McDermott
2019-03-13
9
-353/+158
*
_ob_abort(): New internal function to crash hard
Patrick McDermott
2019-03-13
1
-0/+7
*
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
*
_ob_validate_*(): Replace echo with here-document in grep commands
Patrick McDermott
2019-03-12
1
-6/+11
*
_ob_get_upstreamver(), _ob_get_distrev(): Replace echo with printf
Patrick McDermott
2019-03-12
1
-2/+2
*
_ob_get_doc_package_2(): Replace echo with printf
Patrick McDermott
2019-03-12
1
-1/+1
*
ob_reduce_deps(): Replace echo with printf
Patrick McDermott
2019-03-12
1
-1/+1
*
lib/package.sh: Update copyright years
Patrick McDermott
2019-03-12
1
-1/+1
*
ob_get_binary_packages(): Drop echo along with unnecessary assignment
Patrick McDermott
2019-03-12
1
-4/+2
*
ob_get_binary_packages(), _ob_set_binary_parameter(): Replace echo and grep w...
Patrick McDermott
2019-03-12
1
-9/+10
*
ob_get_binary_packages(): Fix indentation
Patrick McDermott
2019-03-12
1
-2/+2
*
lib/control.sh, lib/package.sh: Replace echo with here-document in tr commands
Patrick McDermott
2019-03-12
2
-15/+41
*
ob_parse_control(): Rewrite missing fields handling
Patrick McDermott
2019-03-12
1
-6/+7
*
ob_parse_control(): Rewrite field checking
Patrick McDermott
2019-03-12
1
-23/+26
*
*ob_[gs]et_*_parameter(): Make validation more immediately clear
Patrick McDermott
2019-03-12
1
-20/+12
*
_ob_set_*_parameter(): Don't expand escaped value early in eval
Patrick McDermott
2019-03-12
1
-8/+2
*
ob_get_*_parameter(): Drop echo and improve quotes in eval cmds
Patrick McDermott
2019-03-12
1
-2/+2
*
ob_parse_version(): Improve eval safety
Patrick McDermott
2019-03-12
1
-4/+4
*
ob_parse_dep(): Drop echo and improve quotes in eval cmds
Patrick McDermott
2019-03-12
1
-2/+2
*
ob_substvars(): Replace echo in eval command
Patrick McDermott
2019-03-12
1
-1/+1
*
ob_set_substvar(): Don't allow "_" in variable names
Patrick McDermott
2019-03-12
1
-2/+2
*
ob_substvars(): Validate variable names
Patrick McDermott
2019-03-12
1
-0/+11
*
ob_set_substvar(): Make validation more immediately clear
Patrick McDermott
2019-03-12
1
-4/+2
[prev]
[next]