Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Optionally enter a debugging shell on error. | P. J. McDermott | 2012-02-03 | 1 | -1/+12 |
| | |||||
* | Make sure config destination directory exists. | P. J. McDermott | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Plan to support control field variables/macros. | P. J. McDermott | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Fix patch input path and exit on patch error. | P. J. McDermott | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Fix build system destination directory handling. | P. J. McDermott | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Fix oh-strip and add error handling. | P. J. McDermott | 2012-01-30 | 2 | -10/+18 |
| | | | | | Well I feel stupid now... Thanks, shell interpreter and POSIX.1 XCU, for not warning me about my use of an uninitialized parameter. | ||||
* | Extract compressed source archives. | P. J. McDermott | 2012-01-30 | 4 | -8/+117 |
| | |||||
* | Update 'TODO' with completion of oh-installdocs. | P. J. McDermott | 2012-01-30 | 1 | -18/+6 |
| | |||||
* | Clean up a stray tab character. | P. J. McDermott | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Write and document oh-installdocs. | P. J. McDermott | 2012-01-30 | 4 | -2/+93 |
| | |||||
* | Document '-p' option of opkbuild. | P. J. McDermott | 2012-01-30 | 1 | -1/+7 |
| | |||||
* | Handle platforms in oh_is_buildable(). | P. J. McDermott | 2012-01-29 | 1 | -1/+5 |
| | |||||
* | Sometimes I hate shell script... | P. J. McDermott | 2012-01-29 | 2 | -5/+8 |
| | | | | | | | | | | 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 |
| | |||||
* | Document oh-copyconfig. | P. J. McDermott | 2012-01-29 | 2 | -2/+27 |
| | |||||
* | Use correct architecture name in oh-buildopk. | P. J. McDermott | 2012-01-29 | 4 | -14/+70 |
| | | | | The interface and logic is changed to resemble that of oh-gencontrol. | ||||
* | Fix mode on control directory. | P. J. McDermott | 2012-01-29 | 1 | -2/+2 |
| | |||||
* | Fix detection of target architecture and platform. | P. J. McDermott | 2012-01-29 | 1 | -2/+4 |
| | |||||
* | Fix handling of "any" architecture name. | P. J. McDermott | 2012-01-29 | 1 | -1/+7 |
| | |||||
* | Write correct "Architecture" to control files. | P. J. McDermott | 2012-01-29 | 2 | -3/+4 |
| | |||||
* | Check if package should be built for target arch. | P. J. McDermott | 2012-01-29 | 2 | -3/+8 |
| | |||||
* | Write lib/architecture. | P. J. McDermott | 2012-01-29 | 2 | -1/+70 |
| | |||||
* | Fix installation path in 'lib/Makefile.in'. | P. J. McDermott | 2012-01-29 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Write oh-copyconfig. | P. J. McDermott | 2012-01-29 | 2 | -2/+81 |
| | |||||
* | Fix modes on data and control directories. | P. J. McDermott | 2012-01-29 | 2 | -2/+2 |
| | |||||
* | Plan to write an 'opkcreate' script. | P. J. McDermott | 2012-01-29 | 1 | -0/+1 |
| | |||||
* | Note documentation files should be compressed. | P. J. McDermott | 2012-01-28 | 1 | -0/+2 |
| | |||||
* | Ensure correct modes on some files. | P. J. McDermott | 2012-01-28 | 3 | -0/+10 |
| | |||||
* | Handle links to or set mode on maintainer scripts. | P. J. McDermott | 2012-01-27 | 1 | -3/+6 |
| | |||||
* | Fix md5sums list generation. | P. J. McDermott | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| |