Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix archive extraction error handling. | P. J. McDermott | 2012-02-16 | 1 | -9/+9 |
| | | | | opkbuild should clean up the work area on any error. | ||||
* | Also document opkbuild in its usage output. | P. J. McDermott | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Don't count "all" as a platform. | P. J. McDermott | 2012-02-03 | 1 | -1/+2 |
| | |||||
* | Remove distinct version and revision variables. | P. J. McDermott | 2012-02-03 | 1 | -2/+1 |
| | |||||
* | Redirect error message to stderr. | P. J. McDermott | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Optionally enter a debugging shell on error. | P. J. McDermott | 2012-02-03 | 1 | -1/+12 |
| | |||||
* | Extract compressed source archives. | P. J. McDermott | 2012-01-30 | 1 | -6/+44 |
| | |||||
* | Sometimes I hate shell script... | P. J. McDermott | 2012-01-29 | 1 | -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. McDermott | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Use correct architecture name in oh-buildopk. | P. J. McDermott | 2012-01-29 | 1 | -1/+1 |
| | | | | The interface and logic is changed to resemble that of oh-gencontrol. | ||||
* | Fix detection of target architecture and platform. | P. J. McDermott | 2012-01-29 | 1 | -2/+4 |
| | |||||
* | Check if package should be built for target arch. | P. J. McDermott | 2012-01-29 | 1 | -2/+7 |
| | |||||
* | Attempt to detect the target architecture tuple. | P. J. McDermott | 2012-01-29 | 1 | -0/+10 |
| | |||||
* | Fix platform regular expression. | P. J. McDermott | 2012-01-29 | 1 | -2/+1 |
| | |||||
* | Support target platforms and platform configs. | P. J. McDermott | 2012-01-29 | 1 | -1/+37 |
| | |||||
* | Fix cleanup in opkbuild's error handling. | P. J. McDermott | 2012-01-27 | 1 | -0/+1 |
| | |||||
* | Write oh-checkbuilddeps. | P. J. McDermott | 2012-01-27 | 1 | -1/+6 |
| | |||||
* | Include oh-applypatches in build process. | P. J. McDermott | 2012-01-25 | 1 | -0/+2 |
| | |||||
* | Document '-r' option of opkbuild. | P. J. McDermott | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | Make build cleanup run as UID 0. | P. J. McDermott | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | Run subcommands in subshells. | P. J. McDermott | 2012-01-22 | 1 | -3/+3 |
| | | | | | This will prevent subcommands from affecting opkbuild's current working directory. | ||||
* | Try to clean up tmp on error. | P. J. McDermott | 2012-01-22 | 1 | -0/+1 |
| | |||||
* | Add '-r' option to opkbuild. | P. J. McDermott | 2012-01-22 | 1 | -6/+39 |
| | |||||
* | Add "Attempting to build package..." messages. | P. J. McDermott | 2012-01-21 | 1 | -0/+2 |
| | |||||
* | Add error handling to opkbuild. | P. J. McDermott | 2012-01-21 | 1 | -11/+19 |
| | |||||
* | Rename data directories in work area. | P. J. McDermott | 2012-01-21 | 1 | -3/+3 |
| | | | | Also, fix an 'rm' command in opkbuild. | ||||
* | Provide helpful status output. | P. J. McDermott | 2012-01-21 | 1 | -1/+10 |
| | |||||
* | Do EVERYTHING in tmp. | P. J. McDermott | 2012-01-21 | 1 | -2/+4 |
| | |||||
* | Use control fields library. | P. J. McDermott | 2012-01-21 | 1 | -3/+7 |
| | |||||
* | Adjust oh-buildopk and opkbuild for oh-gencontrol. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Fix name of source package staging area. | P. J. McDermott | 2012-01-21 | 1 | -2/+2 |
| | |||||
* | Make opkbuild clean up tmp. | P. J. McDermott | 2012-01-20 | 1 | -0/+4 |
| | |||||
* | Fix a syntax error (unterminated quoted string). | P. J. McDermott | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | Fix misspelled "oh-buildopk" in opkbuild. | P. J. McDermott | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | Add sanity checks and comments to opkbuild. | P. J. McDermott | 2012-01-19 | 1 | -1/+16 |
| | |||||
* | Write opkbuild. | P. J. McDermott | 2012-01-19 | 1 | -0/+67 |