aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-apt-config
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-apt-config')
-rwxr-xr-xpbuilder-apt-config8
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"