[gentoo-dev] new gentoo openstack images

2015-07-22 Thread Matthew Thode
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Ian Stakenvicius
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

Re: [gentoo-dev] golang-build.eclass updates

2015-07-22 Thread William Hubbs
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

Re: [gentoo-dev] golang-build.eclass updates

2015-07-22 Thread Manuel Rüger
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. > >

Re: [gentoo-dev] golang-build.eclass updates

2015-07-22 Thread William Hubbs
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

[gentoo-dev] golang-build.eclass usage

2015-07-22 Thread William Hubbs
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Rich Freeman
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

Re: [gentoo-dev] golang-build.eclass updates

2015-07-22 Thread Dirkjan Ochtman
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 *

Re: [gentoo-dev] golang-build.eclass updates

2015-07-22 Thread Marten
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

[gentoo-dev] golang-build.eclass updates

2015-07-22 Thread William Hubbs
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 ==

Re: [gentoo-dev] [RFC] Rebooting the Installer Project

2015-07-22 Thread Tim Harder
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Alexander Tsoy
В 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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Joakim Tjernlund
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Joakim Tjernlund
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Michał Górny
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Jason Zaman
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread 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 under our control when an SW upgrade is > > performed. > > > > Cloning every

Re: [gentoo-dev] Re: [RFC] Rebooting the Installer Project

2015-07-22 Thread Andrew Savchenko
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Michał Górny
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 >

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Alan McKinnon
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Joakim Tjernlund
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Rich Freeman
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

Re: [gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Panagiotis Christopoulos
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)

[gentoo-dev] Managing etc/* in an embbeded system

2015-07-22 Thread Joakim Tjernlund
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