Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Prevent large '[' commands. | P. J. McDermott | 2012-01-27 | 1 | -2/+2 |
| | |||||
* | Generate md5sums list. | P. J. McDermott | 2012-01-27 | 2 | -1/+9 |
| | |||||
* | Generate conffiles list. | P. J. McDermott | 2012-01-27 | 2 | -1/+14 |
| | |||||
* | Update TODO list. | P. J. McDermott | 2012-01-27 | 1 | -6/+17 |
| | |||||
* | Quote output of opkg and grep. | P. J. McDermott | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | Leave the "Installed-Size" field for the future. | P. J. McDermott | 2012-01-27 | 1 | -1/+11 |
| | |||||
* | Fix inconsistent capitalization of "Error". | P. J. McDermott | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | 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 | 6 | -4/+76 |
| | |||||
* | Update TODO list. | P. J. McDermott | 2012-01-27 | 1 | -4/+7 |
| | |||||
* | Split long line in oh-gencontrol. | P. J. McDermott | 2012-01-27 | 1 | -1/+2 |
| | |||||
* | Implement/use copy_{required,optional}_field(). | P. J. McDermott | 2012-01-27 | 1 | -30/+39 |
| | |||||
* | Note that oh-applypatches is done. | P. J. McDermott | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Add oh-applypatches to the build system. | P. J. McDermott | 2012-01-25 | 2 | -2/+4 |
| | |||||
* | Document oh-applypatches. | P. J. McDermott | 2012-01-25 | 1 | -0/+25 |
| | |||||
* | 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 |
| | |||||
* | Eliminate leading line break in 'install.config'. | P. J. McDermott | 2012-01-25 | 1 | -2/+1 |
| | |||||
* | Always populate 'install.config'. | P. J. McDermott | 2012-01-25 | 1 | -3/+6 |
| | |||||
* | Disable errors when 'src', 'lib', and 'man' exist. | P. J. McDermott | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | Fix uninstallation. | P. J. McDermott | 2012-01-25 | 4 | -6/+6 |
| | | | | | * Read installation configuration file. * Correctly spell macro names. | ||||
* | Recurse into subdirectories in build system. | P. J. McDermott | 2012-01-25 | 5 | -51/+63 |
| | |||||
* | Start trying to modularize the makefiles. | P. J. McDermott | 2012-01-24 | 6 | -64/+324 |
| | |||||
* | Note that source code patches must be applied. | P. J. McDermott | 2012-01-24 | 1 | -0/+1 |
| | |||||
* | Document '-r' option of opkbuild. | P. J. McDermott | 2012-01-22 | 2 | -2/+8 |
| | |||||
* | 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 |
| | |||||
* | Add build dependencies script to 'TODO'. | P. J. McDermott | 2012-01-21 | 1 | -0/+1 |
| | |||||
* | Add more tasks to 'TODO'. | P. J. McDermott | 2012-01-21 | 1 | -0/+5 |
| | |||||
* | Document use of a separate build directory. | P. J. McDermott | 2012-01-21 | 1 | -0/+15 |
| | |||||
* | Add 'TODO' file. | P. J. McDermott | 2012-01-21 | 1 | -0/+8 |
| | |||||
* | 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 stray output. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Fix line breaks in '*-src' package control file. | P. J. McDermott | 2012-01-21 | 1 | -3/+3 |
| | |||||
* | Fix unquoted operand to '['. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Fix syntax errors in grouping commands. | P. J. McDermott | 2012-01-21 | 1 | -18/+18 |
| | |||||
* | Fix picky field-matching BRE. | P. J. McDermott | 2012-01-21 | 1 | -1/+1 |
| | | | | Spaces are in fact allowed in field values... |