diff options
author | Roger Leigh <rleigh@debian.org> | 2006-06-29 22:35:13 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-06-29 22:35:13 +0000 |
commit | 13b7fc6d73facc5d8834967f7b33a875d4053759 (patch) | |
tree | df1dd3417577c3c5ca6f31fa0eb4e1057dd4d4a3 /TODO | |
parent | 4e5a65e7fedf3c0c7651ae00d8a7cabc87c0642f (diff) | |
download | schroot-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-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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(). |