All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] rel-html: fix url for next signature.
@ 2015-04-30 17:10 Hauke Mehrtens
  2015-04-30 17:10 ` [PATCH 2/2] rel-html: update backports versions Hauke Mehrtens
  0 siblings, 1 reply; 3+ messages in thread
From: Hauke Mehrtens @ 2015-04-30 17:10 UTC (permalink / raw)
  To: mcgrof; +Cc: backports, Hauke Mehrtens

The link to the signature of the next tarball was missing a slash.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 rel-html.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel-html.py b/rel-html.py
index 0a48ea0..7977b4c 100755
--- a/rel-html.py
+++ b/rel-html.py
@@ -1185,7 +1185,7 @@ class rel_html_gen(HTMLParser):
                              (r.get('url'), r.get('rel')))
             if (not r.get('ignore_signature')):
                 sys.stdout.write('\t\t\t\t<td><a href="%s">signed</a></td>\n' %
-                                 (r.get('base_url') + r.get('signed_tarball')))
+                                 (r.get('base_url') + '/' + r.get('signed_tarball')))
             else:
                 sys.stdout.write('\t\t\t\t<td></td>\n')
             if (r.get('maintained')):
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] rel-html: update backports versions
  2015-04-30 17:10 [PATCH 1/2] rel-html: fix url for next signature Hauke Mehrtens
@ 2015-04-30 17:10 ` Hauke Mehrtens
  2015-06-01 16:07   ` Luis R. Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Hauke Mehrtens @ 2015-04-30 17:10 UTC (permalink / raw)
  To: mcgrof; +Cc: backports, Hauke Mehrtens

This adds version 4.0 and 4.1 to the list of stable versions and adds
the 2015 next versions.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 projects/backports.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/projects/backports.cfg b/projects/backports.cfg
index d1406ba..97f5a98 100644
--- a/projects/backports.cfg
+++ b/projects/backports.cfg
@@ -2,6 +2,8 @@
 rel_html_proj		= backports
 rel_html_proj_aliases	= compat-drivers
 supported =
+	4.1
+	4.0
 	3.19
 	3.18
 	3.17
@@ -14,6 +16,7 @@ supported =
 rel_html_url_releases	= http://www.kernel.org/pub/linux/kernel/projects/backports/stable/
 			  http://www.kernel.org/pub/linux/kernel/projects/backports/2013/
 			  http://www.kernel.org/pub/linux/kernel/projects/backports/2014/
+			  http://www.kernel.org/pub/linux/kernel/projects/backports/2015/
 rel_license 		= GPLv2
 ignore_changelogs	= True
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] rel-html: update backports versions
  2015-04-30 17:10 ` [PATCH 2/2] rel-html: update backports versions Hauke Mehrtens
@ 2015-06-01 16:07   ` Luis R. Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Luis R. Rodriguez @ 2015-06-01 16:07 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: Luis R. Rodriguez, backports

On Thu, Apr 30, 2015 at 10:10 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
> This adds version 4.0 and 4.1 to the list of stable versions and adds
> the 2015 next versions.
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Thanks applied and pushed, and kicked cronscript. Release page now has releases.

 Luis

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-01 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-30 17:10 [PATCH 1/2] rel-html: fix url for next signature Hauke Mehrtens
2015-04-30 17:10 ` [PATCH 2/2] rel-html: update backports versions Hauke Mehrtens
2015-06-01 16:07   ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.