You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2009/07/24 21:27:45 UTC

svn commit: r797625 - in /ant/ivy/site/target: download.cgi ivyde/download.cgi

Author: maartenc
Date: Fri Jul 24 19:27:45 2009
New Revision: 797625

URL: http://svn.apache.org/viewvc?rev=797625&view=rev
Log:
Attempt to avoid problems with the download page next time we update the site

Modified:
    ant/ivy/site/target/download.cgi   (contents, props changed)
    ant/ivy/site/target/ivyde/download.cgi   (props changed)

Modified: ant/ivy/site/target/download.cgi
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/download.cgi?rev=797625&r1=797624&r2=797625&view=diff
==============================================================================
--- ant/ivy/site/target/download.cgi (original)
+++ ant/ivy/site/target/download.cgi Fri Jul 24 19:27:45 2009
@@ -1,22 +1,22 @@
-#!/bin/sh
-
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Wrapper script around mirrors.cgi script
-# (we must change to that directory in order for python to pick up the
-#  python includes correctly)
-cd /www/www.apache.org/dyn/mirrors
-/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
+#!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Propchange: ant/ivy/site/target/download.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/site/target/download.cgi
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ant/ivy/site/target/ivyde/download.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/site/target/ivyde/download.cgi
------------------------------------------------------------------------------
    svn:executable = *