From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2616BA0547 for ; Fri, 14 Feb 2020 13:56:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C9B43B5; Fri, 14 Feb 2020 13:56:40 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 630073B5 for ; Fri, 14 Feb 2020 13:56:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581684997; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zSyUzJuFYDl+vQNpxjDMJ56GGYB0++/HrGMDhclYNLM=; b=BVWVYredNFTBLLyN/7pJm+YQgjZ91O7N8qI/mAi3OwgU6sYPaQ68oD+CiQoBmxwsJQBgmx Q/ApK98YjdKxVqQAialQGZ35iVlfTOiV09ejHf9WqnjulGHWPIooX4+TqpmkjU9SRo251U 9NVMSgt0UfKWxFl+JcHaJAeDL1GVWPA= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-301-HNV5aQgIODasa3lA7o1X_Q-1; Fri, 14 Feb 2020 07:56:34 -0500 Received: by mail-vk1-f198.google.com with SMTP id j25so3266760vkn.3 for ; Fri, 14 Feb 2020 04:56:34 -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=7SUPHS5CP9Gp0B/YLK5GMHEYCMrYZBroGRZmcuoX59U=; b=rp7smbo0kZNvXu+PrKpNnOR053ZgIWLiQdUwBLPeEZA6DYpwbLZ4TXOzTkMPxRbpnL NuwbHN3Jc8i+1uZF9/q9wy+SRtQgJNMkMZ3PLZt9r0LNXj800DiZ3ip1reVJE0rR8W07 nVQ/P14Od9rBFJbEOWx+dhFFsE0YeIjXN2aR7sD+Ac4k8U//N3PZtkApbZhpkvicNsxY MGbl2anesCt9seXU9pYrLOeFVE+GBLSdTOsNPF+6jUJodesxVAwz7eKkaClDajSRl9c0 BMMpMuMP/GD8BJQfe6wcmzmUwf1i1vMnhFXyJ1EFxlyAxogLzRCiYDQXhoiX13USwm0K E7KQ== X-Gm-Message-State: APjAAAUY9HiK2d4VYLSg9sfu3lY8e64M3HkfYhesCzLT6x2gz9/r2fk7 V7LqZ3vk7eRyVXEY7qyRb5znkUH0qItynJY0Odfu/sHpl+/8qotSYT9d9HjbTH3W3JOXqiNyOvJ xWe14EwkJSmw5+kXmCdsN+zg= X-Received: by 2002:a67:e342:: with SMTP id s2mr1237638vsm.198.1581684993792; Fri, 14 Feb 2020 04:56:33 -0800 (PST) X-Google-Smtp-Source: APXvYqzEWaIZV+mvkBPDZvNpHm92fxXIoFU0wlk2ogkTt9ZhevTgl/9f1TUBoRCtDJm6CAIrQrj2d4SAzIUJrDyN9kw= X-Received: by 2002:a67:e342:: with SMTP id s2mr1237633vsm.198.1581684993566; Fri, 14 Feb 2020 04:56:33 -0800 (PST) MIME-Version: 1.0 References: <20200214114840.11810-1-luca.boccassi@gmail.com> In-Reply-To: From: David Marchand Date: Fri, 14 Feb 2020 13:56:22 +0100 Message-ID: To: Luca Boccassi Cc: dpdk stable , Kevin Traynor X-MC-Unique: HNV5aQgIODasa3lA7o1X_Q-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH stable-scripts] Fix regex to select commit via Fixed line X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Feb 14, 2020 at 1:47 PM Luca Boccassi wro= te: > > David pointed out that sed -E is not present on certain ancient > distros, so I'll use --regexp-extended instead which is equivalent Ok ok, I might be the only one still using one of those ;-). --=20 David Marchand