[buildinfo.debian.net] 03/03: No need to sort by version anymore; they are all the same.

Chris Lamb chris at chris-lamb.co.uk
Tue Nov 8 14:29:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit e6d4ef8f14adcfc859066e598bca91af7213420e
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Nov 8 14:26:28 2016 +0000

    No need to sort by version anymore; they are all the same.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 bidb/packages/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bidb/packages/views.py b/bidb/packages/views.py
index 13231a9..27f865c 100644
--- a/bidb/packages/views.py
+++ b/bidb/packages/views.py
@@ -50,7 +50,7 @@ def source_version(request, name, version):
             'architecture__name',
         ),
         lambda x: x.architecture.name,
-        lambda x: x.version,
+        lambda x: x.created,
     )
 
     return render(request, 'packages/source_version.html', {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list