diff options
author | Dan McGee <dan@archlinux.org> | 2014-01-26 12:55:33 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-01-26 12:55:33 -0600 |
commit | 4a5714fba769c83724f29578d573f0b4096eb332 (patch) | |
tree | 1ce106c97bfa33c175280052bd4b3460b38fa4ee /templates | |
parent | 3faeab7d548552bfaa6719b75be9b6450b5031bd (diff) |
Revert "Change old packages report from two years to one year"
This reverts commit 8d3a1a1c504a70dd23d36c3ed5be0ebcd2f7a86d.
Turns out we aren't updating packages quite as often anymore. There are
currently 1900+ packages in the repos built more than one year ago.
Signed-off-by: Dan McGee <dan@archlinux.org>
Conflicts:
devel/views.py
Diffstat (limited to 'templates')
-rw-r--r-- | templates/devel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index c0c437a6..a4503102 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -150,7 +150,7 @@ <h3>Developer Reports</h3> <ul> <li><a href="reports/old/">Old</a>: - Packages last built more than one year ago + Packages last built more than two years ago (<a href="reports/old/{{ user.username }}/">yours only</a>)</li> <li><a href="reports/long-out-of-date/">Long Out-of-date</a>: Packages marked out-of-date more than 90 days ago |