summaryrefslogtreecommitdiffstats
path: root/src/ob-unpacksource.sh
Commit message (Collapse)AuthorAgeFilesLines
* ob-buildopk, ob-unpacksource, tests: Use ${TAR}Patrick McDermott2019-06-181-2/+2
|
* ob-unpacksource: Replace here-document with printfPatrick McDermott2019-03-181-4/+1
|
* ob-unpacksource: Fix quotes in here-documentPatrick McDermott2019-03-181-1/+1
|
* ob-unpacksource: Declare local variablesPatrick McDermott2019-03-181-0/+4
|
* ob-unpacksource: Improve upstream archive counting againPatrick McDermott2019-03-181-3/+2
| | | | | This builds on commit 2e837e5 (with fix in 10cfa1c) but uses newlines instead of spaces to separate upstream archives.
* ob-unpacksource: set -uPatrick McDermott2019-03-171-1/+1
|
* ob-unpacksource: Fix trailing space in command outputPatrick McDermott2019-03-171-0/+1
|
* opkbuild, ob-*: Don't manually load libopkbuildPatrick McDermott2019-03-171-2/+0
|
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-171-2/+0
| | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time.
* ob-unpacksource: Support xz decompressionPatrick McDermott2019-03-161-0/+3
|
* opkbuild, ob-*: Fix printf commands after ob_set_text_domain()Patrick McDermott2019-03-151-1/+2
|
* ob_parse_package_metadata(): Merge into ob_init_package()Patrick McDermott2019-03-131-1/+0
| | | | | | Now that caching is gone, the ob_parse_package_metadata() interface function is trivially short, and keeping it separate unnecessarily complicates the API.
* Protect against cmd operands beginning with "-"Patrick McDermott2019-03-131-1/+1
|
* ob_parse_package_metadata(): Eliminate cachingPatrick McDermott2019-03-131-1/+1
| | | | Cf. commit da45b6d.
* opkbuild, ob-*: Exit with error on ob_set_text_domain() failurePatrick McDermott2019-03-131-1/+4
|
* ob-*: Add more return statementsPatrick McDermott2019-03-131-2/+1
|
* ob-*: Replace exit with returnPatrick McDermott2019-03-131-2/+2
|
* ob-*: Add return statements after ob_error() callsPatrick McDermott2019-03-131-8/+30
|
* opkbuild, ob-*: set -ePatrick McDermott2019-03-131-0/+2
|
* ob-unpacksource: Replace echo with here-documentPatrick McDermott2019-03-131-1/+5
| | | | And drop the unnecessary grep.
* ob-unpacksource: Make sed BRE POSIX-conformantPatrick McDermott2019-03-131-1/+1
|
* ob-unpacksource: Improve upstream archive countingPatrick McDermott2019-03-131-6/+6
|
* ob-*: Move function definitions before points of usePatrick McDermott2018-12-251-25/+25
|
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-241-1/+1
|
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-241-9/+9
|
* opkbuild, ob-*: Drop magic number interpreter linesPatrick McDermott2018-12-221-2/+0
|
* opkbuild, ob-*: Use variables set by shppPatrick McDermott2018-12-221-1/+1
|
* ob_use(): RemovePatrick McDermott2018-12-221-4/+0
|
* opkbuild, ob-*: Load newly linked libopkbuildPatrick McDermott2018-12-221-1/+1
|
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-221-1/+1
|
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-151-1/+1
|
* Exit on failure to parse package metadata.P. J. McDermott2012-11-161-2/+2
|
* Make ob-unpacksource a bit more robust.P. J. McDermott2012-11-101-2/+2
| | | | | Some tar archives (e.g. the GNU Binutils source archive) don't have explicit directory entries.
* Having no upstream/native sources is not an error.P. J. McDermott2012-10-271-3/+4
|
* Look both ways before unpacking sources.P. J. McDermott2012-10-241-3/+7
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Shorten some variable names in ob-unpacksource.P. J. McDermott2012-10-081-18/+18
|
* Support uncompressed upstream source archives.P. J. McDermott2012-10-081-5/+8
|
* Update environment variable names in ob-* utils.P. J. McDermott2012-10-081-1/+1
|
* Fix some inconsistent quoting in utilities.P. J. McDermott2012-10-041-4/+4
|
* Implement ob-unpacksource.P. J. McDermott2012-10-031-0/+124