From patchwork Wed Jan 8 15:12:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Aaltonen X-Patchwork-Id: 1219754 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ubuntu.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47tCR33HPfz9sRh; Thu, 9 Jan 2020 02:12:30 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ipD0T-0000hd-TJ; Wed, 08 Jan 2020 15:12:25 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ipD0S-0000hL-JF for kernel-team@lists.ubuntu.com; Wed, 08 Jan 2020 15:12:24 +0000 Received: from xdsl-77-86-196-137.nebulazone.fi ([77.86.196.137] helo=leon.tyrell) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ipD0E-0002QE-1F for kernel-team@lists.ubuntu.com; Wed, 08 Jan 2020 15:12:10 +0000 From: Timo Aaltonen To: kernel-team@lists.ubuntu.com Subject: [F][linux-restricted-modules][PATCH 3/3] update-version: Fix tagging a variant. Date: Wed, 8 Jan 2020 17:12:08 +0200 Message-Id: <20200108151208.27354-3-tjaalton@ubuntu.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200108151208.27354-1-tjaalton@ubuntu.com> References: <20200108151208.27354-1-tjaalton@ubuntu.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Timo Aaltonen Signed-off-by: Timo Aaltonen --- update-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-version b/update-version index 707219f..94a6908 100755 --- a/update-version +++ b/update-version @@ -1,6 +1,6 @@ #!/bin/bash -tag_prefix="Ubuntu-" +tag_prefix=`dpkg-parsechangelog -S Source | sed 's/linux-restricted-modules/Ubuntu/'`- commit=: if [ "$1" = "--commit" ]; then