This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6058b59  dynamic ASF Jira endpoint for GH badge
6058b59 is described below

commit 6058b595f29e7b52a42833eba008f7b971b32332
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Apr 11 20:17:51 2020 +0200

    dynamic ASF Jira endpoint for GH badge
---
 content/resources/badges/asf_jira.cgi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/content/resources/badges/asf_jira.cgi 
b/content/resources/badges/asf_jira.cgi
new file mode 100755
index 0000000..13852a1
--- /dev/null
+++ b/content/resources/badges/asf_jira.cgi
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo "{
+  'schemaVersion': 1,
+  'label': 'ASF Jira',
+  'message': '${project}',
+  'color': 'orange'
+}"

Reply via email to