Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 59C40200D2E for ; Tue, 31 Oct 2017 23:46:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5853F1609EF; Tue, 31 Oct 2017 22:46:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A09631609E6 for ; Tue, 31 Oct 2017 23:46:20 +0100 (CET) Received: (qmail 29170 invoked by uid 500); 31 Oct 2017 22:46:19 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 29156 invoked by uid 99); 31 Oct 2017 22:46:19 -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; Tue, 31 Oct 2017 22:46:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2534C87964; Tue, 31 Oct 2017 22:46:17 +0000 (UTC) Date: Tue, 31 Oct 2017 22:46:17 +0000 To: , "' commits@cordova.apache.org" , '@gitbox.apache.org, Subject: [cordova-coho] branch master updated (a133d1d -> 3de6d3f) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150948997749.20510.8103437838768107623@gitbox.apache.org> From: steven@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cordova-coho X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a133d1d465ed254f716fc444d5ffb1af37706771 X-Git-Newrev: 3de6d3f6f8ad0a9ef32990d819b215d723967ae2 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 31 Oct 2017 22:46:21 -0000 This is an automated email from the ASF dual-hosted git repository. steven pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cordova-coho.git. from a133d1d CB-13504 : adding progress to knownIssues for cordova-fetch 1.2.1 release add cb36743 CB-13511: added github boolean to repos that have moved over to github add 5cdf30c CB-13511: added new remote-update command to update remote to apache github repos add a35fb22 fixed travis and appveyor add 042cd55 CB-13511: removed reference to apache git repos new 3de6d3f Merge pull request #163 from stevengill/master The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 9 +++-- appveyor.yml | 7 ++++ package.json | 2 +- src/main.js | 4 +++ src/{list-release-urls.js => remote-update.js} | 47 +++++++++++++++++--------- src/repo-clone.js | 6 +--- src/repo-update.js | 2 +- src/repoutil.js | 4 --- src/update-release-notes.js | 2 +- 9 files changed, 53 insertions(+), 30 deletions(-) copy src/{list-release-urls.js => remote-update.js} (51%) -- To stop receiving notification emails like this one, please contact ['"commits@cordova.apache.org" ']. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org