All of the issues that people reported should be fixed. If you have
other issues, let me know.
https://github.com/prometheanfire/gentoo-cloud-prep/issues?q=is%3Aissue+is%3Aclosed
http://gentoo.osuosl.org/experimental/amd64/openstack/
--
Matthew Thode (prometheanfire)
signature.asc
Descripti
Sent from an iPhone, sorry for the HTML...
> On Jul 22, 2015, at 5:38 PM, Rich Freeman wrote:
>
> On Wed, Jul 22, 2015 at 8:05 AM, Joakim Tjernlund
> wrote:
>>
>> There can not be any manual merges after an SW update here.
>>
>> I started to look at INSTALL_MASK, what if I set INSTALL_MASK
On Thu, Jul 23, 2015 at 12:37:59AM +0200, Manuel Rüger wrote:
> On 23.07.2015 00:19, William Hubbs wrote:
> > All,
> >
> > after some testing, i decided that the eclass should make both the
> > golibdir and the prefixed version of it available with functions.
> >
> > The reason for this is that t
On 23.07.2015 00:19, William Hubbs wrote:
> All,
>
> after some testing, i decided that the eclass should make both the
> golibdir and the prefixed version of it available with functions.
>
> The reason for this is that the prefixed golibdir should be part of
> GOPATH when building packages.
>
>
All,
after some testing, i decided that the eclass should make both the
golibdir and the prefixed version of it available with functions.
The reason for this is that the prefixed golibdir should be part of
GOPATH when building packages.
The functions are get_golibdir and get_golibdir_gopath.
He
I broke the thread, because usage should be discussed in a different
thread than working on the eclass itself.
On Wed, Jul 22, 2015 at 10:17:19PM +0200, Dirkjan Ochtman wrote:
> On Wed, Jul 22, 2015 at 7:36 PM, William Hubbs wrote:
> > Let me know what you think.
>
> I tried to use your eclass r
On Wed, Jul 22, 2015 at 8:05 AM, Joakim Tjernlund
wrote:
>
> There can not be any manual merges after an SW update here.
>
> I started to look at INSTALL_MASK, what if I set INSTALL_MASK
> to point to all conf files I want to manage myself.
> Then /etc/inittab etc. will not be touched when updatin
On Wed, Jul 22, 2015 at 7:36 PM, William Hubbs wrote:
> Let me know what you think.
I tried to use your eclass recently, but it failed with this error:
* Call stack:
*ebuild.sh, line 765: Called __ebuild_main 'compile'
* phase-functions.sh, line 968: Called __dyn_compile
*
unsubscribe
On Thu, Jul 23, 2015 at 3:36 AM, William Hubbs wrote:
> All,
>
> the following backward compatible update makes the go package path
> visible to ebuilds and separates the code that installs Go packages into
> its own function which can be called by ebuilds.
>
> Let me know what you
All,
the following backward compatible update makes the go package path
visible to ebuilds and separates the code that installs Go packages into
its own function which can be called by ebuilds.
Let me know what you think.
William
Index: golang-build.eclass
==
On 2015-07-18 15:01, Matthew Marchese wrote:
> I'd like to hear it all so please speak your mind. Looking forward to
> hearing from you.
On another semi-related note, I've always thought it would be useful to
extend repos.conf support to handle binary repos so one could use layman
or equivalent to
В Wed, 22 Jul 2015 13:20:10 +
Joakim Tjernlund пишет:
> On Wed, 2015-07-22 at 14:30 +0200, Michał Górny wrote:
> >
> > Joakim Tjernlund napisał:
> >
> > > We got an embedded gentoo system where we need to manage many conf
> > > files under /etc that we have
> > > modified and should be und
On Wed, 2015-07-22 at 22:38 +0800, Jason Zaman wrote:
> On Wed, Jul 22, 2015 at 01:20:10PM +, Joakim Tjernlund wrote:
> > On Wed, 2015-07-22 at 14:30 +0200, Michał Górny wrote:
> > >
> > > Joakim Tjernlund napisał:
> > >
> > > > We got an embedded gentoo system where we need to manage many c
On Wed, 2015-07-22 at 16:39 +0200, Michał Górny wrote:
> Dnia 2015-07-22, o godz. 13:20:10
> Joakim Tjernlund napisał(a):
>
> > On Wed, 2015-07-22 at 14:30 +0200, Michał Górny wrote:
> > >
> > > Joakim Tjernlund napisał:
> > >
> > > > We got an embedded gentoo system where we need to manage ma
Dnia 2015-07-22, o godz. 13:20:10
Joakim Tjernlund napisał(a):
> On Wed, 2015-07-22 at 14:30 +0200, Michał Górny wrote:
> >
> > Joakim Tjernlund napisał:
> >
> > > We got an embedded gentoo system where we need to manage many conf
> > > files under /etc that we have
> > > modified and should b
On Wed, Jul 22, 2015 at 01:20:10PM +, Joakim Tjernlund wrote:
> On Wed, 2015-07-22 at 14:30 +0200, Michał Górny wrote:
> >
> > Joakim Tjernlund napisał:
> >
> > > We got an embedded gentoo system where we need to manage many conf
> > > files under /etc that we have
> > > modified and should
On Wed, 2015-07-22 at 14:30 +0200, Michał Górny wrote:
>
> Joakim Tjernlund napisał:
>
> > We got an embedded gentoo system where we need to manage many conf
> > files under /etc that we have
> > modified and should be under our control when an SW upgrade is
> > performed.
> >
> > Cloning every
On Tue, 21 Jul 2015 12:14:47 -0400 Ian Stakenvicius wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 21/07/15 12:08 PM, Andrew Savchenko wrote:
> > On Tue, 21 Jul 2015 09:10:52 -0500 J.Rutkowski wrote:
> >> The problem I have with using Sabayon to ultimately install
> >> Gentoo is
Joakim Tjernlund napisał:
>We got an embedded gentoo system where we need to manage many conf
>files under /etc that we have
>modified and should be under our control when an SW upgrade is
>performed.
>
>Cloning every ebuild where we have modified its conf file(s) under /etc
>feels awkward so
>
On 22/07/2015 14:05, Joakim Tjernlund wrote:
> On Wed, 2015-07-22 at 07:14 -0400, Rich Freeman wrote:
>> On Wed, Jul 22, 2015 at 6:17 AM, Panagiotis Christopoulos
>> wrote:
>>>
>>> you can subscribe to gentoo-embedded mailing list and ask there, as your
>>> product
>>> is embedded. Also, man make
On Wed, 2015-07-22 at 07:14 -0400, Rich Freeman wrote:
> On Wed, Jul 22, 2015 at 6:17 AM, Panagiotis Christopoulos
> wrote:
> >
> > you can subscribe to gentoo-embedded mailing list and ask there, as your
> > product
> > is embedded. Also, man make.conf and search for CONFIG_PROTECT. If I
> > u
On Wed, Jul 22, 2015 at 6:17 AM, Panagiotis Christopoulos
wrote:
>
> you can subscribe to gentoo-embedded mailing list and ask there, as your
> product
> is embedded. Also, man make.conf and search for CONFIG_PROTECT. If I
> understood
> you correctly, it may be what you need.
>
That list is ce
On 09:27 Wed 22 Jul , Joakim Tjernlund wrote:
> We got an embedded gentoo system where we need to manage many conf files
> under /etc that we have
> modified and should be under our control when an SW upgrade is performed.
Hi,
>
> Cloning every ebuild where we have modified its conf file(s)
We got an embedded gentoo system where we need to manage many conf files under
/etc that we have
modified and should be under our control when an SW upgrade is performed.
Cloning every ebuild where we have modified its conf file(s) under /etc feels
awkward so
I am looking for some other way to d
24 matches
Mail list logo