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

Bug#532764: 3 different default values for MIRROR in packages.conf



Package: emdebian-rootfs
Version: 2.0.1
Severity: minor
Tags: patch

In the emsandbox manpage, it says that the default value for MIRROR is:

DEFAULT: http://buildd.emdebian.org/emdebian/

In the example packages.conf, it is:

# DEFAULT: http://www.emdebian.org/emdebian/

In embootstrap script, there's the code:

	if [ ! $MIRROR ]; then
		MIRROR="http://www.emdebian.org/crush/";

I'm assuming that the last is right, and correcting the two firsts in the
patch.

Greetings.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages emdebian-rootfs depends on:
ii  apt                           0.7.21     Advanced front-end for dpkg
ii  apt-cross                     0.13.1     retrieve, build and install librar
ii  binutils-multiarch            2.19.1-1   Binary utilities that support mult
ii  debootstrap                   1.0.13     Bootstrap a basic Debian system
ii  devscripts                    2.10.50    scripts to make the life of a Debi
ii  dpkg-cross                    2.5.2      tools for cross compiling Debian p
ii  emdebian-archive-keyring      2.0.0      GnuPG archive keys for the emdebia
ii  libemdebian-tools-perl        2.0.1      emdebian support library
ii  multistrap                    2.0.1      multiple repository bootstrap base
ii  pbuilder                      0.188      personal package builder for Debia
ii  sudo                          1.7.0-1    Provide limited super user privile
ii  ucf                           3.0018     Update Configuration File: preserv

Versions of packages emdebian-rootfs recommends:
ii  gcc                           4:4.3.3-8  The GNU C compiler

Versions of packages emdebian-rootfs suggests:
pn  deb-gview                     <none>     (no description available)
pn  debian-xcontrol               <none>     (no description available)
ii  minicom                       2.3-1      friendly menu driven serial commun
ii  screen                        4.0.3-13   terminal multiplexor with VT100/AN

-- no debconf information
diff -Nudar emdebian-rootfs-2.0.1.orig/doc/xml/emsandbox.1.xml emdebian-rootfs-2.0.1/doc/xml/emsandbox.1.xml
--- emdebian-rootfs-2.0.1.orig/doc/xml/emsandbox.1.xml	2009-05-25 13:43:29.000000000 -0300
+++ emdebian-rootfs-2.0.1/doc/xml/emsandbox.1.xml	2009-06-11 09:29:30.000000000 -0300
@@ -311,7 +311,7 @@
           <filename>/etc/apt/sources.list</filename> and will also be used by debootstrap to obtain
           all packages for the tarball unless <option>PROXY</option> is also set.
           </para>
-          <para>DEFAULT: http://buildd.emdebian.org/emdebian/</para>
+          <para>DEFAULT: http://www.emdebian.org/crush/</para>
         </listitem>
       </varlistentry>
       <varlistentry>
diff -Nudar emdebian-rootfs-2.0.1.orig/examples/packages.conf emdebian-rootfs-2.0.1/examples/packages.conf
--- emdebian-rootfs-2.0.1.orig/examples/packages.conf	2009-03-29 04:31:36.000000000 -0300
+++ emdebian-rootfs-2.0.1/examples/packages.conf	2009-06-11 09:30:22.000000000 -0300
@@ -41,7 +41,7 @@
 # will be set in /etc/apt/sources.list and will also be used by
 # debootstrap to obtain all packages for the tarball unless
 # PROXY is also set.
-# DEFAULT: http://www.emdebian.org/emdebian/
+# DEFAULT: http://www.emdebian.org/crush/
 MIRROR=
 
 # PROXY specifies a separate repository to pass to debootstrap that may

Reply to: