summaryrefslogtreecommitdiffstats
path: root/lib/metadata.sh
Commit message (Collapse)AuthorAgeFilesLines
* lib/*.sh, lib/*/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2013-08-181-2/+2
| | | | This is one step toward adding `set -u` to opkbuild.
* lib/metadata.sh: Remove _ob_local.P. J. McDermott2013-08-181-132/+111
| | | | Also fix variable declarations in ob_match_arch().
* Add argument count checks to ob_*_is_concerned().P. J. McDermott2012-11-051-6/+16
|
* Add {arch,plat}_is_concerned funcs to public API.P. J. McDermott2012-11-051-0/+64
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Implement ob_get_system_path().P. J. McDermott2012-10-041-0/+18
|
* Suppress command output in ob_match_arch().P. J. McDermott2012-10-021-1/+1
|
* Fix typing mistake in ob_match_arch().P. J. McDermott2012-10-021-1/+1
|
* Simplify wildcard matching in ob_match_arch().P. J. McDermott2012-09-291-17/+7
|
* Implement ob_match_arch() and ob_match_plat().P. J. McDermott2012-09-291-0/+89
|
* Fix parameter in ob_get_system_{arch,plat}().P. J. McDermott2012-09-291-2/+2
|
* Implement ob_get_system_{arch,plat}().P. J. McDermott2012-09-291-0/+30
|
* Implement ob_parse_version().P. J. McDermott2012-09-291-0/+53
|
* Support metadata plugins.P. J. McDermott2012-09-281-3/+28
|
* Implement ob_validate_{source,binary}_name.P. J. McDermott2012-09-121-0/+45