Gentoo Archives: gentoo-portage-dev

From: Sebastian Luther <SebastianLuther@×××.de>
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 20:33:07
Message-Id: 52C9C17D.1030202@gmx.de
In Reply to: Re: [gentoo-portage-dev] [PATCH 3/3] mkrelease: add a --runtests shortcut by Mike Frysinger
1 Am 05.01.2014 20:34, schrieb Mike Frysinger:
2 > On Sunday 05 January 2014 13:04:04 Sebastian Luther wrote:
3 >> Am 05.01.2014 16:50, schrieb Mike Frysinger:
4 >>> +Then create the tarball and run the tests: + ./mkrelease.sh
5 >>> --changelog-rev v2.2.7 --tag --runtests 2.2.8
6 >>
7 >> Shouldn't this be: ./mkrelease.sh --changelog-rev v2.2.7 --tag
8 >> 2.2.8 --runtests 2.2.8
9 >
10 > nope. the --tag option doesn't take any arguments. the old
11 > mkrelease would silently ignore extra args, but the updated one i
12 > pushed will now fail on this.
13
14 Ok.
15
16 >
17 > also, please snip any content you're not replying to. makes it
18 > harder to scan for responses when there's a lot of untouched
19 > content. -mike
20 >
21
22 Ok.