Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] bzr.eclass
Date: Sat, 14 Feb 2009 15:37:18
Message-Id: 18838.58666.595076.725315@a1ihome1.kph.uni-mainz.de
In Reply to: [gentoo-dev] bzr.eclass by Christian Faulhammer
1 >>>>> On Sat, 14 Feb 2009, Christian Faulhammer wrote:
2
3 > Please review the attached patch.
4
5 + local repo_type=3D$(bzr info "${EBZR_BRANCH_DIR}" | head -n 1 | cut -d '=
6 (' -f 1)
7 + if [[ "${repo_type}" !=3D "Lightweight checkout " ]]; then
8
9 This test looks very fragile to me. Could it be replaced by something
10 else?
11
12 Ulrich

Replies

Subject Author
[gentoo-dev] Re: bzr.eclass Christian Faulhammer <fauli@g.o>