summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-06-26 21:37:06 +0000
committerRoger Leigh <rleigh@debian.org>2006-06-26 21:37:06 +0000
commit934673faadba1318e191658041656a921e38cf3c (patch)
tree4341efae74ba73487b53860b7777239f1ba15c09 /TODO
parentc7a6a4a3cdc2bc6fe75a9290c9282e3e6955d5ab (diff)
downloadschroot-934673faadba1318e191658041656a921e38cf3c.tar.gz
* sbuild/sbuild-session.cc (is_group_member): Rather than exiting
with failure status, warn and return false, or throw an exception.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index b088b8c8..b9472cfb 100644
--- a/TODO
+++ b/TODO
@@ -11,11 +11,6 @@ PENDING
* Update documentation schroot.conf examples.
-* sbuild-session unnnamed namespace helper routines shouldn't exit
-
- They should throw an exception instead. Need to check suitable
- catch blocks are in place.
-
* Review quoting style.
Use of single and double quotes in strings is inconsistent. Needs