]> git.deb.at Git - deb/packages.git/commitdiff
Merge branch 'master' into ubuntu-master
authorFrank Lichtenheld <frank@lichtenheld.de>
Fri, 2 May 2008 15:14:38 +0000 (17:14 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Fri, 2 May 2008 15:14:38 +0000 (17:14 +0200)
Conflicts:

cron.d/100syncarchive_amd64
cron.d/100syncarchive_backports
cron.d/100syncarchive_debports
cron.d/100syncarchive_m68k
cron.d/100syncarchive_volatile
templates/html/head.tmpl
templates/html/show.tmpl

1  2 
config.sh.sed.in
cron.d/100syncarchive
templates/config.tmpl
templates/html/download.tmpl
templates/html/foot.tmpl
templates/html/head.tmpl
templates/html/show.tmpl

index edfbc3eaa796946d110a93111843371c22af582e,9fddcb86a605d79d2d78744a11d3bd315f755346..2eb47b7472c30281858e9b8afd37160e1d17f3c6
@@@ -24,13 -24,20 +24,16 @@@ cachedir=${topdir}/cach
  # path to private ftp directory
  #ftproot=/org/ftp.root
  
 -ftpsite=http://ftp.de.debian.org/debian
 -security_ftpsite=http://security.debian.org/debian-security
 -volatile_ftpsite=http://volatile.debian.org/debian-volatile
 -backports_ftpsite=http://backports.org/debian
 -amd64_ftpsite=http://amd64.debian.net/debian
 -debports_ftpsite=http://ftp.debian-ports.org/debian
 -ddtp_ftpsite=http://ddtp.debian.net/debian
 +ftpsite=http://archive.ubuntu.com/ubuntu
 +security_ftpsite=http://archive.ubuntu.com/ubuntu
 +#ddtp_ftpsite=http://archive.ubuntu.com/ubuntu
  
- 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
  #
index f71f8168526ded38cbbc4dd21ef56139682b1573,cb6f18c2869067e794a6b69b9768b99217bfa8d5..3f2008a24cfde58564f4ad8bb42e4b1c50a2ca84
@@@ -99,6 -111,8 +103,8 @@@ d
          echo retrieve Sources $dist/$part/security
          test -d security/${dist}/${part}/source || mkdir -p security/${dist}/${part}/source
          (cd security/${dist}/${part}/source &&
 -            $wget_cmd -N ${security_ftpsite}/dists/${dist}/updates/${part}/source/Sources.gz)
 +            $wget_cmd -N ${security_ftpsite}/dists/${dist}-security/${part}/source/Sources.gz)
      done
+     $check_release_cmd $archivedir/security/${dist}/Release
  done
index 11d04044c1ba86430fece6fa66f8d91d9ee95a5e,3e91e260cd513291ed95b3d9b1b75f59571991a8..6a24629e418d856f7484eb4b184db6036e257408
@@@ -3,14 -3,13 +3,14 @@@
     po_lang = 'en'
     ddtp_lang = 'en'
  
 -   organisation = 'Debian'
 -   project_homepage = 'http://www.debian.org/'
 -   packages_homepage = 'http://packages.debian.net/'
 +   organisation = 'Ubuntu'
 +   project_homepage = 'http://www.ubuntu.com/'
 +   packages_homepage = 'http://packages.ubuntu.com/'
     searchformurl = packages_homepage
-    search_url = '/'
+    search_url = '/search'
     tags_url = 'http://debtags.alioth.debian.org/'
     bugs_url = 'http://bugs.debian.org/'
 +   launchpad_url = 'https://launchpad.net/distros/ubuntu/+source/'
     pts_url = 'http://packages.qa.debian.org/'
     ddpo_url = 'http://qa.debian.org/developer.php?login='
     src_bugs_url = bugs_url _ 'src:'
Simple merge
Simple merge
index 8fbe1b7d2ebf6de16798133f7dd68000d2667bc2,1cc5d1fc1dde7fb530effe50a8a9115140c341d6..3d48771edb36ac3561b7a050fba2aec0b34bd100
@@@ -39,8 -36,7 +39,8 @@@
  [%- IF print_search_field %]
  [% checked = 'checked="checked"'
     selected = 'selected="selected"' %]
- <form method="GET" action="/search">
 +<div id="search">
+ <form method="GET" action="[% search_url %]">
  <div id="hpacketsearch">
  [% IF search_field_values.mode %]<input type="hidden" name="mode" value="[% search_field_values.mode %]">[% END %]
  [% IF search_field_values.sort_by %]<input type="hidden" name="sort_by" value="[% search_field_values.sort_by %]">[% END %]
Simple merge