aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS11
-rw-r--r--mgapeople.conf2
-rw-r--r--tmpl/index.html2
-rw-r--r--tmpl/user.html9
5 files changed, 22 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5c5f27c..526c95d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.6
+VERSION=0.8
BINFILES=mkpeople
CFGFILES=mgapeople.conf
diff --git a/NEWS b/NEWS
index a66aaac..b75893b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.8
+- Add links to autobuilds & pkgsubmit on the user page
+- Switch remaining http: links to https:
+
+Version 0.7
+
+- Added a link to check.mageia.org on the user page
+- Fixed svnweb links
+- Link to svnweb when displaying package names
+- Switch to https: links explicitly for absolute URLs
+
Version 0.6
- correct URL after git conversion.
diff --git a/mgapeople.conf b/mgapeople.conf
index 500c51e..5ff52be 100644
--- a/mgapeople.conf
+++ b/mgapeople.conf
@@ -7,7 +7,7 @@ output_format:
- html
- txt
tmpl_dir: /usr/share/mgapeople/tmpl
-maintdburl: http://pkgsubmit.mageia.org/data/maintdb.txt
+maintdburl: https://pkgsubmit.mageia.org/data/maintdb.txt
sitename: people.mageia.org
staticdir_url: /static
links_protocol: https://
diff --git a/tmpl/index.html b/tmpl/index.html
index c9235c0..affca0c 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -13,7 +13,7 @@
<h2><a href="u/">Users</a></h2>
- Source code for this website is available on <a href="http://gitweb.mageia.org/software/infrastructure/mgapeople/">git://git.mageia.org/software/infrastructure/mgapeople</a>.
+ Source code for this website is available on <a href="https://gitweb.mageia.org/software/infrastructure/mgapeople/">git://git.mageia.org/software/infrastructure/mgapeople</a>.
</div>
</body>
</html>
diff --git a/tmpl/user.html b/tmpl/user.html
index d75cb6e..863d93b 100644
--- a/tmpl/user.html
+++ b/tmpl/user.html
@@ -23,9 +23,16 @@
[% END %]
</li>
</ul>
+
+ <h3>Reports</h3>
+ <ul>
+ <li><a href="https://pkgsubmit.mageia.org/autobuild/results.php?maintainer=[% users.$user.uid.0 %]">Failing autobuilds</a></li>
+ <li><a href="https://check.mageia.org/cauldron/[% users.$user.uid.0 %]/">QA Report</a></li>
+ <li><a href="https://pkgsubmit.mageia.org/?user=[% users.$user.uid.0 %]">Recently-built packages</a></li>
+ </ul>
+
[% IF maintdb.$login %]
<h3>[% users.$user.cn.0 %] is maintaining [% maintdb.$login.size %] packages</h3>
- <a href="https://check.mageia.org/cauldron/[% users.$user.uid.0 %]/">QA Report</a>
<ul>
[% FOREACH pkg IN maintdb.$login %]
<li>