FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ



 
 
LinkBack Thread Tools
 
Old 11-11-2008, 05:30 PM
Dennis Gilmore
 
Default Change Request

Id like to enable creating static repos for dist-olpc4-build the patch bellow
is the change to the cronjob needed. Can I get a +1

diff --git a/configs/build/update-static-repos.py b/configs/build/update-static-
repos.py
index a6cd334..16ee6ac 100755
--- a/configs/build/update-static-repos.py
+++ b/configs/build/update-static-repos.py
@@ -4,7 +4,7 @@ import os
import sys
import koji

-TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-f8-build', 'dist-f9-
build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide', 'olpc2-update1',
'olpc2-ship2')
+TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-olpc4-build', 'dist-f8-
build', 'dist-f9-build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide',
'olpc2-update1', 'olpc2-ship2')
STATICPATH = '/mnt/koji/static-repos'
SUFFIX = '-current'



_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-11-2008, 05:36 PM
Mike McGrath
 
Default Change Request

On Tue, 11 Nov 2008, Dennis Gilmore wrote:

> Id like to enable creating static repos for dist-olpc4-build the patch bellow
> is the change to the cronjob needed. Can I get a +1
>
> diff --git a/configs/build/update-static-repos.py b/configs/build/update-static-
> repos.py
> index a6cd334..16ee6ac 100755
> --- a/configs/build/update-static-repos.py
> +++ b/configs/build/update-static-repos.py
> @@ -4,7 +4,7 @@ import os
> import sys
> import koji
>
> -TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-f8-build', 'dist-f9-
> build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide', 'olpc2-update1',
> 'olpc2-ship2')
> +TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-olpc4-build', 'dist-f8-
> build', 'dist-f9-build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide',
> 'olpc2-update1', 'olpc2-ship2')
> STATICPATH = '/mnt/koji/static-repos'
> SUFFIX = '-current'
>
>

Low risk, +1.

-Mike

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-11-2008, 06:21 PM
Toshio Kuratomi
 
Default Change Request

Dennis Gilmore wrote:
> Id like to enable creating static repos for dist-olpc4-build the patch bellow
> is the change to the cronjob needed. Can I get a +1
>
> diff --git a/configs/build/update-static-repos.py b/configs/build/update-static-
> repos.py
> index a6cd334..16ee6ac 100755
> --- a/configs/build/update-static-repos.py
> +++ b/configs/build/update-static-repos.py
> @@ -4,7 +4,7 @@ import os
> import sys
> import koji
>
> -TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-f8-build', 'dist-f9-
> build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide', 'olpc2-update1',
> 'olpc2-ship2')
> +TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-olpc4-build', 'dist-f8-
> build', 'dist-f9-build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide',
> 'olpc2-update1', 'olpc2-ship2')
> STATICPATH = '/mnt/koji/static-repos'
> SUFFIX = '-current'
>
+1

-Toshio

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-23-2008, 03:27 AM
Nigel Jones
 
Default Change Request

When proxy5 got added, the IP didn't get added to Mediawiki which meant
MW associated changes by anonymous users got credited to the proxy IP
address. ARGH!

Last two patches fix it, and the first is just to fix a weird thing in
Apache's mod_rewrite.

Can I get two amens? (+1s will do)

- Nigel
_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-23-2008, 03:40 AM
Dennis Gilmore
 
Default Change Request

On Saturday 22 November 2008 10:27:49 pm Nigel Jones wrote:
> When proxy5 got added, the IP didn't get added to Mediawiki which meant
> MW associated changes by anonymous users got credited to the proxy IP
> address. ARGH!
>
> Last two patches fix it, and the first is just to fix a weird thing in
> Apache's mod_rewrite.
>
> Can I get two amens? (+1s will do)
>
> - Nigel
+1

Dennis

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-23-2008, 06:01 AM
Toshio Kuratomi
 
Default Change Request

Nigel Jones wrote:
> When proxy5 got added, the IP didn't get added to Mediawiki which meant
> MW associated changes by anonymous users got credited to the proxy IP
> address. ARGH!
>
> Last two patches fix it, and the first is just to fix a weird thing in
> Apache's mod_rewrite.
>
> Can I get two amens? (+1s will do)
>
+1

-Toshio

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-23-2008, 10:33 AM
"Sebastian Gosenheimer"
 
Default Change Request

2008/11/23 Nigel Jones <nigjones@redhat.com>

When proxy5 got added, the IP didn't get added to Mediawiki which meant

MW associated changes by anonymous users got credited to the proxy IP

address. *ARGH!



Last two patches fix it, and the first is just to fix a weird thing in

Apache's mod_rewrite.



Can I get two amens? *(+1s will do)



- Nigel


_______________________________________________

Fedora-infrastructure-list mailing list

Fedora-infrastructure-list@redhat.com

https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list



+1



--sg

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-25-2008, 08:03 PM
Mike McGrath
 
Default Change request

I need to add the following:

AddType image/svg+xml .svg
AddType image/svg+xml .svgz
AddEncoding gzip .svgz
<FilesMatch .svgz$>
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
</FilesMatch>

Into a general config file for our app servers. At present it is in our
wiki config. This is causing problems for some of our docs sites that use
svg that are not on a machine that are on the wiki.

-Mike

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-25-2008, 08:07 PM
Dennis Gilmore
 
Default Change request

On Tuesday 25 November 2008 03:03:52 pm Mike McGrath wrote:
> I need to add the following:
>
> AddType image/svg+xml .svg
> AddType image/svg+xml .svgz
> AddEncoding gzip .svgz
> <FilesMatch .svgz$>
> <IfModule mod_gzip.c>
> mod_gzip_on No
> </IfModule>
> </FilesMatch>
>
> Into a general config file for our app servers. At present it is in our
> wiki config. This is causing problems for some of our docs sites that use
> svg that are not on a machine that are on the wiki.
+1

Dennis

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 
Old 11-25-2008, 08:07 PM
Seth Vidal
 
Default Change request

On Tue, 25 Nov 2008, Mike McGrath wrote:


I need to add the following:

AddType image/svg+xml .svg
AddType image/svg+xml .svgz
AddEncoding gzip .svgz
<FilesMatch .svgz$>
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
</FilesMatch>

Into a general config file for our app servers. At present it is in our
wiki config. This is causing problems for some of our docs sites that use
svg that are not on a machine that are on the wiki.


silly people using svg.

+1

-sv

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
 

Thread Tools




All times are GMT. The time now is 01:55 PM.

VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org