You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2018/09/13 17:50:51 UTC

[sling-site] branch master updated: add info how to retrigger a git sync (in case gitsubpub is not working)

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a794387  add info how to retrigger a git sync (in case gitsubpub is not working)
a794387 is described below

commit a79438707787af96580f389ff634dff5582ae02d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Sep 13 19:50:43 2018 +0200

    add info how to retrigger a git sync (in case gitsubpub is not working)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f127991..198ef7e 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Clone this repository and run the below commands or equivalent:
     # deploy the site
     mvn clean package -Ppublish-site -Dmsg="<describe your changes>"
 
-The [ASF's gitpubsub mechanism](https://blogs.apache.org/infra/entry/git_based_websites_available) then synchronizes that content to [http://sling.apache.org](http://sling.apache.org), usually within a few seconds. More details about the publication process can be found in the [ASF Documentation about Project sites](https://www.apache.org/dev/project-site.html).
+The [ASF's gitpubsub mechanism](https://blogs.apache.org/infra/entry/git_based_websites_available) then synchronizes that content to [http://sling.apache.org](http://sling.apache.org), usually within a few seconds. More details about the publication process can be found in the [ASF Documentation about Project sites](https://www.apache.org/dev/project-site.html). If for some reason this process fails, you can use [the self-service page from ASF Infra](https://selfserve.apache.org/) to tri [...]
 
 We could automate this using a Jenkins job that's restricted to run on build nodes having the `git-websites` label, as done by [Apache PLC4X](http://plc4x.incubator.apache.org/developers/website.html).