summaryrefslogtreecommitdiffstats
path: root/src/opkbuild
Commit message (Collapse)AuthorAgeFilesLines
* 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