2 MM metalink fixes pushed
by Matt Domsch
I just pushed a couple fixes for MM live. The metalinks for F11 ISOs
were failing to get created, because the code had a hard-coded length
check when parsing the CHECKSUM file, based on the md5 and sha1
lengths; obviously SHA256 checksums are longer. Whoops. Fixed on
bapp1, so in a couple hours, it should be visible on
mirrors.fp.o/metalink?path=pub/...
Thanks,
Matt
--
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux
14 years, 3 months
koji database wrong?
by Thomas Spura
Hi list,
I don't know if this belongs to here, redirect me, if I'm wrong...
After running 'yum info cmake', the result is:
Name : cmake
Architektur : x86_64
Version : 2.6.4
Ausgabe : 1.fc10
Grösse : 6.4 M
Repo : updates
Trying to install failed, because the "1.fc10". With "1.fc11" it should
work.
Is this issue maybe coming from the previously mentioned "pg_restore
command" or more a yum or whatever issue?
Thomas
14 years, 3 months
AGPLv3 and GPLv2
by Mike McGrath
So without knowing it we started using AGPLv3 code in our environment
recently for fedora community and moksha. In the past I think all of our
stuff has been GPL(ish) mostly GPLv2 (toshio correct me if I'm wrong
there)
I want to make sure we're all aware of what we can and can'd do as far as
mixing the code between the two as this could be very unfortunate.
Luke, you described the AGPLv3 as "crucial". Can you let the rest of us
know why the GPLv2 wouldn't work?
Toshio, also would you mind doing some grunt work and see what we've
comitted to with mixing code?
-Mike
14 years, 3 months
koji database
by Ricky Zhou
Just so that this is documented somewhere:
I accidentally ran the following command in
/backups/postgres/db3.fedora.phx.redhat.com on db3 (I was expecting
something else to be in my paste buffer):
vim sudo createdb -T template1 koji && pg_restore --use-set-session-authorization -d koji koji.db
As a result, the pg_restore command ran for a moment before I ctrl-ced
it. This caused some sequences in the database to be reset, and I'm not
exactly sure what else could have happened in that short time. mbonnet
took a look at it and fixed up the sequences, but keep an eye out for
anything else that could have happened here.
Sorry for the trouble - I'll be more careful next time :-(
Ricky
14 years, 3 months
[PATCH] Add proxy1.stg to staging separation rules.
by Ricky Zhou
---
configs/system/iptables-template.conf.erb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configs/system/iptables-template.conf.erb b/configs/system/iptables-template.conf.erb
index 0b33ff0..45bb9ee 100644
--- a/configs/system/iptables-template.conf.erb
+++ b/configs/system/iptables-template.conf.erb
@@ -35,6 +35,7 @@
-A INPUT -s 10.8.34.114 -j REJECT --reject-with icmp-host-prohibited
-A INPUT -s 10.8.34.99 -j REJECT --reject-with icmp-host-prohibited
-A INPUT -s 10.8.34.116 -j REJECT --reject-with icmp-host-prohibited
+-A INPUT -s 10.8.34.83 -j REJECT --reject-with icmp-host-prohibited
<% end %>
# SSH
--
1.5.5.6
14 years, 3 months
[PATCH] Make sure these redirects get seen first.
by Ricky Zhou
It looks like my old fix didn't work because the other rewriterules
got processed first. This moves the redirects to a 00redirects.conf
file and gets rid of some old redirects along the way.
---
configs/web/fedoraproject.org/00redirects.conf | 18 ++++++++++++++
configs/web/fedoraproject.org/modRewrite.conf | 31 ------------------------
2 files changed, 18 insertions(+), 31 deletions(-)
create mode 100644 configs/web/fedoraproject.org/00redirects.conf
delete mode 100644 configs/web/fedoraproject.org/modRewrite.conf
diff --git a/configs/web/fedoraproject.org/00redirects.conf b/configs/web/fedoraproject.org/00redirects.conf
new file mode 100644
index 0000000..7d29896
--- /dev/null
+++ b/configs/web/fedoraproject.org/00redirects.conf
@@ -0,0 +1,18 @@
+RewriteEngine On
+
+RewriteCond %{HTTP_USER_AGENT} ^BackStreet.*
+RewriteRule ^.*$ / [R,L]
+
+#RewriteRule ^/wiki/Category.*$ http://fedoraproject.org/404.html
+#RewriteRule ^/wiki/TitleIndex$ http://fedoraproject.org/404.html
+RewriteRule ^/CodecBuddy http://fedoraproject.org/wiki/CodecBuddy [NC]
+RewriteRule ^/wiki$ http://fedoraproject.org/wiki/
+RewriteRule ^/people$ http://fedoraproject.org/people/
+RewriteRule ^/soc.*$ http://fedoraproject.org/wiki/SummerOfCode [R=permanent,L]
+RewriteRule ^/docs/(.*) http://docs.fedoraproject.org/$1 [R=301,L]
+RewriteRule ^/([^/]+/)?legal/trademarks/guidelines$ http://fedoraproject.org/wiki/Legal:Trademark_guidelines [R=301,L]
+RedirectMatch ^/buildgroups/(.*)$ http://buildsys.fedoraproject.org/buildgroups/$1
+
+# Temporary redirect for get-prerelease - remove for F12 prereleases.
+RewriteRule ^(/.*)?/get-prerelease$ $1/get-fedora [R=302]
+
diff --git a/configs/web/fedoraproject.org/modRewrite.conf b/configs/web/fedoraproject.org/modRewrite.conf
deleted file mode 100644
index 776d83e..0000000
--- a/configs/web/fedoraproject.org/modRewrite.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-RewriteEngine On
-
-
-RewriteCond %{HTTP_USER_AGENT} ^BackStreet.*
-RewriteRule ^.*$ / [R,L]
-
-#RewriteRule ^/wiki/Category.*$ http://fedoraproject.org/404.html
-#RewriteRule ^/wiki/TitleIndex$ http://fedoraproject.org/404.html
-RewriteRule ^/CodecBuddy http://fedoraproject.org/wiki/CodecBuddy [NC]
-#RewriteRule ^/$ http://fedoraproject.org/wiki/
-RewriteRule ^/wiki$ http://fedoraproject.org/wiki/
-RewriteRule ^/people$ http://fedoraproject.org/people/
-RewriteRule ^/soc.*$ http://fedoraproject.org/wiki/SummerOfCode [R=permanent,L]
-RewriteRule ^/docs/(.*) http://docs.fedoraproject.org/$1 [R=301,L]
-RewriteRule ^/Download/(.*) http://rhold.fedoraproject.org/Download/$1 [R=301,L]
-RewriteRule ^/download/(.*) http://rhold.fedoraproject.org/Download/$1 [R=301,L]
-RewriteRule ^/extras/(.*) http://download.fedora.redhat.com/pub/fedora/linux/extras/$1 [R=302,L]
-RewriteRule ^/([^/]+/)?legal/trademarks/guidelines$ http://fedoraproject.org/wiki/Legal:Trademark_guidelines [R=301,L]
-# RedirectMatch ^/wiki/Releases/7 http://fedoraproject.org/static-tmp/7
-# RedirectMatch ^/wiki/$ http://fedoraproject.org/static-tmp/
-# RedirectMatch ^/wiki/FedoraMain$ http://fedoraproject.org/static-tmp/
-# RedirectMatch ^/wiki/Infrastructure/Downtime$ http://fedoraproject.org/static-tmp/FedoraDowntime.html
-# RedirectMatch ^/wiki/Mirrors$ http://fedoraproject.org/static-tmp/FedoraMirrors.html
-# RedirectMatch ^/wiki/FC6ReleaseSummary$ http://fedoraproject.org/static-tmp/FC6ReleaseSummary.html
-# RedirectMatch ^/wiki/Tours/FedoraCore6$ http://fedoraproject.org/static-tmp/FedoraCore6.html
-# RedirectMatch ^/.+$ http://fedoraproject.org/wiki/
-RedirectMatch ^/buildgroups/(.*)$ http://buildsys.fedoraproject.org/buildgroups/$1
-
-# Temporary redirect for get-prerelease - remove for F12 prereleases.
-RewriteRule ^(/.*)?/get-prerelease$ $1/get-fedora [R=302]
-
--
1.5.5.6
14 years, 3 months