Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | TODO: Redesign applied patch tracking | Patrick McDermott | 2018-12-14 | 1 | -1/+4 |
| | |||||
* | TODO: Drop opkhelper-3.0 search task | Patrick McDermott | 2018-09-24 | 1 | -2/+0 |
| | |||||
* | tests/common.sh: Remove _ob_local and _ob_return. | P. J. McDermott | 2014-05-15 | 1 | -1/+0 |
| | |||||
* | TODO: Add more backquotes. | P. J. McDermott | 2014-05-13 | 1 | -8/+8 |
| | |||||
* | TODO: Note that tests/common.sh uses _ob_local. | P. J. McDermott | 2014-05-13 | 1 | -0/+1 |
| | |||||
* | ob-checkbuilddeps: Finally implement. | P. J. McDermott | 2014-05-12 | 1 | -1/+0 |
| | |||||
* | TODO: Remove package signing. | P. J. McDermott | 2014-02-24 | 1 | -1/+0 |
| | | | | | This won't be done by opkbuild. Uploads will be authenticated by SSH keys, and archives will be signed by pro-archman. | ||||
* | TODO: configure can't really find opkhelper-3.0. | P. J. McDermott | 2013-09-07 | 1 | -0/+2 |
| | |||||
* | Add copyright information to general doc files. | P. J. McDermott | 2013-09-07 | 1 | -0/+11 |
| | |||||
* | TODO: ob-genchanges is written. | P. J. McDermott | 2013-08-18 | 1 | -1/+0 |
| | |||||
* | Update TODO. | P. J. McDermott | 2012-11-14 | 1 | -3/+25 |
| | |||||
* | Fix an old utility name in TODO. | P. J. McDermott | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Remove substitution variables task from TODO. | P. J. McDermott | 2012-10-24 | 1 | -1/+0 |
| | |||||
* | Update TODO. | P. J. McDermott | 2012-10-20 | 1 | -3/+0 |
| | |||||
* | Rewrite TODO. | P. J. McDermott | 2012-10-11 | 1 | -42/+12 |
| | |||||
* | "Finish" oh-gencontrol (still rather ugly). | P. J. McDermott | 2012-08-03 | 1 | -1/+0 |
| | |||||
* | Support @@DATE@@ build system macro in man pages. | P. J. McDermott | 2012-08-02 | 1 | -2/+0 |
| | |||||
* | Start rewriting build system. | P. J. McDermott | 2012-08-02 | 1 | -5/+0 |
| | |||||
* | Update TODO list with 2.0.0 roadmap. | P. J. McDermott | 2012-08-02 | 1 | -19/+26 |
| | |||||
* | Update roadmap. | P. J. McDermott | 2012-04-26 | 1 | -0/+2 |
| | |||||
* | Release version 0.2.0 (finally). | P. J. McDermott | 2012-03-21 | 1 | -2/+0 |
| | |||||
* | Add '-V' option to opkbuild to print version info. | P. J. McDermott | 2012-03-21 | 1 | -1/+0 |
| | |||||
* | Support package status overrides. TODO: Document. | P. J. McDermott | 2012-03-20 | 1 | -1/+0 |
| | |||||
* | Update roadmap. | P. J. McDermott | 2012-03-14 | 1 | -4/+7 |
| | |||||
* | Note that in-tree builds are now supported. | P. J. McDermott | 2012-03-06 | 1 | -1/+0 |
| | |||||
* | Plan to support package relationship variables. | P. J. McDermott | 2012-03-06 | 1 | -0/+1 |
| | |||||
* | Add in-tree build support to TODO list. | P. J. McDermott | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | Document unnecessary platform architecture builds. | P. J. McDermott | 2012-02-03 | 1 | -0/+18 |
| | |||||
* | Plan to support control field variables/macros. | P. J. McDermott | 2012-02-03 | 1 | -0/+1 |
| | |||||
* | Fix oh-strip and add error handling. | P. J. McDermott | 2012-01-30 | 1 | -1/+0 |
| | | | | | 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 | 1 | -1/+0 |
| | |||||
* | Update 'TODO' with completion of oh-installdocs. | P. J. McDermott | 2012-01-30 | 1 | -18/+6 |
| | |||||
* | Use correct architecture name in oh-buildopk. | P. J. McDermott | 2012-01-29 | 1 | -1/+0 |
| | | | | The interface and logic is changed to resemble that of oh-gencontrol. | ||||
* | Write correct "Architecture" to control files. | P. J. McDermott | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Check if package should be built for target arch. | P. J. McDermott | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Generate md5sums list. | P. J. McDermott | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Generate conffiles list. | P. J. McDermott | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Update TODO list. | P. J. McDermott | 2012-01-27 | 1 | -6/+17 |
| | |||||
* | Leave the "Installed-Size" field for the future. | P. J. McDermott | 2012-01-27 | 1 | -1/+11 |
| | |||||
* | Write oh-checkbuilddeps. | P. J. McDermott | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Update TODO list. | P. J. McDermott | 2012-01-27 | 1 | -4/+7 |
| | |||||
* | Note that oh-applypatches is done. | P. J. McDermott | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Note that source code patches must be applied. | P. J. McDermott | 2012-01-24 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Add 'TODO' file. | P. J. McDermott | 2012-01-21 | 1 | -0/+8 |