Text deduplication in the TODO file ;-)
This commit is contained in:
7
TODO
7
TODO
@@ -129,11 +129,6 @@ Bugs to fix and features to add for 5.0
|
||||
"type" of configuration you want, and a set of options specific to
|
||||
that flag could be parsed from xen-tools.conf
|
||||
|
||||
* Refactor the code for less code duplication
|
||||
|
||||
Like e.g. readConfigurationFile in xen-create-image and
|
||||
xen-resize-image which are not completely identical.
|
||||
|
||||
* Refactor the code for less variants of calling cp, rm, mv, etc.
|
||||
|
||||
E.g. always use either cp() from File::Copy or /bin/cp, but not
|
||||
@@ -157,7 +152,7 @@ Bugs to fix and features to add for 5.0
|
||||
* Support cpu_weight and other features from
|
||||
http://wiki.xensource.com/xenwiki/CreditScheduler
|
||||
|
||||
* Code Deduplication
|
||||
* Code Deduplication / Refactor the code for less code duplication
|
||||
|
||||
bin/x* currently contain the same or similar code like e.g. in the
|
||||
function readConfigurationFile. This needs to be cleaned up
|
||||
|
||||
Reference in New Issue
Block a user