Issue151

Title salvage good parts from src/dist directory, then get rid of it
Priority wish Status resolved
Superseder Nosy List florian, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2010-11-22.21:09:44 by malte, last changed by florian.

Messages
msg3239 (view) Author: florian Date: 2014-07-25.11:21:42
Fixed together with issue17.
msg892 (view) Author: malte Date: 2010-12-17.23:12:07
Got rid of "TODO" and "bugs" today.
Still need to work on the "dist" directory.
Issue renamed to reflect the remaining task.
msg747 (view) Author: malte Date: 2010-11-22.21:09:44
The src directory contains some things that don't belong there:

 * TODO => where still relevant, should be converted to tracker issues
 * bugs => where still relevant, should be converted to tracker issues
 * dist => The interesting bits should be converted to documentation on the
   wiki. We might eventually want something like the current make_dist stuff to
   make official distributions of the code, but I don't think we can keep any
   of the current stuff, so we might as well throw it away. The compilation and
   planner testing stuff could be converted into a "make test" kind of thing
   that could be part of the planner in general and also be part of the
   buildbot test suite.
History
Date User Action Args
2014-07-25 11:21:42floriansetstatus: chatting -> resolved
nosy: + florian
messages: + msg3239
2014-02-18 22:50:07jendriksetnosy: + jendrik
2010-12-17 23:12:08maltesetmessages: + msg892
title: clean up src directory -> salvage good parts from src/dist directory, then get rid of it
2010-11-22 21:09:44maltecreate