Commit fa965c32 authored by Colin Watson's avatar Colin Watson
Browse files

Skip the option field in sources.list lines, if present.

parent bdd6ca08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ get_mirrors() {
		[ -s $file ] || continue
		grep '^deb[[:space:]]' $file | \
		   grep -v '^deb[[:space:]]\+cdrom:' | \
		   sed 's,^deb \[[^]]*\] ,deb ,' | \
		   grep -v '\(security.debian.org\|volatile.debian.\(net\|org\)\)' | \
		   grep '[[:space:]]main' | \
		   awk '{print $1 " " $2}' | \
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ debian-installer (2011xxxx) UNRELEASED; urgency=low
  * Document Breaks as a disallowed control field.
  * Install /var/lib/dpkg/info/$(dpkg --print-architecture) -> . symlink so
    that images build correctly in the presence of multiarch dpkg.
  * Skip the option field in sources.list lines, if present.

 -- Jurij Smakov <jurij@debian.org>  Mon, 24 Jan 2011 21:27:36 +0000