Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] repoman: Fix versioning system
Date: Mon, 05 Dec 2016 21:10:44
Message-Id: 62b04b52-5d81-7e53-5c98-ecf6712d9e23@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] repoman: Fix versioning system by Brian Dolbec
1 On 12/05/2016 12:32 PM, Brian Dolbec wrote:
2 > On Mon, 5 Dec 2016 11:42:10 -0800
3 > Brian Dolbec <dolsen@g.o> wrote:
4 >
5 >> From 1586f1a25c41fb6036a24b47cfa58e3e818b8a58 Mon Sep 17 00:00:00 2001
6 >> From: Brian Dolbec <dolsen@g.o>
7 >> Date: Mon, 5 Dec 2016 11:27:15 -0800
8 >> Subject: [PATCH] repoman: Fix versioning system
9 >>
10 >> Repoman had been showing the portage version. Which was the same for
11 >> the last release. Copy the live versions code from portage, Modify as
12 >> needed to get the correct tag info. Add portage version to --version
13 >> output. ---
14 >> repoman/pym/repoman/__init__.py | 70
15 >> +++++++++++++++++++++++++++++++++++++++++
16 >
17 > For some reason, without the single quoting the match string, "git describe --match portage-*"
18 > would fail while "git describe --match repoman-*" would without the single quotes.
19 >
20 > Anyway, I updated the repoman patch to single quote it.
21
22 Yeah, it definitely needs to be quoted, in order to prevent shell
23 expansion. Apparently you had a file or directory patching portage-* in
24 your working directory.
25 --
26 Thanks,
27 Zac

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] repoman: Fix versioning system Brian Dolbec <dolsen@g.o>