Gentoo Archives: gentoo-dev

From: Damo Brisbane <dhatchett2@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Help testing ebuilds? golang/Fabio load balancer
Date: Fri, 10 Nov 2017 04:09:06
Message-Id: CAE5cDqMtPuiOxnzgC4Wf1jd=gz9xJFeG=V7SpuX-ihCGmGcocw@mail.gmail.com
1 I've run up a couple of golang based ebuilds - for the fabio load balancer.
2 My first run at it, not completely sure of any follow up process, mentor?
3 other posting, overlap with existing work? Anyway, would appreciate the
4 feedback.
5
6 FYI, custom overlay at * https://github.com/damobrisbane/damo-overlay *.
7
8 Tried to follow ?prior art? - but first run at it, probably dumb stuff in
9 there, of note:
10
11 * Followed "consul" ebuild for template, specifically adds users/openrc
12 init and confd files and logging. Not a systemd fan so please dont ask
13 unless you want to do it yourself..
14
15 * I think installs ok?:
16
17 >>> emerge -aq fabio
18
19 [ebuild N ] dev-go/govendor-1.0.9
20 [ebuild N ] dev-go/vendorfmt-9999
21 [ebuild N ] net-proxy/fabio-1.5.3
22
23 Would you like to merge these packages? [Yes/No] y
24
25 >>> Verifying ebuild manifests
26 >>> Emerging (1 of 3) dev-go/govendor-1.0.9::damo-overlay
27 >>> Installing (1 of 3) dev-go/govendor-1.0.9::damo-overlay
28 >>> Emerging (2 of 3) dev-go/vendorfmt-9999::damo-overlay
29 >>> Installing (2 of 3) dev-go/vendorfmt-9999::damo-overlay
30 >>> Emerging (3 of 3) net-proxy/fabio-1.5.3::damo-overlay
31 >>> Installing (3 of 3) net-proxy/fabio-1.5.3::damo-overlay
32 >>> Recording net-proxy/fabio in "world" favorites file...
33
34 >>>
35
36 Thanks in advance
37 Damon

Replies

Subject Author
Re: [gentoo-dev] Help testing ebuilds? golang/Fabio load balancer Michael Orlitzky <mjo@g.o>