diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-25 14:55:07 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-25 14:55:07 +0100 |
commit | cf0359b77b03f2b51b18dccdda5a71984e16ba19 (patch) | |
tree | 2c039a7ac0ada426babb28a6dd2f7b20ab57bd8c /pbuilder-apt-config | |
parent | 3047929b9fc9f8ed61b77913d95e09a663f68762 (diff) | |
download | pbuilder-cf0359b77b03f2b51b18dccdda5a71984e16ba19.tar pbuilder-cf0359b77b03f2b51b18dccdda5a71984e16ba19.tar.gz |
Drop --archive and wishlist TODOs
Diffstat (limited to 'pbuilder-apt-config')
-rwxr-xr-x | pbuilder-apt-config | 8 |
1 files changed, 0 insertions, 8 deletions
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" |