You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/06/22 21:56:16 UTC

[jira] [Created] (INFRA-12162) gitpubsub not updating

Todd Lipcon created INFRA-12162:
-----------------------------------

             Summary: gitpubsub not updating
                 Key: INFRA-12162
                 URL: https://issues.apache.org/jira/browse/INFRA-12162
             Project: Infrastructure
          Issue Type: Bug
          Components: Website
            Reporter: Todd Lipcon


I pushed a commit to the https://git-wip-us.apache.org/repos/asf/incubator-kudu-site.git repository (asf-site branch) about an hour ago but it doesn't appear to be taking effect:

todd@todd-ThinkPad-T540p:~/git/kudu-pages/_publish$ git remote -v
origin	https://git-wip-us.apache.org/repos/asf/incubator-kudu-site.git (fetch)
origin	https://git-wip-us.apache.org/repos/asf/incubator-kudu-site.git (push)
todd@todd-ThinkPad-T540p:~/git/kudu-pages/_publish$ git status
On branch asf-site
Your branch is up-to-date with 'origin/asf-site'.

nothing to commit, working directory clean
todd@todd-ThinkPad-T540p:~/git/kudu-pages/_publish$ head -5 index.html 
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
todd@todd-ThinkPad-T540p:~/git/kudu-pages/_publish$ curl -s http://kudu.incubator.apache.org/index.html  | head -5
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://getkudu.io/" />
</head>
<body>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)