summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-06-29 22:35:13 +0000
committerRoger Leigh <rleigh@debian.org>2006-06-29 22:35:13 +0000
commit13b7fc6d73facc5d8834967f7b33a875d4053759 (patch)
treedf1dd3417577c3c5ca6f31fa0eb4e1057dd4d4a3 /TODO
parent4e5a65e7fedf3c0c7651ae00d8a7cabc87c0642f (diff)
downloadschroot-13b7fc6d73facc5d8834967f7b33a875d4053759.tar.gz
* TODO: Remove completed item.
* sbuild/sbuild-chroot-config.cc (parse_data): Remove exception wrapper, now that sbuild::keyfile throws exceptions containing more detailed information. * sbuild/sbuild-chroot-file.cc (get_file_repack, set_file_repack): New methods to get and set file repack status. * All chroot get_keyfile and set_keyfile methods are implemented in terms of the new keyfile::[gs]et_object_(list_)value methods. * sbuild/sbuild-keyfile.h: Add templated static methods for getting and setting key values and list values using pointers to methods of other objects.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 229da789..81c3d96b 100644
--- a/TODO
+++ b/TODO
@@ -44,12 +44,6 @@ PLANNED
like namespace bugs in doxygen. It would be great if we could fix
the code by fully qualifying the namespace where appropriate.
-* Chroot config errors should report the keyfile line number.
-
- This is difficult, because the keyfile parsing is completed, and the
- line numbers are lost. Perhaps the keyfile should cache the line
- numbers during read and recompute on write?
-
* Add API to run multiple commands to replace auth::run().