From cf0359b77b03f2b51b18dccdda5a71984e16ba19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 25 Jan 2010 14:55:07 +0100 Subject: Drop --archive and wishlist TODOs --- pbuilder-apt-config | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pbuilder-apt-config') diff --git a/pbuilder-apt-config b/pbuilder-apt-config index 0b1fa6f..56ea807 100755 --- a/pbuilder-apt-config +++ b/pbuilder-apt-config @@ -6,10 +6,6 @@ set -e self="$(basename "$0")" # TODO -# - currently only handles a single --suite or --profile; allow multiple ones? -# - nicer error messages -# - default output when neither --suite nor --profile is set? -# - support getting/setting --archive? # - support setting --mirror-map (for --profile) # - Debian security entries? @@ -158,10 +154,6 @@ while :; do pockets="$2" shift 2 ;; - --archive) - archive="$2" - shift 2 - ;; --profile) if [ -z "$2" ]; then die "Need a profile for --profile" -- cgit v1.2.3