Re: Goals for F13?

2010-01-06 Thread Jesse Keating
On Wed, 2010-01-06 at 10:35 -0600, Mike McGrath wrote: What does everyone else have? 1) no frozen rawhide which requires faster composes 2) dist-git 3) A functioning message bus with services passing messages -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca

Re: Creating a trusted sha256sum.exe binary for verifying *-CHECKSUM files on Windows

2009-11-24 Thread Jesse Keating
. Trust us, we swear! -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com

Re: Creating a trusted sha256sum.exe binary for verifying *-CHECKSUM files on Windows

2009-11-24 Thread Jesse Keating
to point out the catch-22. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list

Re: old torrents

2009-10-21 Thread Jesse Keating
would cry. Nobody did, I'm fine with killing everything older than F10. -- Jesse Keating RHCE (http://jkeating.livejournal.com) Fedora Project (http://fedoraproject.org/wiki/JesseKeating) GPG Public Key (geek.j2solutions.net/jkeating.j2solutions.pub) identi.ca

[PATCH] Add a module for lftp package

2009-10-15 Thread Jesse Keating
--- modules/lftp/manifests/init.pp |5 + 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 modules/lftp/manifests/init.pp diff --git a/modules/lftp/manifests/init.pp b/modules/lftp/manifests/init.pp new file mode 100644 index 000..abd88b8 --- /dev/null +++

[PATCH] Add sigul and lftp packages to compose hosts

2009-10-15 Thread Jesse Keating
--- manifests/servergroups/compose.pp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/manifests/servergroups/compose.pp b/manifests/servergroups/compose.pp index b2cb3ab..49c78f4 100644 --- a/manifests/servergroups/compose.pp +++ b/manifests/servergroups/compose.pp @@

Re: [PATCH] Add a module for lftp package

2009-10-15 Thread Jesse Keating
On Thu, 2009-10-15 at 22:48 +, Jesse Keating wrote: +++ b/modules/lftp/manifests/init.pp @@ -0,0 +1,5 @@ +class sigul { + +package { lftp: +ensure = installed, +} -- Mike pointed out that this is wrong. It now reads: class lftp::package { package { lftp

Re: CVS Outage Notification - 2009-09-29 04:25 UTC

2009-09-29 Thread Jesse Keating
On Tue, 2009-09-29 at 00:40 -0700, Jesse Keating wrote: The outage is now over. Please contact me or anybody else in #fedora-admin if you have issues with your branch (don't forget to cvs up -d) or with building. It was pointed out to me that many of the packages starting with a were

CVS Outage Notification - 2009-09-29 04:25 UTC

2009-09-28 Thread Jesse Keating
Services: Everything else. Reason for Outage: The CVS server will not accept connections so that we can mass-branch for Fedora 12. Contact Information: Please join #fedora-admin in irc.freenode.net or respond to this email to track the status of this outage. -- Jesse Keating Fedora -- Freedom

Torrent changes

2009-09-10 Thread Jesse Keating
of the torrents that got re-generated, but was necessary for GPL compliance. Please ping me if anybody discovers an issue with the torrents. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Re: Torrent changes

2009-09-10 Thread Jesse Keating
On Sep 10, 2009, at 18:14, Mike McGrath mmcgr...@redhat.com wrote: On Thu, 10 Sep 2009, Jesse Keating wrote: I've done a couple things with the torrents this week and I want you all to be aware of it, in case something happens. 1) I've removed anything that is older than F-10. All F8/9

Re: [Change Request] Don't replace sigul db files.

2009-08-19 Thread Jesse Keating
On Wed, 2009-08-19 at 16:41 -0400, Ricky Zhou wrote: --- modules/sigul/manifests/init.pp |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) These look good to me, thanks! -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc

Re: [Change Request]

2009-08-19 Thread Jesse Keating
. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com https://www.redhat.com

Re: [Change Request] Update xz on the builders

2009-08-19 Thread Jesse Keating
On Aug 19, 2009, at 18:36, Toshio Kuratomi a.bad...@gmail.com wrote: A data corruption bug was found in the current xz package for certain files. The xz package was updated to a snapshot in Fedora and EPEL. We'd like to update the builders with the new xz to make sure we aren't producing

Freeze break request for sigul fine tuning

2009-08-18 Thread Jesse Keating
Sigul changes are very low risk, as we're mostly done with the signing and puppet is currently disabled on these hosts. However vault may be rebuilt tomorrow and if so I want the puppet modules to be correct for the rebuild. -- Jes ___

Re: [PATCH] Setup sigul bridge and client

2009-07-25 Thread Jesse Keating
the payloads and checksums, as well as perform the larger signing. As we make changes to rpm and update the builders to handle those changes, we'll have to update the signing and composing systems too. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating

[PATCH] Have sign-vault1 use the sigul::server class to get its

2009-07-24 Thread Jesse Keating
--- .../nodes/sign-vault1.fedora.phx.redhat.com.pp |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/manifests/nodes/sign-vault1.fedora.phx.redhat.com.pp b/manifests/nodes/sign-vault1.fedora.phx.redhat.com.pp index 4c57d01..912d050 100644 ---

[PATCH] Setup sigul bridge and client

2009-07-24 Thread Jesse Keating
Add a sigul module with bridge and server classes. Adjust the sign-bridge1 node to use the new classes. --- .../nodes/sign-bridge1.fedora.phx.redhat.com.pp| 17 +++- modules/sigul/files/server.conf| 47 ++ modules/sigul/manifests/init.pp|

Proposed setup for sigul bridge/server for review

2009-07-24 Thread Jesse Keating
Here is my initial stab at a class for the signing server(s). There is a bridge that clients communicate with (and I'm thinking of forcing this through an ssh tunnel through bastion) and that interacts with koji. There is also the server itself that has the gpg keys on it and does the signing

Re: Proposed setup for sigul bridge/server for review

2009-07-24 Thread Jesse Keating
directory (which I assume is provided by the package). Good catch. I'll do that. I'm also going to squash the two commits into one since they are all related and the second one was an after thought. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc

[PATCH] Setup sigul bridge and client

2009-07-24 Thread Jesse Keating
Add a sigul module with bridge and server classes. Adjust the sign-bridge1 node to use the new classes. Have sign-vault1 use the sigul::server class to get its configuration --- .../nodes/sign-bridge1.fedora.phx.redhat.com.pp| 17 +++- .../nodes/sign-vault1.fedora.phx.redhat.com.pp |

Re: Add patch to global.pp

2009-07-17 Thread Jesse Keating
On Jul 16, 2009, at 21:24, Toshio Kuratomi a.bad...@gmail.com wrote: On 07/16/2009 08:50 PM, Jesse Keating wrote: On Thu, 2009-07-16 at 19:59 -0700, Toshio Kuratomi wrote: What's the consensus here? If we install patch, will git come next, since people will want to git am stuff

trac-git-plugin updated on hosted1/2

2009-07-16 Thread Jesse Keating
, but keep your eye open for any tickets related to git plugin in hosted. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure

Re: Add patch to global.pp

2009-07-16 Thread Jesse Keating
On Thu, 2009-07-16 at 19:59 -0700, Toshio Kuratomi wrote: What's the consensus here? If we install patch, will git come next, since people will want to git am stuff? Not that I'm against having patch, it would make things easier. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca

Re: package category new-package for fedora-package-announce

2009-07-06 Thread Jesse Keating
On Jul 6, 2009, at 7:09, David Juran dju...@redhat.com wrote: On Mon, 2009-07-06 at 10:01 -0400, Luke Macken wrote: Would prepending something like [NEW] to the subject (similar to how we add [SECURITY]) suffice? This would be a fairly trivial change to bodhi. Sure, that would make it

Re: CVS upgrade step2

2009-06-24 Thread Jesse Keating
On Jun 24, 2009, at 20:50, Mike McGrath mmcgr...@redhat.com wrote: So I was going to finish the upgrade to cvs1 on Thursday or Friday. Both Jesse and Toshio are out of the country though and it strikes me as a bad idea to make potentially massive changes to that box without having at

Re: Travelling

2009-06-22 Thread Jesse Keating
On Jun 21, 2009, at 18:35, Toshio Kuratomi a.bad...@gmail.com wrote: I'm going to be going to Brazil for FISL and a FUDCon this week. I'm not sure what my Internet situation is going to be but if anything comes up send me a message and I'll work on it once I get the message. -Toshio

Re: 2-3 hour CVS outage

2009-06-19 Thread Jesse Keating
access, but doing the outage before that would probably be prudent. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list

Re: [PATCH] Re-enable rawhide compose.

2009-06-15 Thread Jesse Keating
the patch and/or apply it. The patch is flagged for follow up so I will get to it soon. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora

[PATCH] Disable rawhide for now.

2009-06-05 Thread Jesse Keating
Moving to F12 content has caused the rawhide compose to take longer than one day, mostly to create all the new delta rpms. This disables the attempt to build rawhide so that we don't have two composes happening at once. --- configs/build/rawhide |2 +- 1 files changed, 1 insertions(+), 1

Re: mobile phone + password = 2 factor auth?

2009-05-26 Thread Jesse Keating
On Tue, 2009-05-26 at 11:01 -0400, Seth Vidal wrote: 2. cost structure of sending/receiving a lot of txt msgs. Don't most carriers offer an email gateway to sms? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description

Re: mobile phone + password = 2 factor auth?

2009-05-26 Thread Jesse Keating
bluetooth or maybe also wifi nowadays. Wouldn't that be why you have to combine what comes up on your phone with the password you know, so that just the phone alone can't get you in? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc

Re: Change Freeze (telia1 reboot)

2009-05-13 Thread Jesse Keating
of this freeze will only impact our test servers and noc2. 2+1's? +1 from me, this shoudln't impact the F11 process. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Change Request - Stop puppet on releng2 for the night.

2009-05-13 Thread Jesse Keating
the puppet service from updating that cron job for the evening. I'll turn on puppet again in my morning. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

[PATCH] Add dist-f12 to the static repos.

2009-03-30 Thread Jesse Keating
We're allowing for early branching now. --- configs/build/update-static-repos.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/build/update-static-repos.py b/configs/build/update-static-repos.py index 16ee6ac..98d48c9 100755 ---

Re: [PATCH] Added compose-x86/x86-8 to the ssh known hosts list

2009-03-12 Thread Jesse Keating
On Thu, 2009-03-12 at 18:41 +, Mike McGrath wrote: This is technically a global change. Very low risk Diffs of this file are nearly impossible to read, but I'll trust what you're doing rather than the diff. +1 -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http

Re: Meeting Today

2009-03-12 Thread Jesse Keating
On Thu, 2009-03-12 at 13:19 -0500, Mike McGrath wrote: (3:00 pm Chicago Cubs time) Chicago Cubs time, is that when everybody drinks because the cubs lost again? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description

Re: sanity request

2009-03-11 Thread Jesse Keating
are not going to be helped by this. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list

Change request - Using git send-email

2009-03-11 Thread Jesse Keating
Here is a message from git send-email. To get here, I used: $ git commit -a Created commit cb85f54: Disable rawhide. 1 files changed, 2 insertions(+), 1 deletions(-) $ git format-patch HEAD^ 0001-Disable-rawhide.patch $ git send-email --compose --to Fedora-infrastructure-list@redhat.com

[PATCH] Disable rawhide.

2009-03-11 Thread Jesse Keating
From: Jesse Keating jkeat...@puppet1.fedora.phx.redhat.com This is a test commit for email send testing --- configs/build/rawhide |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configs/build/rawhide b/configs/build/rawhide index 2bdaa57..4c7f0b8 100644 --- a/configs

[PATCH] Add a git-email package class

2009-03-11 Thread Jesse Keating
--- manifests/services/packages.pp |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/manifests/services/packages.pp b/manifests/services/packages.pp index bd3f667..8cd7ed7 100644 --- a/manifests/services/packages.pp +++ b/manifests/services/packages.pp @@ -193,6

Change Request - Puppetize git(-email) being on puppet systems

2009-03-11 Thread Jesse Keating
I already installed git-email on puppet1, but this puts it in puppet itself. I also noticed that git wasn't puppetized for puppet1 either. -- Jes ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com

[PATCH] Make sure git and git-email are installed on puppet systems

2009-03-11 Thread Jesse Keating
--- manifests/servergroups/puppet.pp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/manifests/servergroups/puppet.pp b/manifests/servergroups/puppet.pp index d054fef..c393f9a 100644 --- a/manifests/servergroups/puppet.pp +++ b/manifests/servergroups/puppet.pp @@ -13,6

Re: Calendaring system?

2009-02-06 Thread Jesse Keating
on its licensing. calendarserver appears to be a python project, and it appears to be licensed at least partly under apache 2.0 http://trac.calendarserver.org/browser/CalendarServer/trunk/LICENSE More clear info at http://trac.calendarserver.org/browser/CalendarServer/trunk/README -- Jesse

Re: Upgrading Fedora Hosted to Trac-0.11

2009-02-02 Thread Jesse Keating
think the only real risk wrt F11 is me spending too much time on Trac, which is why I'm asking for some help (: -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Re: Upgrading Fedora Hosted to Trac-0.11

2009-02-02 Thread Jesse Keating
much a for f in * do the upgrade done We'll have to do some pre work, building trac-0.11 and then building any plugins that are still 3rd party for 0.11 as well. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description

Re: Change request: Another tmpfile fix

2009-02-02 Thread Jesse Keating
On Mon, 2009-02-02 at 09:35 -0500, Ricky Zhou wrote: Sorry again. I just realized that I reversed the if statement. That's what I get for not sleeping. Here the corrected version: +1, I'll change buildrawhide to match. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http

squid issues

2009-02-02 Thread Jesse Keating
using hardlinks to rawhide. Can somebody help me debug why this is? I'm not familiar with our squid setup, and I couldn't find it in a quick wiki search for 'squid'. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description

Re: Change request: reenable last-modified (was Re: squid issues)

2009-02-02 Thread Jesse Keating
On Mon, 2009-02-02 at 21:08 -0500, Ricky Zhou wrote: Oops, I cleared the Last-Modified headers in the configs hoping that it might somehow save some NFS load. Here's a patch to remove those lines - can I get two +1s? Wrong diff? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca

Re: /releases/10/Everything: several packages changed

2009-02-01 Thread Jesse Keating
that are not, something that I'm almost willing to live with. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list

Change request; tmpfile cleanup

2009-02-01 Thread Jesse Keating
+36,7 @@ rsync -rlptDvHh --delay-updates $RSYNC_OPTS --delete --delete-after \ done pushd /pub/fedora/ -TMPFILE = `mktemp -p /tmp/` +TMPFILE=$(mktemp -p /tmp/) find * -print $TMPFILE diff $TMPFILE fullfilelist /dev/null if [ $? = 1 ]; then -- 1.5.5.6 -- Jesse Keating Fedora -- Freedom

Upgrading Fedora Hosted to Trac-0.11

2009-02-01 Thread Jesse Keating
into EPEL for other trac users. Would anybody like to help me with this? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list

Re: /releases/10/Everything: several packages changed

2009-01-31 Thread Jesse Keating
commonality in my brief looking. More investigation to follow. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list

Re: /releases/10/Everything: several packages changed

2009-01-31 Thread Jesse Keating
On Sat, 2009-01-31 at 12:14 -0800, Jesse Keating wrote: Hrm, there was no action on my part to touch everything, so I'll have to do some investigation into what's going on. Looking on the server, all the files in releases/10/Everything/i386/os/Packages/ have varying timestamps, but I do

Re: /releases/10/Everything: several packages changed

2009-01-31 Thread Jesse Keating
On Sat, 2009-01-31 at 12:21 -0800, Jesse Keating wrote: I misread/misunderstood what --size-only option would do, in relation to --link-dest Actually it may have nothing to do with --size-only, that may have just been my clue that something was wrong. -- Jesse Keating Fedora -- Freedom

Re: /releases/10/Everything: several packages changed

2009-01-31 Thread Jesse Keating
On Sat, 2009-01-31 at 12:21 -0800, Jesse Keating wrote: This was certainly unexpected, and repairing this is going to be... interesting. Through some fun work with /sbin/hardlink I got a lot of the packages fixed up. There are some more that aren't quite right, due to the development tree

Re: change request: python-hashlib install on builders

2009-01-29 Thread Jesse Keating
On Wed, 2009-01-28 at 22:44 -0800, Jesse Keating wrote: Instead of rolling back yum, I'm attempting to replace bash's %post that was in bash, and instead writing it in native lua. This will allow bash to complete its %post without any external deps. If this works, I'll create a F10 bash

change request: python-hashlib install on builders

2009-01-28 Thread Jesse Keating
the newer sha256 sum in them. We need a newer yum and the python-hashlib build in order for the host yum to be able to process that metadata and generate the chroot. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description

Re: change request: python-hashlib install on builders

2009-01-28 Thread Jesse Keating
On Wed, 2009-01-28 at 14:07 -0800, Toshio Kuratomi wrote: Jesse Keating wrote: Since the change on fedorapeople was a success, we need to make this change on the builders as well. The problem is that when we create rawhide each night, we have random builders create a chroot in order

Re: change request: python-hashlib install on builders

2009-01-28 Thread Jesse Keating
On Wed, 2009-01-28 at 13:51 -0800, Jesse Keating wrote: Since the change on fedorapeople was a success, we need to make this change on the builders as well. This change did cause some fallout. The previous yum would not consider scriptlet (like %post) errors to be fatal. The new yum does

Re: Automating hosted projects?

2009-01-27 Thread Jesse Keating
a conclusion, send your proposition to the list) -Mike As one of the initial creators of the Fedora Hosted offerings, I have to agree with Mike McGrath here. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description

Re: Disk IO issues

2009-01-19 Thread Jesse Keating
On Mon, 2009-01-19 at 10:02 -0600, Mike McGrath wrote: on the netapp. Er, this is on nfs1 right, not the netapp? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Re: Disk IO issues

2009-01-02 Thread Jesse Keating
. The /mnt/koji/mash/ tree is where all the hardlinks are. These are composes of koji tags for things like rawhide and releases. It's here that we make hardlinks back to /mnt/koji/packages/ for the individual rpms. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating

Re: everything spin trouble

2008-12-27 Thread Jesse Keating
weren't in the i386 dir... They're in every dir, they're hardlinks. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list

RE: Noisy cron

2008-12-22 Thread Jesse Keating
and others for assistance if that's ok. This will truly be a starting point for me regarding Fedora Infrastructure... There is no ticket yet, pop into #fedora-admin and we'll chat about it. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc

Noisy cron

2008-12-21 Thread Jesse Keating
Could somebody start looking into the noisy cron jobs? We seem to have quite a few that are failing or spitting unnecessary text out into email. Could be a fun project for somebody looking to get familiar with Infrastructure, since the jobs seem to span all parts of our realm. -- Jesse Keating

proper way to update /var/lib/puppet/application/mirrors/releases.txt

2008-11-24 Thread Jesse Keating
a couple things need to be done to the file. 1) removing F10 Preview and Beta 2) adding F10 itself. These will need to be done by the release tomorrow. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed

Re: proper way to update /var/lib/puppet/application/mirrors/releases.txt

2008-11-24 Thread Jesse Keating
On Mon, 2008-11-24 at 18:18 -0600, Mike McGrath wrote: Try again. I cheated and used sudo.. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Change request, F10 updates

2008-11-21 Thread Jesse Keating
In order to push out the first round of Fedora 10 updates, a few changes need to be made in the infrastructure. 1) add the 10 release to fedora-updates-push in puppet 2) Update bodhi with 10 mash configs Can I get a few +1s on this? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca

Re: Change Request Koji

2008-11-12 Thread Jesse Keating
On Wed, 2008-11-12 at 15:03 -0600, Mike McGrath wrote: Lets try to add more ram, if that doesn't work let us know and I'll +1 this. We should at least make sure to get jesse's input on it, its the release that would be most affected. +1. -- Jesse Keating Fedora -- Freedom² is a feature

Re: Freeze reminder

2008-11-06 Thread Jesse Keating
the release ? Do a cvs up -d from your module/ directory so that it updates your common/ folder. It'll set up your build target correctly. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Re: Freeze reminder

2008-11-06 Thread Jesse Keating
On Fri, 2008-11-07 at 12:02 +0800, Gregory Hosler wrote: Will building in the newly created F-10 directory become a 0 day update ? If you use bodhi and request it as an update, yes. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc

Re: rsync fixups for secondary1

2008-10-31 Thread Jesse Keating
On Sat, 2008-11-01 at 00:31 -0500, Matt Domsch wrote: Acks please. +1 -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora

Re: metalinks for F10 download pages

2008-10-03 Thread Jesse Keating
On Fri, 2008-10-03 at 08:34 -0500, Jeffrey Ollie wrote: Are these links supposed to work in Firefox (at least for testing)? I get # Server Error when I click on it in Firefox. There was some MirrorManager work done yesterday, are you still seeing this issue? -- Jesse Keating Fedora

Beta freeze lift

2008-09-30 Thread Jesse Keating
Since beta went out this morning, I'm +1 to lift the change freeze. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure

Re: Stale Fedora Hosted Projects (revisited)

2008-09-24 Thread Jesse Keating
availability. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com

Re: Fedora 10 Beta Release Planning Meeting

2008-09-19 Thread Jesse Keating
probably embed this information into the schedule pages that John creates, it's not like those aren't busy enough as they are (: -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Re: Fedora 10 Beta Release Planning Meeting

2008-09-18 Thread Jesse Keating
the various groups, who should have had release meetings on their own already and just reporting information back to the other groups. Having a 50 person meeting doesn't work very well. Is this just speculation on your part, or is there an actual issue to talk about? -- Jesse Keating Fedora -- Freedom

Re: Fedora 10 Beta Release Planning Meeting

2008-09-18 Thread Jesse Keating
groups, who should have had release meetings on their own already and just reporting information back to the other groups. Having a 50 person meeting doesn't work very well. Is this just speculation on your part, or is there an actual issue to talk about? -- Jesse Keating Fedora -- Freedom

Re: Last week

2008-09-08 Thread Jesse Keating
On Mon, 2008-09-08 at 08:56 -0500, Mike McGrath wrote: Strange week last week, many of you noticed a bunch of nagios outages so I thought I'd send a roundup of what happened. Any ideas what has been making releng2 flap? -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http

Re: More puppet training!

2008-09-08 Thread Jesse Keating
to the standards). -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com https

Re: New Key Repo Locations

2008-08-31 Thread Jesse Keating
for Fedora 10, trying to squeeze in a 9.1 and an 8.1 release is just going to make 10 that much worse. Add to that it won't help at all the already burned or mastered copies of the original isos in existence. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating

Re: rawhide, /mnt/koji and /pub/fedora

2008-08-28 Thread Jesse Keating
that narrow it down sufficiently? I think so. I'll play with this some today. -- Jesse Keating RHCE (http://jkeating.livejournal.com) Fedora Project (http://fedoraproject.org/wiki/JesseKeating) GPG Public Key (geek.j2solutions.net/jkeating.j2solutions.pub) identi.ca

Re: rawhide, /mnt/koji and /pub/fedora

2008-08-28 Thread Jesse Keating
On Thu, 2008-08-28 at 08:52 +0200, Xavier Lamien wrote: yeah, you can easily do that by invoking : /bin/mail -r From_adress hope that mailx is up to date ;) Looks like that's not working in EL5. Pitty. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating

Re: New Key Repo Locations

2008-08-28 Thread Jesse Keating
the number of files for rsync to consider. Yes, of course, this wouldn't be a silent change. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Re: New Key Repo Locations

2008-08-28 Thread Jesse Keating
would fetch over the internet that matter. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora

rawhide, /mnt/koji and /pub/fedora

2008-08-27 Thread Jesse Keating
from ftpsync over to masher. It will require UID changes, either changing masher to the ftpsync UID (which breaks our new range we just setup), or chmodding some stuff on the Fedora netapp and changing what UID has write access there. For now, I'm syncing rawhide by hand. Comments? -- Jesse

Re: rawhide, /mnt/koji and /pub/fedora

2008-08-27 Thread Jesse Keating
On Wed, 2008-08-27 at 21:44 -0700, Jesse Keating wrote: Comments? One comment just made on IRC by G: G f13: can't be allow masher to sudo to ftpsync and run a sync command? We would have to allow masher to sudo with no password in order to run the rsync command. I'm not sure how far we can

Re: rawhide, /mnt/koji and /pub/fedora

2008-08-27 Thread Jesse Keating
it might be fine. I just noticed we're going to have to do the same to allow it to do mail as the rawhide user (or somebody is going to have to tell me how to set the From address to something else when calling /bin/mail). -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca

Puppet help - group membership on specific host

2008-08-26 Thread Jesse Keating
? This is probably one of those puppet tricks we should have in a wiki somewhere. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___ Fedora

Re: securing FAS certs

2008-08-25 Thread Jesse Keating
infrastructure. The gpg smartcards I ordered are finally on the way, a billing snafu prevented them from showing up earlier. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part

Re: YUM security issues...

2008-07-25 Thread Jesse Keating
. Are you worried people in your subnet are being directed to a down mirror? More like taking over a subnet and directing all clients at a rouge mirror. -- Jesse Keating Fedora -- Freedom² is a feature! signature.asc Description: This is a digitally signed message part

Re: puppet and git (README)

2008-07-08 Thread Jesse Keating
mike forgot to mention, don't make any changes in puppet without talking to him first. -- Jesse Keating Fedora -- Freedom² is a feature! signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list

Re: Request for xen guest for a Testopia proof-of-concept

2008-06-05 Thread Jesse Keating
then please say so. I've agreed to sponsor these folks in this request for resources. I'll get a ticket filed today and start work. Mike McGrath has granted me the right to use publictest2 once I've confirmed that all users of this test instance are done with it. -- Jesse Keating Fedora

postfix alias issue

2008-05-28 Thread Jesse Keating
is dropping it somewhere. I could really use a second set of eyes looking at the setup with me that has more experience with postfix and aliases. Please find me on #fedora-admin as f13. Thanks! -- Jesse Keating Fedora -- Freedom² is a feature! signature.asc Description: This is a digitally signed

Re: postfix alias issue

2008-05-28 Thread Jesse Keating
On Wed, 2008-05-28 at 13:00 -0400, Jesse Keating wrote: A few days ago I setup email2trac on our hosted1 system to allow for using emails to create Trac tickets for select hosted projects. At this was all working, and the setup was such that the aliases file and aliases.db for Trac projects

New (beta) service, email to Trac tickets

2008-05-21 Thread Jesse Keating
of this service. -- Jesse Keating Fedora -- Freedom² is a feature! signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com https://www.redhat.com/mailman

I need a package review done

2008-05-19 Thread Jesse Keating
would appreciate it! -- Jesse Keating Fedora -- Freedom² is a feature! signature.asc Description: This is a digitally signed message part ___ Fedora-infrastructure-list mailing list Fedora-infrastructure-list@redhat.com https://www.redhat.com/mailman

Rolling out kojipkgs url for koji repodata

2008-05-14 Thread Jesse Keating
and starting on the rolling process? There should be no overall outage to send mail about, service will remain uninterrupted. -- Jesse Keating Fedora -- Freedom² is a feature! signature.asc Description: This is a digitally signed message part ___ Fedora

Re: Rolling out kojipkgs url for koji repodata

2008-05-14 Thread Jesse Keating
On Wed, 2008-05-14 at 13:02 -0500, Mike McGrath wrote: Works for me. If you need anything just ping :) The change has been made and made active on all the builders. New repodata has been created with the new baseurl and we're about to see our first build make use of that repodata. -- Jesse

  1   2   >