From 9987bdcc1a4e94e0d86d8d2632f9fa132a7800a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Nov 2013 17:21:06 +0100 Subject: [PATCH] Updating todos in python stubs. --- components/bootstrap-cdebootstrap | 4 ++-- components/bootstrap-debootstrap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/bootstrap-cdebootstrap b/components/bootstrap-cdebootstrap index 1ac038329..6649423fa 100755 --- a/components/bootstrap-cdebootstrap +++ b/components/bootstrap-cdebootstrap @@ -21,8 +21,8 @@ import sys # * logfile output # * lockfile handling # * use gettext for i18n -# * cdebootstrap-options from config -# * take mirrors from config/archives/debian.{bootstrap,chroot} +# * cdebootstrap-options from config/options/cdebootstrap +# * take mirrors from config/archives/mirror.{bootstrap,chroot} def main(): ## Parsing Arguments diff --git a/components/bootstrap-debootstrap b/components/bootstrap-debootstrap index 118ec2b0f..123aab1c3 100755 --- a/components/bootstrap-debootstrap +++ b/components/bootstrap-debootstrap @@ -21,8 +21,8 @@ import sys # * logfile output # * lockfile handling # * use gettext for i18n -# * debootstrap-options from config -# * take mirrors from config/archives/debian.{bootstrap,chroot} +# * debootstrap-options from config/options/debootstrap +# * take mirrors from config/archives/mirror.{bootstrap,chroot} def main(): ## Parsing Arguments