1
0
mirror of synced 2026-05-05 15:53:45 +00:00

Text deduplication in the TODO file ;-)

This commit is contained in:
Axel Beckert
2012-05-31 01:33:26 +02:00
parent 8b4701875f
commit 3106753871

7
TODO
View File

@@ -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