Re: crowdsourcing an interview on git

2015-04-01 Thread Miroslav Suchý
On 03/31/2015 10:48 PM, Matthew Miller wrote: > * What is your favorite pro tip for using git? Sometimes git pull takes long time. Sometimes git start garbage collecting in situation, where I was under time pressure. After this line in crontab I have no such problems any more: 40 3 * * * locate

Freeze Break Request: add db for execdb-stg to db-qa01.qa

2015-04-01 Thread Tim Flink
We had intended to do this before freeze but managed to miss it. One of the upcoming features for taskotron that we've deployed to dev and want to deploy to staging is execdb - task execution tracking for Taskotron. This requires adding a database to db-qa01.qa which is the db host for the product

Re: Freeze Break Request: add db for execdb-stg to db-qa01.qa

2015-04-01 Thread Pierre-Yves Chibon
On Wed, Apr 01, 2015 at 08:47:43AM -0600, Tim Flink wrote: > We had intended to do this before freeze but managed to miss it. One of > the upcoming features for taskotron that we've deployed to dev and want > to deploy to staging is execdb - task execution tracking for Taskotron. > > This requires

Re: Freeze break: sudoers on koji01/02

2015-04-01 Thread Pierre-Yves Chibon
On Wed, Apr 01, 2015 at 09:24:28AM -0600, Kevin Fenzi wrote: > I'd like to allow sysadmin-releng (which already has shell access) sudo > also on the koji hubs. > > This will allow us to have mikem able to debug our kojiria issues. > > +1s? +1 for me Pierre pgpQ28bOXPEO6.pgp Description: PGP

Re: Freeze break: sudoers on koji01/02

2015-04-01 Thread Tim Flink
On Wed, 1 Apr 2015 09:24:28 -0600 Kevin Fenzi wrote: > I'd like to allow sysadmin-releng (which already has shell access) > sudo also on the koji hubs. > > This will allow us to have mikem able to debug our kojiria issues. > > +1s? +1 from me as well pgpv_fl_UDOOL.pgp Description: OpenPGP

Re: Freeze Break Request: add db for execdb-stg to db-qa01.qa

2015-04-01 Thread Tim Flink
On Wed, 1 Apr 2015 17:16:27 +0200 Pierre-Yves Chibon wrote: > On Wed, Apr 01, 2015 at 08:47:43AM -0600, Tim Flink wrote: > > We had intended to do this before freeze but managed to miss it. > > One of the upcoming features for taskotron that we've deployed to > > dev and want to deploy to staging

Freeze break: sudoers on koji01/02

2015-04-01 Thread Kevin Fenzi
I'd like to allow sysadmin-releng (which already has shell access) sudo also on the koji hubs. This will allow us to have mikem able to debug our kojiria issues. +1s? kevin pgpf0b_Snpsw9.pgp Description: OpenPGP digital signature ___ infrastructure

Re: Freeze break: sudoers on koji01/02

2015-04-01 Thread Dennis Gilmore
On Wednesday, April 01, 2015 09:24:28 AM Kevin Fenzi wrote: > I'd like to allow sysadmin-releng (which already has shell access) sudo > also on the koji hubs. > > This will allow us to have mikem able to debug our kojiria issues. > > +1s? > > kevin +1 Dennis

Re: Freeze Break Request: add db for execdb-stg to db-qa01.qa

2015-04-01 Thread Kevin Fenzi
On Wed, 1 Apr 2015 09:37:50 -0600 Tim Flink wrote: > On Wed, 1 Apr 2015 17:16:27 +0200 > Pierre-Yves Chibon wrote: > > > On Wed, Apr 01, 2015 at 08:47:43AM -0600, Tim Flink wrote: > > > We had intended to do this before freeze but managed to miss it. > > > One of the upcoming features for tasko

Freeze break: run some playbooks

2015-04-01 Thread Kevin Fenzi
I'd like to run a few playbooks to roll up changes made just before freeze. These should only change the indicated stuff thats already in git below. If it causes any issues, we should find out now, instead of later in the freeze, and also will clean up the check/diff report and make sure we are run

Freeze break: fix log sync script on log01

2015-04-01 Thread Kevin Fenzi
log01 pulls httpd logs from proxys. When it was added, proxy11 wasn't right, this corrects it and saves us a cron email every night with the error: diff --git a/roles/base/files/syncHttpLogs.sh b/roles/base/files/syncHttpLogs.sh index 11a6d3a..ad25e01 100644 --- a/roles/base/files/syncHttpLogs.

Re: crowdsourcing an interview on git

2015-04-01 Thread Kevin Fenzi
On Tue, 31 Mar 2015 16:48:17 -0400 Matthew Miller wrote: > Hi everyone! Linux Foundation is running a series on Git for its 10th > anniversary. They asked me a few questions, and I thought it might be > even better to get a community answer from the whole infrastructure > team. So, if you have an

FYI retroactive freeze break: koji ssl connection timeout increase hotfix

2015-04-01 Thread Kevin Fenzi
A few times in the last week we have hit a state where kojira on koji02 times out and doesn't run newrepo tasks for buildroots. Restarting the httpd on koji01 seems to unstick it, but this is not a good even stop gap as we would then have to manually do that and people would get small windows whe

Re: Freeze break: run some playbooks

2015-04-01 Thread Stephen John Smoogen
+1 to this change. On 1 April 2015 at 10:34, Kevin Fenzi wrote: > I'd like to run a few playbooks to roll up changes made just before > freeze. These should only change the indicated stuff thats already in > git below. If it causes any issues, we should find out now, instead of > later in the fr

Re: FYI retroactive freeze break: koji ssl connection timeout increase hotfix

2015-04-01 Thread Stephen John Smoogen
Retroactive +1 On 1 April 2015 at 11:35, Kevin Fenzi wrote: > A few times in the last week we have hit a state where kojira on koji02 > times out and doesn't run newrepo tasks for buildroots. > > Restarting the httpd on koji01 seems to unstick it, but this is not a > good even stop gap as we wou

Re: FYI retroactive freeze break: koji ssl connection timeout increase hotfix

2015-04-01 Thread Tim Flink
On Wed, 1 Apr 2015 11:35:32 -0600 Kevin Fenzi wrote: > A few times in the last week we have hit a state where kojira on > koji02 times out and doesn't run newrepo tasks for buildroots. > > Restarting the httpd on koji01 seems to unstick it, but this is not a > good even stop gap as we would the

Re: Freeze break: fix log sync script on log01

2015-04-01 Thread Stephen John Smoogen
Woops my bad. +1 On 1 April 2015 at 10:37, Kevin Fenzi wrote: > log01 pulls httpd logs from proxys. > > When it was added, proxy11 wasn't right, this corrects it and saves us > a cron email every night with the error: > > diff --git a/roles/base/files/syncHttpLogs.sh > b/roles/base/files/syncHtt

Re: Freeze break: fix log sync script on log01

2015-04-01 Thread Tim Flink
On Wed, 1 Apr 2015 10:37:33 -0600 Kevin Fenzi wrote: > log01 pulls httpd logs from proxys. > > When it was added, proxy11 wasn't right, this corrects it and saves us > a cron email every night with the error: +1 pgpwab4ehf8xy.pgp Description: OpenPGP digital signature __

Re: Freeze break: run some playbooks

2015-04-01 Thread Tim Flink
On Wed, 1 Apr 2015 10:34:40 -0600 Kevin Fenzi wrote: > I'd like to run a few playbooks to roll up changes made just before > freeze. These should only change the indicated stuff thats already in > git below. If it causes any issues, we should find out now, instead of > later in the freeze, and al

Re: Freeze Break Request: add db for execdb-stg to db-qa01.qa

2015-04-01 Thread Pierre-Yves Chibon
On Wed, Apr 01, 2015 at 10:06:19AM -0600, Kevin Fenzi wrote: > On Wed, 1 Apr 2015 09:37:50 -0600 > Tim Flink wrote: > > > On Wed, 1 Apr 2015 17:16:27 +0200 > > Pierre-Yves Chibon wrote: > > > > > On Wed, Apr 01, 2015 at 08:47:43AM -0600, Tim Flink wrote: > > > > We had intended to do this befor

Re: FYI retroactive freeze break: koji ssl connection timeout increase hotfix

2015-04-01 Thread Kevin Fenzi
Applied. Note that we may roll out new packages with this change at some point so we don't have to worry about the hotfix messing things up. kevin pgp7fTONLwWjr.pgp Description: OpenPGP digital signature ___ infrastructure mailing list infrastructur

Re: Freeze break: fix log sync script on log01

2015-04-01 Thread Kevin Fenzi
Applied. Thanks. kevin pgp3WCyVstkV_.pgp Description: OpenPGP digital signature ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: Freeze Break Request: add db for execdb-stg to db-qa01.qa

2015-04-01 Thread Tim Flink
On Wed, 1 Apr 2015 08:47:43 -0600 Tim Flink wrote: > We had intended to do this before freeze but managed to miss it. One > of the upcoming features for taskotron that we've deployed to dev and > want to deploy to staging is execdb - task execution tracking for > Taskotron. > > This requires add

Re: Freeze break: run some playbooks

2015-04-01 Thread Kevin Fenzi
All run. Please let me know if you see any problems. kevin pgpGtFbQAwMVf.pgp Description: OpenPGP digital signature ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructur

Re: Bugzilla components of retired packages

2015-04-01 Thread Cole Robinson
> On Mon, 30 Mar 2015 10:34:35 -0500 > Michael Cronenworth wrote: > >> Can we get retired packages out of the active Bugzilla component list? > > If they are completely retired, yeah, this might be possible. > >> I just created a bug for a retired package and had to fix it... >> >> Bugzilla a

Re: Bugzilla components of retired packages

2015-04-01 Thread Michael Cronenworth
On 04/01/2015 03:29 PM, Cole Robinson wrote: But if someone from pkgdb side could give an example of how to query for fully retired packages, that would help. Even if it's not part of pkgdb in the short term, if there's a way to do that query now I'd be happy to send a request to bugzilla admins

Plan for tomorrow's Fedora Infrastructure meeting (2015-04-02)

2015-04-01 Thread Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow, 2015-04-02 at 18:00 UTC in #fedora-meeting on the freenode network. This week we are continuing to try something new. We have a gobby document (see: https://fedoraproject.org/wiki/Gobby ) fedora-infrastructure-meeting-next is