summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
Commit message (Collapse)AuthorAgeFilesLines
* Only read build flags if they exist.P. J. McDermott2012-04-111-1/+3
|
* Resolve path to status override file in opkbuild.P. J. McDermott2012-04-101-0/+6
| | | | | | | | | | | The path to the file as provided to opkbuild should be relative to the package directory (the directory from which opkbuild is called). Instead, opkbuild simply passed the file path unmodified to oh-checkbuilddeps, which runs within the packaging work area (and looks for the status override file relative to the work area). This commit fixes this behavior by resolving the file path before passing it to oh-checkbuilddeps.
* Exit on error finding an installable architecture.P. J. McDermott2012-04-051-0/+2
|
* Add '-V' option to opkbuild to print version info.P. J. McDermott2012-03-211-1/+18
|
* Support package status overrides. TODO: Document.P. J. McDermott2012-03-201-2/+6
|
* Rename all source files.P. J. McDermott2012-03-061-0/+258