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 94E33200C7D for ; Tue, 2 May 2017 03:00:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 938C7160BC1; Tue, 2 May 2017 01:00:24 +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 DB19F160BC3 for ; Tue, 2 May 2017 03:00:23 +0200 (CEST) Received: (qmail 69312 invoked by uid 500); 2 May 2017 01:00:23 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 69301 invoked by uid 99); 2 May 2017 01:00:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2017 01:00:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 679E21AFC39 for ; Tue, 2 May 2017 01:00:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id KuG40cxQFVrd for ; Tue, 2 May 2017 01:00:21 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 23F4C5F2FD for ; Tue, 2 May 2017 01:00:21 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A6C14E030E for ; Tue, 2 May 2017 01:00:20 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 63E9821DE1 for ; Tue, 2 May 2017 01:00:20 +0000 (UTC) Date: Tue, 2 May 2017 01:00:20 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12749) coho should not care about license dependencies for "check-license" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 May 2017 01:00:24 -0000 [ https://issues.apache.org/jira/browse/CB-12749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991920#comment-15991920 ] Shazron Abdullah commented on CB-12749: --------------------------------------- It may be my CWD, or some weird thing going on. I used `--no-chdir` and the warnings are there but the command ran. I'll have to start fresh to see if its an actual bug. > coho should not care about license dependencies for "check-license" > ------------------------------------------------------------------- > > Key: CB-12749 > URL: https://issues.apache.org/jira/browse/CB-12749 > Project: Apache Cordova > Issue Type: Bug > Components: Coho > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > > We only care about licenses of code we ship (only code in the repo, like bundled deps). > I did a fresh repo clone of the tools, for example. {{coho repo-clone -r tools}} > Right now it complains about node_module deps: > {code} > coho check-license -r tools > license.txt > Warning: dependency "configstore" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "cordova-common" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "cordova-lib" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "editor" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "insight" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "nopt" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "q" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "update-notifier" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "cordova-lib" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "nopt" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "q" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "cordova-app-hello-world" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "cordova-common" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "cordova-fetch" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "q" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "shelljs" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "valid-identifier" probably not installed. > please install dependencies from npm before running nlf > Warning: dependency "browserify" probably not installed. > please install dependencies from npm before running nlf > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org