From commits-return-50730-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Wed Dec 2 11:05:09 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id BCF98180643 for ; Wed, 2 Dec 2020 12:05:09 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 077164843A for ; Wed, 2 Dec 2020 11:05:09 +0000 (UTC) Received: (qmail 47280 invoked by uid 500); 2 Dec 2020 11:05:08 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 47266 invoked by uid 99); 2 Dec 2020 11:05:08 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2020 11:05:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 998C681FE6; Wed, 2 Dec 2020 11:05:08 +0000 (UTC) Date: Wed, 02 Dec 2020 11:05:08 +0000 To: "commits@qpid.apache.org" Subject: [qpid-site] branch asf-site updated: update Travis CI links/badges to reflect job migration from .org to .com site MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160690710857.12861.718673073053854253@gitbox.apache.org> From: robbie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-site X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: 4647040ce7e30372c12d504eb4a1f44b6024bdfc X-Git-Newrev: 51c29ccaa9bf487f35eda33646fb447387c66402 X-Git-Rev: 51c29ccaa9bf487f35eda33646fb447387c66402 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/qpid-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 51c29cc update Travis CI links/badges to reflect job migration from .org to .com site 51c29cc is described below commit 51c29ccaa9bf487f35eda33646fb447387c66402 Author: Robbie Gemmell AuthorDate: Wed Dec 2 11:04:51 2020 +0000 update Travis CI links/badges to reflect job migration from .org to .com site --- content/dashboard.html | 12 ++++++------ input/_transom_config.py | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/dashboard.html b/content/dashboard.html index aaaf581..d4db85e 100644 --- a/content/dashboard.html +++ b/content/dashboard.html @@ -143,7 +143,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> Qpid Broker-J 8.0.2 SummaryOpen issues + GitGitHub @@ -157,7 +157,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> Qpid Dispatch 1.14.0 SummaryOpen issuesAll issuesCreate issue - + GitGitHub @@ -171,7 +171,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> Qpid JMS 0.55.0 SummaryOpen issuesAll issuesCreate issue - GitGitHub @@ -185,14 +185,14 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> Qpid Proton-J 0.33.8 SummaryOpen issuesAll issuesCreate issue - + GitGitHub Qpid Proton 0.33.0 SummaryOpen issuesAll issuesCreate issue - + GitGitHub @@ -206,7 +206,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> Qpid Site - SummaryOpen issuesAll issuesCreate issue - + GitGitHub diff --git a/input/_transom_config.py b/input/_transom_config.py index 862fabb..ff2fb71 100644 --- a/input/_transom_config.py +++ b/input/_transom_config.py @@ -133,7 +133,7 @@ def asf_jenkins_pipeline_badge(job_key, branch="master"): return "".format(job_url, image_url) def travis_ci_badge(party_key, job_key, branch="master"): - job_url = "https://travis-ci.org/{}/{}".format(party_key, job_key) - image_url = "https://travis-ci.org/{}/{}.svg?branch={}".format(party_key, job_key, branch) + job_url = "https://travis-ci.com/github/{}/{}".format(party_key, job_key) + image_url = "https://travis-ci.com/{}/{}.svg?branch={}".format(party_key, job_key, branch) return "".format(job_url, image_url) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org