From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 48225A0A05; Tue, 19 Jan 2021 13:18:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27C9F140E12; Tue, 19 Jan 2021 13:18:12 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 4983D140DFB for ; Tue, 19 Jan 2021 13:18:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611058689; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+Gnyb7EqXzFeCFlYKNavIIFTzprlL/svNRQ78dV7Drw=; b=Hl6FJi603yTggrsm7Uz2oSVHoekiKUe1nB5gLUZR+3DFHEJIlg5qEf/traeJdGhDMvpJ8d Jaqln6/FfNr7aEVbnMwaALhMi3MGByPqOxMVe4dBi+04kgtL4NZBvHwReLDLPu6P8UKEsX AHvq2Z8wIVsu4iA7tDKOIy2BO2837w4= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-520-go7-1zBAM-q3EZjgvngRaw-1; Tue, 19 Jan 2021 07:18:08 -0500 X-MC-Unique: go7-1zBAM-q3EZjgvngRaw-1 Received: by mail-vk1-f199.google.com with SMTP id o135so1199973vko.3 for ; Tue, 19 Jan 2021 04:18:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+Gnyb7EqXzFeCFlYKNavIIFTzprlL/svNRQ78dV7Drw=; b=rb+O19UQXRXFqdbs7etNfgCzDPqRsl1BsBsyIdXxL/DdzJz1Sc8wUjrwxxgvHZvwhB 3ANX8Kkiqh3g7qLnl2/unrZ3X53ft+qiXoQi8yo56fO5dh1oCUrVNr0Yc3nGHABNEPg1 UXCoZOkPDeAbc/HFmYMwE2cJYyGsQ5HqaL6RJWdjEJCNV2sx2lhYP8tocslM3CekMSAP Kb+nrD4hhr2GXZ6H/azrJLm0D61BqP6Hm1Iyv4XzaHaelHC75eauluzWCIB+3oo8ZrVW 2uvwVo2YVExrKJ3cWxT9CaH+eYcN69ES1qwefKfXxkzoF76O/42bHVt8UoxS4myjOkXQ WACQ== X-Gm-Message-State: AOAM533IqmqSm+Ard/J75Rw/PB8OnLnv/EYuWMY/fhSgpabuy1tFQY7y p6ATi0bT3CNhx8mZlpW07wuGWWb1Yw59hHH/RcpEvP30LucXTB5GIUaaMBpjBdSOLJbGHsLNt43 MBaG2Y5Gik/5m9uYpOFs= X-Received: by 2002:a05:6122:2b2:: with SMTP id 18mr2393383vkq.20.1611058687717; Tue, 19 Jan 2021 04:18:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJxUWlQW6aZu+/e+rAWH7UkrqBZ+qjRueaPYBv0e8vEoSM76+/RxWYQhmz4xomsRlV5CqvB9k8Uhzdm+F5Z3Y70= X-Received: by 2002:a05:6122:2b2:: with SMTP id 18mr2393376vkq.20.1611058687513; Tue, 19 Jan 2021 04:18:07 -0800 (PST) MIME-Version: 1.0 References: <20210105121625.8863-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 19 Jan 2021 13:17:56 +0100 Message-ID: To: Aaron Conole Cc: dev , Michael Santana , Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] ci: fix default ccache in GitHub Actions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jan 5, 2021 at 3:09 PM Aaron Conole wrote: > > David Marchand writes: > > > 'main' might not be the default branch name. > > > > Fixes: 87009585e293 ("ci: hook to GitHub Actions") > > > > Signed-off-by: David Marchand > > --- > > I found no other option but to call to the remote repository since github > > does not seem to expose a HEAD symbolic reference. > > Ugh... I thought I had set it to 'main' during DPDKs transition, but > seems I didn't (guess it was just an oversight on my part - sorry). > > > The other alternative would be to simply rename ovsrobot/dpdk default > > branch from 'master' to 'main'. > > I will do that rename anyway - it should be consistent. I dropped the patch, thanks for fixing on the robot side. -- David marchand