summaryrefslogtreecommitdiffstats
path: root/src/opkbuild
Commit message (Collapse)AuthorAgeFilesLines
* Fix opkbuild usage output.P. J. McDermott2012-03-041-1/+1
|
* Read build flags from system into the environment.P. J. McDermott2012-02-201-0/+3
|
* Remove CPU vendor from architecture tuple.P. J. McDermott2012-02-201-3/+3
|
* Fix archive extraction error handling.P. J. McDermott2012-02-161-9/+9
| | | | opkbuild should clean up the work area on any error.
* Also document opkbuild in its usage output.P. J. McDermott2012-02-031-1/+1
|
* Don't count "all" as a platform.P. J. McDermott2012-02-031-1/+2
|
* Remove distinct version and revision variables.P. J. McDermott2012-02-031-2/+1
|
* Redirect error message to stderr.P. J. McDermott2012-02-031-1/+1
|
* Optionally enter a debugging shell on error.P. J. McDermott2012-02-031-1/+12
|
* Extract compressed source archives.P. J. McDermott2012-01-301-6/+44
|
* Sometimes I hate shell script...P. J. McDermott2012-01-291-4/+5
| | | | | | | | | | Piping input into a read command won't work, because read will be run in a subshell and therefore be unable to modify variables of the parent shell. Also, for some reason double quotes cause the substring processing in this parameter expansion to fail: export OH_PKGVER="${version%'-'*}"
* Fix substitution command in platform detection.P. J. McDermott2012-01-291-1/+1
|
* Use correct architecture name in oh-buildopk.P. J. McDermott2012-01-291-1/+1
| | | | The interface and logic is changed to resemble that of oh-gencontrol.
* Fix detection of target architecture and platform.P. J. McDermott2012-01-291-2/+4
|
* Check if package should be built for target arch.P. J. McDermott2012-01-291-2/+7
|
* Attempt to detect the target architecture tuple.P. J. McDermott2012-01-291-0/+10
|
* Fix platform regular expression.P. J. McDermott2012-01-291-2/+1
|
* Support target platforms and platform configs.P. J. McDermott2012-01-291-1/+37
|
* Fix cleanup in opkbuild's error handling.P. J. McDermott2012-01-271-0/+1
|
* Write oh-checkbuilddeps.P. J. McDermott2012-01-271-1/+6
|
* Include oh-applypatches in build process.P. J. McDermott2012-01-251-0/+2
|
* Document '-r' option of opkbuild.P. J. McDermott2012-01-221-1/+1
|
* Make build cleanup run as UID 0.P. J. McDermott2012-01-221-1/+1
|
* Run subcommands in subshells.P. J. McDermott2012-01-221-3/+3
| | | | | This will prevent subcommands from affecting opkbuild's current working directory.
* Try to clean up tmp on error.P. J. McDermott2012-01-221-0/+1
|
* Add '-r' option to opkbuild.P. J. McDermott2012-01-221-6/+39
|
* Add "Attempting to build package..." messages.P. J. McDermott2012-01-211-0/+2
|
* Add error handling to opkbuild.P. J. McDermott2012-01-211-11/+19
|
* Rename data directories in work area.P. J. McDermott2012-01-211-3/+3
| | | | Also, fix an 'rm' command in opkbuild.
* Provide helpful status output.P. J. McDermott2012-01-211-1/+10
|
* Do EVERYTHING in tmp.P. J. McDermott2012-01-211-2/+4
|
* Use control fields library.P. J. McDermott2012-01-211-3/+7
|
* Adjust oh-buildopk and opkbuild for oh-gencontrol.P. J. McDermott2012-01-211-1/+1
|
* Fix name of source package staging area.P. J. McDermott2012-01-211-2/+2
|
* Make opkbuild clean up tmp.P. J. McDermott2012-01-201-0/+4
|
* Fix a syntax error (unterminated quoted string).P. J. McDermott2012-01-201-1/+1
|
* Fix misspelled "oh-buildopk" in opkbuild.P. J. McDermott2012-01-201-1/+1
|
* Add sanity checks and comments to opkbuild.P. J. McDermott2012-01-191-1/+16
|
* Write opkbuild.P. J. McDermott2012-01-191-0/+67