Re: Fedora 10 Beta Release Planning Meeting
by Rahul Sundaram
Josh Boyer wrote:
> On Thu, Sep 18, 2008 at 06:20:06PM +0530, Rahul Sundaram wrote:
>> John Poelstra wrote:
>>> Fedora 10 Beta Release Planning Meeting
>>> 2008-09-17
>>>
>>> == Invitees ==
>>> Jonathan Roberts -- Marketing
>>> Karsten Wade -- Docs
>>> Jesse Keating -- Rel Eng (present)
>>> Paul Frields -- FPL (present)
>>> Spot Callaway -- FEM (present)
>>> John Poelstra -- Organizer (present)
>>> Mike McGrath -- Infrastructure (present)
>>> Dimitris Glezos -- Translation (present)
>>> Máirín Duffy -- Art (present)
>>> Will Woods -- QA
>>> James Laska -- QA (present)
>>> Ricky Zhou -- Websites (present)
>>> Bill Nottingham -- Development
>> Wouldn't it be useful to invite more than person as part of the
>> different groups? Currently it seems a number of people have not
>> attended which leaves that group voice unheard.
>
> I'm pretty sure the meeting was public.
Was the invitation public?
Rahul
15 years, 2 months
Change Request: Fix /wikiold/ (r/o moin)
by Ricky Zhou
Hi, Rahul reported that /wikiold/ is currently broken, so it looks like
we missed some stuff during the rebuild. I wasn't sure if this is
considered under the change freeze, so here's the puppet patch I'd like
to apply (also, can somebody confirm that the mount for /srv/web/wiki is correct?):
Thanks,
Ricky
From 7a4f9b64fe100dd4eb7de9ad57c98338bf0dd7f7 Mon Sep 17 00:00:00 2001
From: Ricky Zhou <ricky(a)fedoraproject.org>
Date: Tue, 16 Sep 2008 03:56:43 +0000
Subject: [PATCH] Fix up old moin setup.
---
configs/web/applications/moin.wsgi | 11 +++++++++--
manifests/services/fedoraproject.org.pp | 23 ++++++++++++++---------
2 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/configs/web/applications/moin.wsgi b/configs/web/applications/moin.wsgi
index 5bd3772..bfd0d86 100644
--- a/configs/web/applications/moin.wsgi
+++ b/configs/web/applications/moin.wsgi
@@ -1,7 +1,14 @@
-#!/usr/bin/python
import sys
sys.path.insert(0, '/srv/web/wiki')
-from MoinMoin.server.wsgi import moinmoinApp
+import logging
+
+from MoinMoin.server.server_wsgi import WsgiConfig, moinmoinApp
+
+class Config(WsgiConfig):
+ logPath = 'moin.log'
+
+config = Config()
application = moinmoinApp
+
diff --git a/manifests/services/fedoraproject.org.pp b/manifests/services/fedoraproject.org.pp
index 5981bf8..80bf50e 100644
--- a/manifests/services/fedoraproject.org.pp
+++ b/manifests/services/fedoraproject.org.pp
@@ -1,14 +1,5 @@
# Config files for http://fedoraproject.org/
-class fedoraproject-moin-slave {
- symlink { '/srv/web/wiki/':
- ensure => "/fedora/wiki/"
- }
- package { 'PyXML':
- ensure => present,
- }
-}
-
class fedoraproject-moin inherits httpd {
include mod_wsgi-package
@@ -28,6 +19,20 @@ class fedoraproject-moin inherits httpd {
package { 'PyXML':
ensure => present,
}
+
+ folder { '/srv/web/wiki/':
+ source => 'blank/',
+ require => Folder['/srv/web/'],
+ }
+
+ mount { "/srv/web/wiki":
+ device => "ntap-fedora1.fedora.phx.redhat.com:/vol/fedora/app/wiki",
+ fstype => "nfs",
+ ensure => "mounted",
+ options => "defaults",
+ atboot => true
+ }
+
}
class fedoraproject-proxy inherits httpd {
--
1.5.5.1
15 years, 2 months
About the recent invasion
by Henrique Junior
Hello, guys
I'm sorry if this list
is not the right place to post this question but I can't figure a
better place.
As a Fedora ambassador
(in Brazil) I've been asked by a lot of people about the recent
invasion in our servers. The question I've been asked yesterday was
“how it happened?”
I'd like to explain
here exactly what happened to make our users more comfortable and confident.
Please excuse my bad english.
Thanks
Henrique "LonelySpooky" Junior
________________________________
"In a world without walls and fences, who needs windows and gates?!"
Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com.
http://br.new.mail.yahoo.com/addresses
15 years, 2 months
modules/plague/templates/sync-committers.sh.erb Change
by Ricky Zhou
Sorry, I completely forgot we were in a change freeze now. I just
pushed a change (diff below) to make the sync-committers script not
fail. Should I revert this, or does it look all right?
diff --git a/modules/plague/templates/sync-committers.sh.erb b/modules/plague/templates/sync-committers.sh.erb
index d3c8e63..4e51d44 100644
--- a/modules/plague/templates/sync-committers.sh.erb
+++ b/modules/plague/templates/sync-committers.sh.erb
@@ -12,7 +12,7 @@ fi
for user in `cat ${users}|cut -d, -f2`
do
- plague-user-manager.py ${userdb} add $user own_jobs > $cruft 2>&1
+ /usr/bin/plague-user-manager ${userdb} add $user own_jobs > $cruft 2>&1
if [ $? != 0 ]; then
if ! grep -qi 'already exists' $cruft; then
echo "Error adding user $user was:"
Thanks,
Ricky
15 years, 2 months
Emergency update to kojiweb.conf
by Dennis Gilmore
I just made a minor change to kojiweb.conf
RewriteRule ^/koji/login$ https://koji.fedoraproject.org/koji/login
koji-1.2.6 only allows you to use ssl when logged in. by rewriting the login
you end up using https
without the change a user would need to go to https before trying to login or
they would get a traceback trying to login.
Dennis
15 years, 2 months
[Fwd: download.fedoraproject.org mirrors problem]
by Ignacio Vazquez-Abrams
For your consideration.
-------- Forwarded Message --------
From: George Billios <gbillios(a)gmail.com>
To: webmaster(a)fedoraproject.org
Subject: download.fedoraproject.org mirrors problem
Date: Sat, 13 Sep 2008 09:12:29 +0300
Hello,
During the last week I noticed that when trying to access directly
download.fedoraproject.org I get automatically redirected to ftp.ntua.gr
mirror of fedoraproject, probably accordingly to my ip. The problem is
that this mirror is not updated, for example the repo for fedora 9 with
the new key was only updated yesterday and as you can see here:
http://ftp.ntua.gr/pub/linux/fedora/linux/updates/testing/
there is nothing under testing.
Therefore it would be best to disable this redirecting until the repo is
up to date.
Thank you
15 years, 2 months