[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#348509: marked as done (add support for local archives)



Your message dated Tue, 28 Mar 2006 17:41:51 +0100
with message-id <20060328164151.GF29491@riva.ucam.org>
and subject line [cjwatson@debian.org: Fixed in NMU of apt-setup 1:0.8]
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apt-setup
Version: 0.5

It would be nice to have support for local archives in apt-setup. Here's a simple patch for that. Currently it supports only one repository because it doesn't (well, I don't) know how to parse the string into multiple entries. Maybe something like a ';' could be the delimiter?

debian-installer/packages/apt-setup/generators/95local:
#!/bin/sh
set -e

. /usr/share/debconf/confmodule

file="$1"

db_get apt-setup/local
local="$RET"

echo >> $file
if [ -n $local ]; then
        cat >> $file <<EOF
## The local repository
$local
EOF


--- debian/apt-mirror-setup.templates.orig 2006-01-17 14:13:33.531371000 +0200 +++ debian/apt-mirror-setup.templates 2006-01-17 14:18:25.212208000 +0200
@@ -35,3 +35,8 @@
network, or with the mirror. You can choose to retry the download, select
  a different mirror, or ignore the problem and continue without all the
  packages from this mirror.
+
+Template: apt-setup/local
+Type: string
+_Description: Local archive(s) to be added in sources.list
+



--- End Message ---
--- Begin Message ---
Not an NMU.

-- 
Colin Watson                                       [cjwatson@debian.org]

----- Forwarded message from Colin Watson <cjwatson@debian.org> -----

From: Colin Watson <cjwatson@debian.org>
To: control@bugs.debian.org
Cc: Colin Watson <cjwatson@debian.org>,
	Debian Install System Team <debian-boot@lists.debian.org>
X-Katie: $Revision: 1.65 $
Subject: Fixed in NMU of apt-setup 1:0.8
Date: Tue, 28 Mar 2006 08:32:07 -0800
Delivered-To: cjwatson@master.debian.org
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on 
	riva.pelham.vpn.ucam.org
X-Spam-Status: No, score=-0.0 required=4.5 tests=AWL,BAYES_50 autolearn=no 
	version=3.0.3

tag 348509 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload.  The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 28 Mar 2006 17:14:50 +0100
Source: apt-setup
Binary: apt-mirror-setup apt-cdrom-setup apt-setup-udeb
Architecture: source all
Version: 1:0.8
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description: 
 apt-cdrom-setup - set up a CD in sources.list (udeb)
 apt-mirror-setup - set up a mirror in sources.list (udeb)
 apt-setup-udeb - Configure apt (udeb)
Closes: 348509
Changes: 
 apt-setup (1:0.8) unstable; urgency=low
 .
   * Add support for preseeding local archives to be appended to
     sources.list, based on a patch by Timo Aaltonen (closes: #348509).
 .
   [ Updated translations ]
   * German (de.po) by Jens Seidel
   * Irish (ga.po) by Kevin Patrick Scannell
   * Khmer (km.po) by hok kakada
Files: 
 d71a9d5a241aa26cc5f8dc8542f009f0 617 debian-installer extra apt-setup_0.8.dsc
 eedfe58f7d172df818bfc4557dab3ca0 82028 debian-installer extra apt-setup_0.8.tar.gz
 6b3821059d69ebd8c7141c79a5318f80 13778 debian-installer standard apt-setup-udeb_0.8_all.udeb
 7e52bf5cf241da29d2a9d508ff016d31 25744 debian-installer extra apt-mirror-setup_0.8_all.udeb
 5ac12d7e63cc001e6d284a0e6870c9b4 5216 debian-installer extra apt-cdrom-setup_0.8_all.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEKWGH9t0zAhD6TNERAgGVAJ4/im9IroVeo5rshsu+TCOTSXgEjQCdEXvy
NzE2/Vy3LhVJIb78Hb6X9hc=
=Iw67
-----END PGP SIGNATURE-----



----- End forwarded message -----

--- End Message ---

Reply to: