[Pkg-debile-commits] [debile-web] 04/06: Added display for APT source package URL

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 20:40:07 UTC 2013


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

leo.cavaille-guest pushed a commit to branch master
in repository debile-web.

commit d2da0289035caaf7531e230c0c941fbedcb0f28f
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Aug 17 08:40:23 2013 +0200

    Added display for APT source package URL
---
 debuild/blueprints/frontend.py |    4 +++-
 templates/hacker.html          |    5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debuild/blueprints/frontend.py b/debuild/blueprints/frontend.py
index f626910..7879e65 100644
--- a/debuild/blueprints/frontend.py
+++ b/debuild/blueprints/frontend.py
@@ -302,11 +302,13 @@ def hacker(hacker_login):
     ur = UserRepository(user)
     dput_upload_profile = ur.generate_dputprofile()
     apt_binary_list = ur.generate_aptbinarylist()
+    apt_source_list = ur.generate_aptsourcelist()
 
     return render_template('hacker.html', **{
         "hacker": user,
         "dput_upload_profile": dput_upload_profile,
-        "apt_binary_list": apt_binary_list
+        "apt_binary_list": apt_binary_list,
+        "apt_source_list": apt_source_list
     })
 
 
diff --git a/templates/hacker.html b/templates/hacker.html
index 2d12ead..423fe52 100644
--- a/templates/hacker.html
+++ b/templates/hacker.html
@@ -23,4 +23,9 @@ Choose to add one of the following mirrors to <strong>/etc/apt/sources.list.d/de
 {{apt_binary_list}}
 </pre>
 
+<h2>Re-get the latest version of your source packages with APT</h2>
+Add the following mirrors to <strong>/etc/apt/sources.list.d/debile.list</strong>
+<pre>
+{{apt_source_list}}
+</pre>
 {% endblock %}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list