From: Frank Lichtenheld Date: Sat, 31 Jan 2009 18:54:53 +0000 (+0000) Subject: Merge commit 'alioth/debian-master' into debian-master X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=7225f204a603002f4c3bc70b1a1eb94cbf638701;hp=c735c12490fbb7684bf186c31235a3ebdc25f617;p=deb%2Fpackages.git Merge commit 'alioth/debian-master' into debian-master --- diff --git a/bin/create_mirror b/bin/create_mirror index da17e90..e9cdf05 100755 --- a/bin/create_mirror +++ b/bin/create_mirror @@ -44,8 +44,8 @@ do --exclude '*.new' --exclude '*.sed.in' \ --exclude '*.slices' --exclude '*~' \ --exclude '*.lock' --exclude '*.ttc' --exclude 'logs/' \ - --exclude 'packages/*/' --exclude 'changelogs.*' \ - --exclude 'changelogs/**/log' \ + --exclude 'packages/*/' --exclude 'changelogs.*.dump' \ + --exclude 'changelogs.cache' --exclude 'changelogs/**/log' \ --exclude "/auto" --exclude "/Search" --exclude "/perl" \ --delete-excluded --delete-after \ "$topdir/$d/" "$new/$d/" diff --git a/bin/daily.sed.in b/bin/daily.sed.in index 7207bfb..fe220b5 100755 --- a/bin/daily.sed.in +++ b/bin/daily.sed.in @@ -55,4 +55,5 @@ fi date $topdir/bin/create_mirror $topdir +sudo -H -u archvsync /home/archvsync/bin/pushpdo & date diff --git a/static/about/index.tmpl b/static/about/index.tmpl index 78eb26a..5d25ca0 100644 --- a/static/about/index.tmpl +++ b/static/about/index.tmpl @@ -93,6 +93,10 @@ Copyright (C) 2006 Jeroen van Wolffelaar <jeroen@wolffelaar.nl> Copyright (C) 2006, 2007 Frank Lichtenheld <frank@lichtenheld.de> +

Sponsors

+ +

See our separate Sponsors page

+ [% PROCESS 'html/foot.tmpl' langs.size = 0 footer.doNotDisplayCopyright = 1 %] diff --git a/static/about/sponsors.tmpl b/static/about/sponsors.tmpl new file mode 100644 index 0000000..4edc405 --- /dev/null +++ b/static/about/sponsors.tmpl @@ -0,0 +1,30 @@ +[% PROCESS 'html/head.tmpl' + title_tag = "$organisation Packages - Sponsors" + page_title = "$organisation Packages - Sponsors" + keywords = "$organisation, Sponsoring, Hardware, Hosting" +%] + +

Sponsors of packages.debian.org

+ +

Providing this popular service wouldn't be possible +without the help of the following companies and organisations:

+ + + + + + + + + + + + + + + + +
Machine Purpose Sponsor Hardware Sponsor Hosting
powell.debian.orgMain Web/Data Server, Mail Handling1&1 Internet AG
piatti.debian.orgMirrorHewlett-PackardUniversity of Helsinki - Department of Computer Science
+ +[% PROCESS 'html/foot.tmpl' + langs.size = 0 %] diff --git a/static/packages-site.css b/static/packages-site.css index 420506e..7254f37 100644 --- a/static/packages-site.css +++ b/static/packages-site.css @@ -2,3 +2,16 @@ .lenny-volatile, .lenny-backports { font-size: smaller; } + +table#sponsorslist { + text-align: center; + border: 1px solid black; + padding: 1em; + border-collapse: collapse; + empty-cells: show; +} + +#sponsorslist th, #sponsorslist td { + border: 1px solid black; + padding: .5em; +}