Gentoo Archives: gentoo-dev

From: "Paweł Hajdan
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] repoman not complaining when going straight to stable
Date: Sat, 26 Nov 2011 09:16:59
Message-Id: 4ED0AE49.9060903@gentoo.org
1 This shouldn't be allowed, should it? The package is keyworded only
2 ~x86, and I'm adding amd64 stable keyword, and repoman doesn't complain.
3
4 $ ekeyword x86 netboot-0.10.2.ebuild
5 netboot-0.10.2.ebuild
6 --- netboot-0.10.2.ebuild 2011-11-23 02:41:03.000000000 +0100
7 +++ netboot-0.10.2.ebuild.new 2011-11-26 10:12:19.000000000 +0100
8 @@ -15 +15 @@
9 -KEYWORDS="~x86"
10 +KEYWORDS="x86"
11 $ ekeyword amd64 netboot-0.10.2.ebuild
12 netboot-0.10.2.ebuild
13 --- netboot-0.10.2.ebuild 2011-11-26 10:12:19.000000000 +0100
14 +++ netboot-0.10.2.ebuild.new 2011-11-26 10:12:25.000000000 +0100
15 @@ -15 +15 @@
16 -KEYWORDS="x86"
17 +KEYWORDS="amd64 x86"
18 $ repoman manifest && repoman full --without-mask
19 >>> Creating Manifest for /home/ph/gentoo-x86/sys-boot/netboot
20
21 RepoMan scours the neighborhood...
22 ebuild.minorsyn 1
23 sys-boot/netboot/netboot-0.10.1.ebuild: Unquoted Variable on line: 38
24 upstream.workaround 1
25 sys-boot/netboot/netboot-0.10.2.ebuild: Upstream parallel compilation
26 bug (ebuild calls emake -j1 on line: 36)
27
28 Note: use --include-dev (-d) to check dependencies for 'dev' profiles
29
30 RepoMan sez: "You're only giving me a partial QA payment?
31 I'll take it this time, but I'm not happy."

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] repoman not complaining when going straight to stable Sergei Trofimovich <slyfox@g.o>