]> git.deb.at Git - deb/packages.git/commitdiff
Merge branch 'master' into debian-master
authorFrank Lichtenheld <frank@lichtenheld.de>
Fri, 2 May 2008 12:59:33 +0000 (14:59 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Fri, 2 May 2008 12:59:33 +0000 (14:59 +0200)
1  2 
config.sh.sed.in
templates/config.tmpl

diff --combined config.sh.sed.in
index 5d58e8413421b568090defa2062afa7199e255c9,9fddcb86a605d79d2d78744a11d3bd315f755346..7feedbce79abbddd2ca932868056ffaa0ff617d1
@@@ -19,7 -19,7 +19,7 @@@ cachedir=${topdir}/cach
  # unset this if %SITE% moves somewhere where the packages files
  # cannot be obtained locally
  #
 -#localdir=/org/ftp.debian.org/debian
 +localdir=/org/ftp.root/debian
  
  # path to private ftp directory
  #ftproot=/org/ftp.root
@@@ -32,9 -32,12 +32,12 @@@ amd64_ftpsite=http://amd64.debian.net/d
  debports_ftpsite=http://ftp.debian-ports.org/debian
  ddtp_ftpsite=http://ddtp.debian.net/debian
  
- wget_cmd="wget --no-verbose --tries=2 --timeout=60" 
+ wget_cmd="wget --no-verbose --tries=2 --timeout=60"
+ check_release_cmd="perl -I${libdir} ${bindir}/check-release --verbose --ignoremissing --keyring ${configdir}/trusted.gpg"
  
+ # URLs that need to be known in the code (as opposed to the templates)
  root=""
+ search_url="/search"
  
  # Architectures
  #
diff --combined templates/config.tmpl
index addbd8df4403a499319425a72a8c6bcf8142b2f0,3e91e260cd513291ed95b3d9b1b75f59571991a8..f7392b8953cf5cdb89988c50a6d2cdbdbe0f91b5
@@@ -5,9 -5,9 +5,9 @@@
  
     organisation = 'Debian'
     project_homepage = 'http://www.debian.org/'
 -   packages_homepage = 'http://packages.debian.net/'
 +   packages_homepage = 'http://packages.debian.org/'
     searchformurl = packages_homepage
-    search_url = '/'
+    search_url = '/search'
     tags_url = 'http://debtags.alioth.debian.org/'
     bugs_url = 'http://bugs.debian.org/'
     pts_url = 'http://packages.qa.debian.org/'
@@@ -50,9 -50,8 +50,9 @@@
  -%]
  [%-
     # possible values for importance: high, normal, low
 -   sitewidemsg = { importance => "high",
 -                 txt => g('Please note that this is an experimental version of <a href="http://%s/">%s</a>. Errors and obsolete information should be expected', 'packages.debian.org', 'packages.debian.org') }
 +#   sitewidemsg = { importance => "high",
 +#                txt => g('Please note that this is an experimental version of <a href="http://%s/">%s</a>. Errors and obsolete information should be expected', 'packages.debian.org', 'packages.debian.org') }
 +#                txt => "Site maintainance in progress, some temporary problems might occour." }
  -%]
  [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
  [%- USE num = Number.Format( decimal_point => g('.'),