]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] This site is packages.ubuntu.com now
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 19 Feb 2008 23:15:30 +0000 (00:15 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 19 Feb 2008 23:15:30 +0000 (00:15 +0100)
conf/apache.conf.sed.in
setup-site.conf
static/index.tmpl
templates/config.tmpl

index 8e8e2cc883e079edaa7bfdb71fab57e26bd39345..c79e41ec4fc000b7bdcda1b71c43b3eaa94a0a7f 100644 (file)
 
 </VirtualHost>
 
-#<VirtualHost *>
-#   ServerAdmin frank@lichtenheld.de
-#   DocumentRoot %TOPDIR%/www/
-#   ServerName packages.ubuntu.net
-#   ServerAlias packages.ubuntulinux.org
-#   ErrorLog /var/log/apache2/%SITE%-error.log
-#   CustomLog /var/log/apache2/%SITE%-access.log combined
-#
-#   ScriptAlias /cgi-bin %TOPDIR%/cgi-bin/
-#
-#   RedirectMatch permanent (.*) http://%SITE%$1
-#</VirtualHost>
+<VirtualHost *>
+   ServerAdmin frank@lichtenheld.de
+   DocumentRoot %TOPDIR%/www/
+   ServerName packages.ubuntu.net
+   ServerAlias packages.ubuntulinux.org
+   ErrorLog /var/log/apache2/%SITE%-error.log
+   CustomLog /var/log/apache2/%SITE%-access.log combined
+
+   ScriptAlias /cgi-bin %TOPDIR%/cgi-bin/
+
+   RedirectMatch permanent (.*) http://%SITE%$1
+</VirtualHost>
 
index 4cf450274510301ab55bd972bad11dddb7489a60..3537636dc92c5970ab75133e0ad78d5ba351f043 100644 (file)
@@ -1,2 +1,2 @@
-topdir=/srv/packages.ubuntu.com-new
-site=packages2.ubuntu.lichtenheld.net
+topdir=/srv/packages.ubuntu.com
+site=packages.ubuntu.com
index 2b609ba7a348bd90fbb958ac10bb0c136b2d4466..8932134327d28f6481497380c7031d396cfb9f96 100644 (file)
@@ -129,6 +129,16 @@ Display:
 <hr>
 <h2>News</h2>
 <dl>
+<dt>2008-02-19</dt>
+<dd>
+<p>Switched packages.ubuntu.com to the newer codebase that also runs
+on packages.debian.org. The two most important changes for users
+are that most pages are now generated dynamically (which makes
+for faster updates and more flexibility) and that the search
+functions should be much faster now.
+<p>Still waiting for a volunteer that optimizes the used stylesheets,
+I myself have not much talent in this area...
+</dd>
 <dt>2007-10-21</dt>
 <dd>
 Add hardy.
index 9b71c474e604e39f24fd2e9f39d5465d501645b9..8cc3a273d37a42bb33f0b087a15d94c78efd03f5 100644 (file)
@@ -5,7 +5,7 @@
 
    organisation = 'Ubuntu'
    homepage = 'http://www.ubuntu.com/'
-   packages_homepage = 'http://packages.ubuntu.lichtenheld.net/'
+   packages_homepage = 'http://packages.ubuntu.com/'
    searchformurl = packages_homepage
    search_url = '/'
    tags_url = 'http://debtags.alioth.debian.org/'
@@ -52,7 +52,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.ubuntu.com', 'packages.ubuntu.com') }
+                  txt => 'Site switched to completly new codebase. Please report any problems.' }
+#   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.ubuntu.com', 'packages.ubuntu.com') }
 -%]
 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
 [%- USE num = Number.Format( decimal_point => g('.'),