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
/
package.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add braces to param exps in arith substs
Patrick McDermott
2019-03-16
1
-1/+1
*
lib/package.sh: Make global variables lowercase
Patrick McDermott
2019-03-14
1
-19/+19
*
ob_get_binary_packages(): Avoid multiple runs with 0 bin pkgs
Patrick McDermott
2019-03-14
1
-3/+4
*
Fix missing "()" after function names in @details
Patrick McDermott
2019-03-14
1
-8/+8
*
ob_set_package_substvars(): Document
Patrick McDermott
2019-03-14
1
-0/+10
*
ob_get_binary_packages(): Document
Patrick McDermott
2019-03-14
1
-0/+14
*
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
1
-5/+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
*
Protect against cmd operands beginning with "-"
Patrick McDermott
2019-03-13
1
-2/+2
*
ob_parse_package_metadata(): Return non-zero exit status on error
Patrick McDermott
2019-03-13
1
-1/+1
*
ob_parse_package_metadata(): Eliminate caching
Patrick McDermott
2019-03-13
1
-55/+0
*
Don't let libopkbuild errors cause exit with -e
Patrick McDermott
2019-03-13
1
-8/+8
*
ob_substvars(), ob_init_package(): Call _ob_error_msg()
Patrick McDermott
2019-03-13
1
-1/+1
*
libopkbuild: Abort on invalid function arguments
Patrick McDermott
2019-03-13
1
-86/+31
*
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
1
-13/+33
*
*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
*
Use (or plan to use) _ob_warn_msg()
Patrick McDermott
2019-03-11
1
-13/+3
*
libopkbuild: Move function definitions before points of use
Patrick McDermott
2018-12-25
1
-12/+12
*
libopkbuild: Update header comments, copyright years, & license
Patrick McDermott
2018-12-24
1
-9/+9
*
libopkbuild: Initialize OPTIND before getopts
Patrick McDermott
2018-12-24
1
-0/+2
*
libopkbuild: Drop include guards
Patrick McDermott
2018-12-22
1
-3/+0
*
ob_use(): Remove
Patrick McDermott
2018-12-22
1
-4/+0
*
ob_get_binary_packages(): Use printf not echo
P. J. McDermott
2014-09-21
1
-1/+1
*
lib/*.sh, lib/*/*.sh: Add ".sh" to header comment.
P. J. McDermott
2013-08-18
1
-1/+1
*
lib/*.sh, lib/*/*.sh: Rewrite include guards.
P. J. McDermott
2013-08-18
1
-2/+2
*
lib/package.sh: Remove _ob_local.
P. J. McDermott
2013-08-18
1
-176/+151
*
Reduce platforms in ob_get_binary_packages().
P. J. McDermott
2012-11-05
1
-2/+11
*
Refactor ob_get_binary_packages() arch reduction.
P. J. McDermott
2012-11-05
1
-11/+8
*
ob_get_binary_packages: use ob_arch_is_concerned.
P. J. McDermott
2012-11-05
1
-1/+2
*
Make ob_get_doc_files() accept arch and plat args.
P. J. McDermott
2012-10-25
1
-3/+6
*
Implement ob_set_package_substvars().
P. J. McDermott
2012-10-23
1
-0/+17
*
Additionally license everything under GPLv2.
P. J. McDermott
2012-10-16
1
-1/+1
*
Reset _obgbpk_pkgs before reusing it.
P. J. McDermott
2012-10-10
1
-0/+2
*
Pass args to binary package name warnings.
P. J. McDermott
2012-10-09
1
-2/+3
*
Fix missing ob_get_msg() calls.
P. J. McDermott
2012-10-09
1
-2/+2
*
Implement ob_get_doc_{package,files}().
P. J. McDermott
2012-10-04
1
-0/+30
*
Don't clobber valid binary names in cache writing.
P. J. McDermott
2012-10-03
1
-3/+3
[next]