Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Add oh-applypatches to the build system. | P. J. McDermott | 2012-01-25 | 1 | -1/+2 |
| | |||||
* | Add output to oh-applypatches. | P. J. McDermott | 2012-01-25 | 1 | -0/+10 |
| | |||||
* | Include oh-applypatches in build process. | P. J. McDermott | 2012-01-25 | 1 | -0/+2 |
| | |||||
* | Write oh-applypatches. | P. J. McDermott | 2012-01-25 | 1 | -0/+36 |
| | |||||
* | Fix uninstallation. | P. J. McDermott | 2012-01-25 | 1 | -1/+1 |
| | | | | | * Read installation configuration file. * Correctly spell macro names. | ||||
* | Recurse into subdirectories in build system. | P. J. McDermott | 2012-01-25 | 1 | -13/+13 |
| | |||||
* | Start trying to modularize the makefiles. | P. J. McDermott | 2012-01-24 | 1 | -0/+58 |
| | |||||
* | Document '-r' option of opkbuild. | P. J. McDermott | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | Add error handling to oh-buildopk. | P. J. McDermott | 2012-01-22 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | Fix typographical error in oh-strip output. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Add "Attempting to build package..." messages. | P. J. McDermott | 2012-01-21 | 1 | -0/+2 |
| | |||||
* | Support multiple arguments in oh-gencontrol. | P. J. McDermott | 2012-01-21 | 1 | -35/+48 |
| | |||||
* | Note that oh-strip doesn't seem to work. | P. J. McDermott | 2012-01-21 | 1 | -0/+2 |
| | |||||
* | Add error handling to opkbuild. | P. J. McDermott | 2012-01-21 | 1 | -11/+19 |
| | |||||
* | Fix an output string. | P. J. McDermott | 2012-01-21 | 1 | -1/+2 |
| | |||||
* | Rename data directories in work area. | P. J. McDermott | 2012-01-21 | 3 | -6/+6 |
| | | | | Also, fix an 'rm' command in opkbuild. | ||||
* | Remove old 'pwd' command. | P. J. McDermott | 2012-01-21 | 1 | -1/+0 |
| | |||||
* | Provide helpful status output. | P. J. McDermott | 2012-01-21 | 5 | -4/+25 |
| | |||||
* | Note a bug in handling of optional fields. | P. J. McDermott | 2012-01-21 | 1 | -0/+6 |
| | |||||
* | Fix line breaks in '*-src' package control file. | P. J. McDermott | 2012-01-21 | 1 | -3/+3 |
| | |||||
* | Fix syntax errors in grouping commands. | P. J. McDermott | 2012-01-21 | 1 | -18/+18 |
| | |||||
* | Write function 'invalid_pkg_name()'. | P. J. McDermott | 2012-01-21 | 1 | -0/+6 |
| | |||||
* | Do EVERYTHING in tmp. | P. J. McDermott | 2012-01-21 | 1 | -2/+4 |
| | |||||
* | Use control fields library. | P. J. McDermott | 2012-01-21 | 2 | -4/+10 |
| | |||||
* | Document oh-gencontrol. | P. J. McDermott | 2012-01-21 | 1 | -2/+2 |
| | |||||
* | Adjust oh-buildopk and opkbuild for oh-gencontrol. | P. J. McDermott | 2012-01-21 | 2 | -8/+2 |
| | |||||
* | Write oh-gencontrol. | P. J. McDermott | 2012-01-21 | 1 | -0/+133 |
| | |||||
* | Fix name of source package staging area. | P. J. McDermott | 2012-01-21 | 1 | -2/+2 |
| | |||||
* | Write a proof-of-concept oh-buildopk. | P. J. McDermott | 2012-01-21 | 1 | -1/+21 |
| | |||||
* | 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 |
| | |||||
* | Write a stub oh-buildopk. | P. J. McDermott | 2012-01-20 | 1 | -0/+36 |
| | |||||
* | Add comments to oh-strip. | P. J. McDermott | 2012-01-19 | 1 | -0/+5 |
| | |||||
* | Add comments and IFS reset to oh-installfiles. | P. J. McDermott | 2012-01-19 | 1 | -3/+15 |
| | |||||
* | Add sanity checks and comments to opkbuild. | P. J. McDermott | 2012-01-19 | 1 | -1/+16 |
| | |||||
* | Fix infinite loop caused by forgotten "shift"... | P. J. McDermott | 2012-01-19 | 1 | -0/+1 |
| | |||||
* | Count arguments and fail if insufficient. | P. J. McDermott | 2012-01-19 | 2 | -0/+10 |
| | |||||
* | Write oh-installfiles. | P. J. McDermott | 2012-01-19 | 1 | -0/+36 |
| | |||||
* | Write oh-strip. | P. J. McDermott | 2012-01-19 | 1 | -0/+67 |
| | |||||
* | Write opkbuild. | P. J. McDermott | 2012-01-19 | 1 | -0/+67 |