Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH 3/3] mkrelease: add a --runtests shortcut
Date: Sun, 05 Jan 2014 19:34:42
Message-Id: 201401051434.43035.vapier@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH 3/3] mkrelease: add a --runtests shortcut by Sebastian Luther
1 On Sunday 05 January 2014 13:04:04 Sebastian Luther wrote:
2 > Am 05.01.2014 16:50, schrieb Mike Frysinger:
3 > > +Then create the tarball and run the tests:
4 > > + ./mkrelease.sh --changelog-rev v2.2.7 --tag --runtests 2.2.8
5 >
6 > Shouldn't this be:
7 > ./mkrelease.sh --changelog-rev v2.2.7 --tag 2.2.8 --runtests 2.2.8
8
9 nope. the --tag option doesn't take any arguments. the old mkrelease would
10 silently ignore extra args, but the updated one i pushed will now fail on
11 this.
12
13 also, please snip any content you're not replying to. makes it harder to scan
14 for responses when there's a lot of untouched content.
15 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH 3/3] mkrelease: add a --runtests shortcut Sebastian Luther <SebastianLuther@×××.de>