aboutsummaryrefslogtreecommitdiff
path: root/templates/html/homepage.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/homepage.tmpl')
-rw-r--r--templates/html/homepage.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index 152963e..4c05b4a 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -7,17 +7,17 @@
[%-
all_suites = [ 'lucid', 'lucid-updates', 'lucid-backports',
'precise', 'precise-updates', 'precise-backports',
- 'quantal', 'quantal-updates', 'quantal-backports',
'raring', 'raring-updates', 'raring-backports',
'saucy', 'saucy-updates', 'saucy-backports',
- 'trusty' ]
+ 'trusty', 'trusty-updates', 'trusty-backports',
+ 'utopic' ]
version_numbers = { lucid => '10.04LTS',
precise => '12.04LTS',
- quantal => '12.10',
raring => '13.04',
saucy => '13.10',
+ trusty => '14.04LTS',
}
- current_release = 'saucy'
+ current_release = 'trusty'
all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
all_architectures = [ 'i386', 'amd64', 'powerpc' ]
-%]
@@ -131,6 +131,8 @@ Distribution:
<hr>
<h2>News</h2>
<dl>
+<dt>2013-04-29</dt>
+<dd>Reflect trusty release, add utopic, remove quantal.</dd>
<dt>2013-10-24</dt>
<dd>Reflect saucy release, add trusty.</dd>
<dt>2013-04-30</dt>