From patchwork Wed Jan 18 13:14:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 91736 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp984596qgi; Wed, 18 Jan 2017 04:15:06 -0800 (PST) X-Received: by 10.107.19.169 with SMTP id 41mr3046116iot.209.1484741706701; Wed, 18 Jan 2017 04:15:06 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t64si15091161itg.86.2017.01.18.04.15.06; Wed, 18 Jan 2017 04:15:06 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D0813607CF; Wed, 18 Jan 2017 12:15:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 1714E60690; Wed, 18 Jan 2017 12:15:02 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 90CDC60692; Wed, 18 Jan 2017 12:14:59 +0000 (UTC) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) by lists.linaro.org (Postfix) with ESMTPS id 61C0460689 for ; Wed, 18 Jan 2017 12:14:58 +0000 (UTC) Received: by mail-lf0-f48.google.com with SMTP id z134so9717326lff.3 for ; Wed, 18 Jan 2017 04:14:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=HUgjmrBC8SYVZBu3YC6pxviWr/JKOhKyWOgHT/Gu41U=; b=Uj5Gd8ZDAHGZkZifV5Z2eCUWrjo0RJ8956pAPcrYJV6hdi9gLyN6DtZmxgF5zzFq6g mhpeHZKtgUIibsX/Gl9wShp6crdZgRB/O6AO+AXGxogaxSuijoEe4Bcs6BSfKvNWCCl7 Aj5+sbOzdwUuU7Hdcgcyo1HjPl1ueDCG89O3ugyx9+qkGhjwMK672NV5e4aPwW4yCgbr Vs/cctfxKSBfVRYatzj7t8r2xE1NT1CvCAG3zEnvmLX8iNKwmtFZdNnYIdUB5/cccpVz ddveNTkfo3EOns2bw759vd042GX72evZMPO+g9hCy7cs9hvXnmvp6IlKLPgWdokHy71c BDeA== X-Gm-Message-State: AIkVDXJr72gIJUkD14vRg60KKejLXABhb6T6n0DqwEY0eNedtIXqQAxM+BAQ9lCkBOuEV429GPk= X-Received: by 10.46.5.144 with SMTP id 138mr1349348ljf.66.1484741697082; Wed, 18 Jan 2017 04:14:57 -0800 (PST) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-76-66.cust.bredband2.com. [83.233.76.66]) by smtp.gmail.com with ESMTPSA id 187sm67692ljj.7.2017.01.18.04.14.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Jan 2017 04:14:55 -0800 (PST) From: Christophe Milard To: mike.holmes@linaro.org, maxim.uvarov@linaro.com, lng-odp@lists.linaro.org Date: Wed, 18 Jan 2017 14:14:14 +0100 Message-Id: <1484745254-29626-1-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [lng-odp] [PATCH] travis: better comments to generate token in the travis file X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Christophe Milard --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -- 2.7.4 diff --git a/.travis.yml b/.travis.yml index 03e61b1..909f0a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,29 @@ # pushing to github/master will run make check # pushing to github/coverity_scan will also launch a static analysis # See https://scan.coverity.com/travis_ci +# Note: "push -f" seems to have problems, do not rely on it to trigger CI from +# github (push new commits, without '-f'). env: global: # COVERITY_SCAN_TOKEN # ** specific to your project ** + # Note: + # You should have a github account and travis linked travis account. + # To generate the proper encrypted token you need to install ruby-dev + # and gem_install travis as follows: + # % sudo apt-get install ruby-dev + # % sudo gem install travis + # then run: + # % travis encrypt -r / encrypt COVERITY_SCAN_TOKEN= + # where is your github login + # where is your github repo, e.g. "odp" + # where is the "Project Token" found on the coverity web page: + # https://scan.coverity.com/dashboard -> / -> Project_settings + # e.g.: + # % travis encrypt -r christophe/odp encrypt COVERITY_SCAN_TOKEN="v-HOHTCHPkya4cx2cscrYg" + # The output string, about 700 characters long, should replace xxxx below. + # - secure: "xxxx" language: c