Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] repoman: Fix versioning system
Date: Mon, 05 Dec 2016 20:32:38
Message-Id: 20161205123233.516439d9.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] repoman: Fix versioning system by Brian Dolbec
1 On Mon, 5 Dec 2016 11:42:10 -0800
2 Brian Dolbec <dolsen@g.o> wrote:
3
4 > From 1586f1a25c41fb6036a24b47cfa58e3e818b8a58 Mon Sep 17 00:00:00 2001
5 > From: Brian Dolbec <dolsen@g.o>
6 > Date: Mon, 5 Dec 2016 11:27:15 -0800
7 > Subject: [PATCH] repoman: Fix versioning system
8 >
9 > Repoman had been showing the portage version. Which was the same for
10 > the last release. Copy the live versions code from portage, Modify as
11 > needed to get the correct tag info. Add portage version to --version
12 > output. ---
13 > repoman/pym/repoman/__init__.py | 70
14 > +++++++++++++++++++++++++++++++++++++++++
15
16 For some reason, without the single quoting the match string, "git describe --match portage-*"
17 would fail while "git describe --match repoman-*" would without the single quotes.
18
19 Anyway, I updated the repoman patch to single quote it.
20
21
22
23 --
24 Brian Dolbec <dolsen>

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] repoman: Fix versioning system Zac Medico <zmedico@g.o>