You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2019/11/27 19:25:20 UTC

[airflow-site] branch redirect-fix updated (5f0e6e4 -> 5c8f351)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch redirect-fix
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


 discard 5f0e6e4  Update broken redirect
     new 5c8f351  Update broken redirect

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5f0e6e4)
            \
             N -- N -- N   refs/heads/redirect-fix (5c8f351)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[airflow-site] 01/01: Update broken redirect

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch redirect-fix
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 5c8f3514e64a3000172ff37af258781d187cddf8
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Wed Nov 27 19:24:10 2019 +0000

    Update broken redirect
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 4408a5d..af26be3 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
 RedirectMatch Permanent ^/((_api|_images|_modules|_sources|_static|howto)/.*)$ "https://airflow.apache.org/docs/stable/$1"
 RedirectMatch Permanent ^/((1.10.1|1.10.2|1.10.3|1.10.4|1.10.5|1.10.6)/.*)$ "https://airflow.apache.org/docs/$1"
-RedirectMatch Permanent ^/(api|changelog|cli|concepts|errors|faq|genindex|http-routingtable|index|installation|integration|kubernetes|license|lineage|macros|metrics|plugins|privacy_notice|profiling|project|py-modindex|scheduler|search|security|start|timezone|tutorial|ui)(\.html)?$ "https://airflow.apache.org/docs/stable/$1"
+RedirectMatch Permanent ^/((api|changelog|cli|concepts|errors|faq|genindex|http-routingtable|index|installation|integration|kubernetes|license|lineage|macros|metrics|plugins|privacy_notice|profiling|project|py-modindex|scheduler|search|security|start|timezone|tutorial|ui)(\.html)?)$ "https://airflow.apache.org/docs/stable/$1"
 Redirect Permanent /objects.inv https://airflow.apache.org/docs/stable/objects.inv