summaryrefslogtreecommitdiffstats
path: root/lib/metadata/proteanos.sh
Commit message (Collapse)AuthorAgeFilesLines
* metadata, package: Encode binary package namesPatrick McDermott2023-09-251-0/+10
| | | | Remove restriction on duplicate "clean" names.
* metadata/proteanos: Allow epochs in versionsPatrick McDermott2021-01-081-0/+1
|
* Update copyright yearsPatrick McDermott2020-12-081-1/+1
|
* ob_validate_section(): New functionPatrick McDermott2020-07-051-0/+15
|
* ob_qualify_package_name(): New functionPatrick McDermott2020-06-211-0/+15
|
* metadata/proteanos: Allow backport versionsPatrick McDermott2019-08-041-0/+2
|
* metadata/proteanos: Relax <pkgrev> requirementsPatrick McDermott2019-08-041-1/+1
|
* ob_get_system_path(): Allow overriding DATADIRPatrick McDermott2019-06-171-4/+11
|
* ob_get_system_path(): Allow package-less platconfPatrick McDermott2019-06-161-1/+6
|
* metadata/proteanos: Allow "+" and forbid "-" in upstream versionsPatrick McDermott2019-04-031-1/+1
|
* Delimit operands of ob_parse_version()Patrick McDermott2019-03-181-1/+1
|
* lib/, locale/, tests/: Update copyright yearsPatrick McDermott2019-03-161-1/+1
|
* _ob_get_system_path(): Protect against DATADIR with "%"Patrick McDermott2019-03-131-4/+4
|
* Protect against cmd operands beginning with "-"Patrick McDermott2019-03-131-2/+2
|
* Don't let libopkbuild errors cause exit with -ePatrick McDermott2019-03-131-3/+6
|
* libopkbuild: Abort on invalid function argumentsPatrick McDermott2019-03-131-42/+23
| | | | | | | | | | Shift arguments and abort instead of returning 125. Incorrect numbers of function arguments suggest application/library incompatibilities or serious errors by the application developer. Either way, the application developer should be made immediately aware of this (and not allowed to simply not check return values), and continuing to run and handle any further API calls may be unsafe.
* _ob_validate_*(): Replace echo with here-document in grep commandsPatrick McDermott2019-03-121-6/+11
|
* _ob_get_upstreamver(), _ob_get_distrev(): Replace echo with printfPatrick McDermott2019-03-121-2/+2
|
* ob_get_system_*(): Return 1 and hide message on errorPatrick McDermott2018-12-291-2/+2
|
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-241-9/+9
|
* metadata: Drop system name from function namesPatrick McDermott2018-12-221-8/+8
|
* libopkbuild: Drop include guardsPatrick McDermott2018-12-221-3/+0
|
* libopkbuild: Use shppPatrick McDermott2018-12-221-5/+5
|
* ob_get_system_path(): Drop "build-helper".P. J. McDermott2014-03-051-15/+0
|
* 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/proteanos.sh: Remove _ob_local.P. J. McDermott2013-08-181-61/+40
|
* Remove code for upstream build system arches.P. J. McDermott2012-11-141-9/+0
|
* Return 2 platconf dirs from ob_get_system_path().P. J. McDermott2012-10-201-2/+5
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Move build helper check into ob_get_system_path().P. J. McDermott2012-10-081-2/+11
|
* Use SYSCONFDIR in ob_get_system_{arch,plat}().P. J. McDermott2012-10-081-2/+2
|
* Use LIBDIR and DATADIR in ob_get_system_path().P. J. McDermott2012-10-081-4/+4
|
* Add "build-helper" path to ob_get_system_path().P. J. McDermott2012-10-081-0/+8
|
* Add "archtab" path ID to ob_get_system_path().P. J. McDermott2012-10-081-0/+9
|
* Update metadata plugin to comply with SPF 2.0.P. J. McDermott2012-10-081-10/+30
|
* Implement _ob_get_system_path_proteanos().P. J. McDermott2012-10-041-0/+50
|
* Add functions to get arch and plat on ProteanOS.P. J. McDermott2012-09-291-0/+20
|
* Implement version parsing for ProteanOS.P. J. McDermott2012-09-291-0/+43
|
* Suppress output of grep in validation functions.P. J. McDermott2012-09-291-2/+4
|
* Begin writing metadata plugin for ProteanOS.P. J. McDermott2012-09-281-0/+47