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

Bug#630604: marked as done (LB_PARENT_ARCHIVE_AREAS default handling is wrong)



Your message dated Wed, 29 Jun 2011 04:47:12 +0000
with message-id <E1QbmgC-0005pF-Bx@franck.debian.org>
and subject line Bug#630604: fixed in live-build 3.0~a22-1
has caused the Debian Bug report #630604,
regarding LB_PARENT_ARCHIVE_AREAS default handling is wrong
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
630604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630604
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-build
Version: 3.0~a21-1
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch oneiric

--parent-archive-areas seems to be broken, because the default for
LB_PARENT_ARCHIVE_AREAS checks whether LB_ARCHIVE_AREAS is already set,
not whether LB_PARENT_ARCHIVE_AREAS is already set.  Patch attached.

(Or is --parent-archive-areas deprecated?  I notice that it isn't
documented.  But then, why does the LB_MODE=progress case do
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-main}"?)

Thanks,

-- 
Colin Watson                                       [cjwatson@ubuntu.com]
>From c9a8f67ca04635069263ff735ff6e69897e8380b Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@canonical.com>
Date: Wed, 15 Jun 2011 15:15:34 +0100
Subject: [PATCH] Fix default for LB_PARENT_ARCHIVE_AREAS.

---
 functions/defaults.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 67b34e4..d026996 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -550,12 +550,12 @@ Set_defaults ()
 			;;
 
 		ubuntu)
-			LB_PARENT_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main restricted}"
+			LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-main restricted}"
 			LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-${LB_PARENT_ARCHIVE_AREAS}}"
 			;;
 
 		*)
-			LB_PARENT_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main}"
+			LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-main}"
 			LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-${LB_PARENT_ARCHIVE_AREAS}}"
 			;;
 	esac
-- 
1.7.5.4


--- End Message ---
--- Begin Message ---
Source: live-build
Source-Version: 3.0~a22-1

We believe that the bug you reported is fixed in the latest version of
live-build, which is due to be installed in the Debian FTP archive:

live-build-cgi_3.0~a22-1_all.deb
  to main/l/live-build/live-build-cgi_3.0~a22-1_all.deb
live-build_3.0~a22-1.debian.tar.gz
  to main/l/live-build/live-build_3.0~a22-1.debian.tar.gz
live-build_3.0~a22-1.dsc
  to main/l/live-build/live-build_3.0~a22-1.dsc
live-build_3.0~a22-1_all.deb
  to main/l/live-build/live-build_3.0~a22-1_all.deb
live-build_3.0~a22.orig.tar.gz
  to main/l/live-build/live-build_3.0~a22.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 630604@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <daniel@debian.org> (supplier of updated live-build package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


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

Format: 1.8
Date: Wed, 29 Jun 2011 06:18:11 +0200
Source: live-build
Binary: live-build live-build-cgi
Architecture: source all
Version: 3.0~a22-1
Distribution: experimental
Urgency: low
Maintainer: Debian Live Project <debian-live@lists.debian.org>
Changed-By: Daniel Baumann <daniel@debian.org>
Description: 
 live-build - Debian Live - System Build Scripts
 live-build-cgi - Debian Live - System Build Scripts (cgi frontend)
Closes: 630464 630604 630919
Changes: 
 live-build (3.0~a22-1) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Using -wildcards option when calling mksquashfs with an excludes
     file.
 .
   [ Colin Watson ]
   * Make --architectures armel only fail if --linux-flavours was not
     passed (Closes: #630464).
 .
   [ Daniel Baumann ]
   * Renaming repositories option to archives for consistency with
     debian-policy terminology.
   * Renaming chroot_sources script to chroot_archives for consistency
     with debian-policy terminology.
   * Unifying config/chroot_archives and config/archives, now only using
     config/archives.
   * Setting default distribution to wheezy (at least until #622838 is
     handled).
   * Changing archives key suffix from .gpg to .key.
   * Using .list suffix in config/archives.
   * Unifying config/chroot_local-packagelists and config/binary_local-
     packagelists.
   * Moving internal global package lists from 'lists' to 'package-
     lists'. This is not a user visible change.
   * Moving config/chroot_local-tasklists/*.list to config/task-
     lists/*.chroot.list, analogue to config/package-lists.
   * Since we don't have global tasks anymore, renaming lb_chroot_local-
     tasklists to lb_chroot_task-lists.
   * Since we don't have global packages anymore, renaming
     lb_chroot_local-packages to lb_chroot_packages and
     config/chroot_local-packages to config/chroot_packages.
 .
   [ Colin Watson ]
   * Fix default for LB_PARENT_ARCHIVE_AREAS (Closes: #630604).
 .
   [ Daniel Baumann ]
   * Correct rmdir call in top-level Makefiles uninstall target to not
     fail if there was no prior live-build installation.
   * Adjust name of archives directory in config tree.
   * Removing forgotten reference to chroot_packages in lb_chroot.
   * Correct keyring packages temporary workaround to not fail when
     aptitude is selected (Closes: #630919).
   * Making copyright file distribution neutral.
   * Making copyright headers distribution neutral.
   * Making help message about missing po4a in manpages makefile
     distribution neutral.
Checksums-Sha1: 
 e153f7c7dac7a420fed116fdb7d7831a6ac4a2b2 1282 live-build_3.0~a22-1.dsc
 4e45ae32a035bbfeafc54c43e732bd88d4d87e3e 1885736 live-build_3.0~a22.orig.tar.gz
 4927d652c21be1dcf29562225bc1eb3e427e2276 42393 live-build_3.0~a22-1.debian.tar.gz
 c66c0b18fc160e1232d3176b301992f94bb06929 1132938 live-build_3.0~a22-1_all.deb
 ca02cd01ed3ccd0f90533f3c8fad67cf70880f84 58804 live-build-cgi_3.0~a22-1_all.deb
Checksums-Sha256: 
 16d697f321f6fe8a1019ac351fa83b8b860734691ac6a6dd0c88a1766cc0e1f3 1282 live-build_3.0~a22-1.dsc
 a0cfa0701de54d3c7dc48c0bfe957391a12e17d16b18df8b8ddc18a347bc21e6 1885736 live-build_3.0~a22.orig.tar.gz
 2295ded11c71e41d47f488b8e49e1e6395803d9796688d5e3b89e43b50070f5e 42393 live-build_3.0~a22-1.debian.tar.gz
 a90f447195717b3013cfb62ce5165412f256cdaf9dcf5445dca095d5f4b8efe7 1132938 live-build_3.0~a22-1_all.deb
 99213d1c5ad80cabcb3678e516b9e426c6c7536516b7ddb22a8cae85e6db1bb9 58804 live-build-cgi_3.0~a22-1_all.deb
Files: 
 7b2f5bfb90e11559de90c1d967f040d7 1282 misc optional live-build_3.0~a22-1.dsc
 7f8fe0b503fdecf06a3350d28c94e168 1885736 misc optional live-build_3.0~a22.orig.tar.gz
 389f639592880c109b9c6894431d0fd4 42393 misc optional live-build_3.0~a22-1.debian.tar.gz
 bcd18f2e8eac94c8317d959f18745579 1132938 misc optional live-build_3.0~a22-1_all.deb
 39112eab72103052e27a91896c550861 58804 misc optional live-build-cgi_3.0~a22-1_all.deb

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

iEYEARECAAYFAk4KqlAACgkQ+C5cwEsrK57r4gCgzbFNichkyrQoIVTlOcri1pXF
dbYAoMLEyHuHD6XearMTrtGCBLBxjTZh
=z2XM
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: