* [gentoo-user] Infrastructure?
@ 2016-09-19 17:54 Raymond Jennings
2016-09-20 7:36 ` Daniel Campbell
0 siblings, 1 reply; 5+ messages in thread
From: Raymond Jennings @ 2016-09-19 17:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 425 bytes --]
Just curious, but how are gentoo's infra assets organized?
Do you guys use VMs on top of hardware machines and whatnot?
Reasons for asking:
* general curiosity
* wondering how a migration to use anongit.gentoo.org instead of github
would go, particularly if it would help ease pressure on the rsync servers
if demand went down
- I heard something about a social contract where relying on third parties
was a frowny point.
[-- Attachment #2: Type: text/html, Size: 598 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Infrastructure?
2016-09-19 17:54 [gentoo-user] Infrastructure? Raymond Jennings
@ 2016-09-20 7:36 ` Daniel Campbell
2016-09-21 9:16 ` Raymond Jennings
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Campbell @ 2016-09-20 7:36 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1532 bytes --]
On 09/19/2016 10:54 AM, Raymond Jennings wrote:
> Just curious, but how are gentoo's infra assets organized?
>
> Do you guys use VMs on top of hardware machines and whatnot?
>
> Reasons for asking:
>
> * general curiosity
> * wondering how a migration to use anongit.gentoo.org
> <http://anongit.gentoo.org> instead of github would go, particularly if
> it would help ease pressure on the rsync servers if demand went down
> - I heard something about a social contract where relying on third
> parties was a frowny point.
>
Popping in to #gentoo-infra and chatting with the folks there may get
you a faster response.
As far as I know, we accept pull requests from the GitHub mirror *or* a
standard `git format-patch` e-mail.
We do have a social contract[1] which indicates that we will not depend
on proprietary software. That said, the GitHub mirror is there for
convenience; I'm betting part of why we use it on the side is because it
already meshes well with Git to begin with and can be a good 'gateway'
for new contributors.
We also accept patches on the gentoo-dev ML or (depending on the
developer) personal e-mails or Bugzilla bugs. You might want to check
out a few pages on the wiki regarding how we handle contributions, or
pop in #gentoo-proxy-maint on Freenode.
[1] https://gentoo.org/get-started/philosophy/social-contract.html
--
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C 1DE4 6F7A 9091 1EA0 55D6
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Infrastructure?
2016-09-20 7:36 ` Daniel Campbell
@ 2016-09-21 9:16 ` Raymond Jennings
2016-09-21 10:22 ` Raymond Jennings
2016-09-21 11:28 ` Rich Freeman
0 siblings, 2 replies; 5+ messages in thread
From: Raymond Jennings @ 2016-09-21 9:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1908 bytes --]
Probably should clarify that I wasn't talking about patches. I just
remember the big git migration and was wondering if the syncing process
itself would be moved under anongit.gentoo.org at some point so that we
could avoid relying on github (per social contact thingy)
On Tue, Sep 20, 2016 at 12:36 AM, Daniel Campbell <zlg@gentoo.org> wrote:
> On 09/19/2016 10:54 AM, Raymond Jennings wrote:
> > Just curious, but how are gentoo's infra assets organized?
> >
> > Do you guys use VMs on top of hardware machines and whatnot?
> >
> > Reasons for asking:
> >
> > * general curiosity
> > * wondering how a migration to use anongit.gentoo.org
> > <http://anongit.gentoo.org> instead of github would go, particularly if
> > it would help ease pressure on the rsync servers if demand went down
> > - I heard something about a social contract where relying on third
> > parties was a frowny point.
> >
>
> Popping in to #gentoo-infra and chatting with the folks there may get
> you a faster response.
>
> As far as I know, we accept pull requests from the GitHub mirror *or* a
> standard `git format-patch` e-mail.
>
> We do have a social contract[1] which indicates that we will not depend
> on proprietary software. That said, the GitHub mirror is there for
> convenience; I'm betting part of why we use it on the side is because it
> already meshes well with Git to begin with and can be a good 'gateway'
> for new contributors.
>
> We also accept patches on the gentoo-dev ML or (depending on the
> developer) personal e-mails or Bugzilla bugs. You might want to check
> out a few pages on the wiki regarding how we handle contributions, or
> pop in #gentoo-proxy-maint on Freenode.
>
> [1] https://gentoo.org/get-started/philosophy/social-contract.html
> --
> Daniel Campbell - Gentoo Developer
> OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
> fpr: AE03 9064 AE00 053C 270C 1DE4 6F7A 9091 1EA0 55D6
>
>
[-- Attachment #2: Type: text/html, Size: 2858 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Infrastructure?
2016-09-21 9:16 ` Raymond Jennings
@ 2016-09-21 10:22 ` Raymond Jennings
2016-09-21 11:28 ` Rich Freeman
1 sibling, 0 replies; 5+ messages in thread
From: Raymond Jennings @ 2016-09-21 10:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2092 bytes --]
Also it appears that #gentoo-infra is invite only.
On Wed, Sep 21, 2016 at 2:16 AM, Raymond Jennings <shentino@gmail.com>
wrote:
> Probably should clarify that I wasn't talking about patches. I just
> remember the big git migration and was wondering if the syncing process
> itself would be moved under anongit.gentoo.org at some point so that we
> could avoid relying on github (per social contact thingy)
>
> On Tue, Sep 20, 2016 at 12:36 AM, Daniel Campbell <zlg@gentoo.org> wrote:
>
>> On 09/19/2016 10:54 AM, Raymond Jennings wrote:
>> > Just curious, but how are gentoo's infra assets organized?
>> >
>> > Do you guys use VMs on top of hardware machines and whatnot?
>> >
>> > Reasons for asking:
>> >
>> > * general curiosity
>> > * wondering how a migration to use anongit.gentoo.org
>> > <http://anongit.gentoo.org> instead of github would go, particularly if
>> > it would help ease pressure on the rsync servers if demand went down
>> > - I heard something about a social contract where relying on third
>> > parties was a frowny point.
>> >
>>
>> Popping in to #gentoo-infra and chatting with the folks there may get
>> you a faster response.
>>
>> As far as I know, we accept pull requests from the GitHub mirror *or* a
>> standard `git format-patch` e-mail.
>>
>> We do have a social contract[1] which indicates that we will not depend
>> on proprietary software. That said, the GitHub mirror is there for
>> convenience; I'm betting part of why we use it on the side is because it
>> already meshes well with Git to begin with and can be a good 'gateway'
>> for new contributors.
>>
>> We also accept patches on the gentoo-dev ML or (depending on the
>> developer) personal e-mails or Bugzilla bugs. You might want to check
>> out a few pages on the wiki regarding how we handle contributions, or
>> pop in #gentoo-proxy-maint on Freenode.
>>
>> [1] https://gentoo.org/get-started/philosophy/social-contract.html
>> --
>> Daniel Campbell - Gentoo Developer
>> OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
>> fpr: AE03 9064 AE00 053C 270C 1DE4 6F7A 9091 1EA0 55D6
>>
>>
>
[-- Attachment #2: Type: text/html, Size: 3313 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Infrastructure?
2016-09-21 9:16 ` Raymond Jennings
2016-09-21 10:22 ` Raymond Jennings
@ 2016-09-21 11:28 ` Rich Freeman
1 sibling, 0 replies; 5+ messages in thread
From: Rich Freeman @ 2016-09-21 11:28 UTC (permalink / raw
To: gentoo-user
On Wed, Sep 21, 2016 at 5:16 AM, Raymond Jennings <shentino@gmail.com> wrote:
> Probably should clarify that I wasn't talking about patches. I just
> remember the big git migration and was wondering if the syncing process
> itself would be moved under anongit.gentoo.org at some point so that we
> could avoid relying on github (per social contact thingy)
>
Everything hosted on gentoo.org currently lacks metadata. I'm sure
somebody could create a repo there which contains the same content as
the repos on github, but I'm not sure if Gentoo's infra is set up to
handle that load, and there is no mirror network. In any case, I'm
not aware of anybody working on such a project.
--
Rich
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-09-21 11:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 17:54 [gentoo-user] Infrastructure? Raymond Jennings
2016-09-20 7:36 ` Daniel Campbell
2016-09-21 9:16 ` Raymond Jennings
2016-09-21 10:22 ` Raymond Jennings
2016-09-21 11:28 ` Rich Freeman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox