From: Adam Dickmeiss Date: Mon, 3 May 2010 13:00:00 +0000 (+0200) Subject: update-archive.sh: use /pub/{ubuntu,debian}/override. X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=030966e4fd4ad81ca47c7be1c5e6ef35491ad7ac;p=git-tools-moved-to-github.git update-archive.sh: use /pub/{ubuntu,debian}/override. Using the override gets rid of the annoying source / binary override messages. The override uses this style (.. for missing lines): yaz extra main yazpp extra main yazproxy extra main .. cf extra restricted masterkey-ui-core extra restricted .. --- diff --git a/update-archive/apt-ftparchive.conf.in b/update-archive/apt-ftparchive.conf.in index f8e9fab..f5fa5e9 100644 --- a/update-archive/apt-ftparchive.conf.in +++ b/update-archive/apt-ftparchive.conf.in @@ -5,6 +5,7 @@ // The debian archive should be in the current working dir Dir { ArchiveDir "."; + OverrideDir "."; CacheDir "tmp"; }; @@ -36,7 +37,7 @@ TreeDefault { Tree "dists/@dist@" { Sections "@sections@"; Architectures "source @architectures@"; - SrcOverride "/dev/null"; + SrcOverride "override"; }; // By default all Packages should have the extension ".deb" //Default {