All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vishal Verma <vishal.l.verma@intel.com>
To: <nvdimm@lists.linux.dev>
Cc: Dan Williams <dan.j.williams@intel.com>,
	Vishal Verma <vishal.l.verma@intel.com>
Subject: [ndctl PATCH 1/3] scripts: fix contrib/do_abidiff for updated fedpkg
Date: Wed,  5 Jan 2022 22:09:38 -0700	[thread overview]
Message-ID: <20220106050940.743232-2-vishal.l.verma@intel.com> (raw)
In-Reply-To: <20220106050940.743232-1-vishal.l.verma@intel.com>

A recent fedpkg update wants --name instead of --module-name.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 contrib/do_abidiff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/do_abidiff b/contrib/do_abidiff
index 0bd7a16..e8c3a65 100755
--- a/contrib/do_abidiff
+++ b/contrib/do_abidiff
@@ -29,7 +29,7 @@ build_rpm()
 	version="$(./git-version)"
 	release="f$(basename $(readlink -f /etc/mock/default.cfg) | cut -d- -f2)"
 	git archive  --format=tar --prefix="ndctl-${version}/" HEAD | gzip > ndctl-${version}.tar.gz
-	fedpkg --release $release --module-name ndctl mockbuild
+	fedpkg --release $release --name=ndctl mockbuild
 	[ "$?" -eq 0 ] || err "error building $ref"
 	mkdir -p release/rel_${ref}/
 	cp results_ndctl/*/*/*.x86_64.rpm release/rel_${ref}/
-- 
2.33.1


  reply	other threads:[~2022-01-06  5:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-06  5:09 [ndctl PATCH 0/3] misc updates for release scripts Vishal Verma
2022-01-06  5:09 ` Vishal Verma [this message]
2022-01-06 17:08   ` [ndctl PATCH 1/3] scripts: fix contrib/do_abidiff for updated fedpkg Dan Williams
2022-01-06  5:09 ` [ndctl PATCH 2/3] scripts: move 'prepare-release.sh' and 'do_abidiff' into scripts/ Vishal Verma
2022-01-06 22:46   ` Dan Williams
2022-01-06  5:09 ` [ndctl PATCH 3/3] scripts: teach release helper scripts about cxl and libcxl Vishal Verma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220106050940.743232-2-vishal.l.verma@intel.com \
    --to=vishal.l.verma@intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=nvdimm@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.