This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 0eb581c git-dual.a.o renamed to gitbox.a.o
new 91721b3 Merge branch 'master' of https://github.com/apache/whimsy
0eb581c is described below
commit 0eb581c72ed705c2bd3e26e1d841f8edbd6645fa
Author: Sebb <[email protected]>
AuthorDate: Mon Mar 6 15:39:34 2017 +0000
git-dual.a.o renamed to gitbox.a.o
---
MACOSX.md | 4 ++--
README.md | 2 +-
tools/pubsub.rb | 2 +-
www/secmail/public/HOWTO.html | 2 +-
www/technology.html | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/MACOSX.md b/MACOSX.md
index 990b922..209b335 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -95,7 +95,7 @@ following:
```
git clone [email protected]:apache/whimsy.git
git clone https://github.com/apache/whimsy.git
-git clone https://git-dual.apache.org/repos/asf/whimsy.git
+git clone https://gitbox.apache.org/repos/asf/whimsy.git
```
The first command makes things easier if you want to push to the GitHub clone
@@ -105,7 +105,7 @@ other remotes via commands like:
```
git remote add github [email protected]:apache/whimsy.git
-git remote add asf https://git-dual.apache.org/repos/asf/whimsy.git
+git remote add asf https://gitbox.apache.org/repos/asf/whimsy.git
```
diff --git a/README.md b/README.md
index baffa96..b4e66fb 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Git repos
The code is hosted at
https://github.com/apache/whimsy.git
and now also at
- https://git-dual.apache.org/repos/asf/whimsy.git
+ https://gitbox.apache.org/repos/asf/whimsy.git
Further Reading
===============
diff --git a/tools/pubsub.rb b/tools/pubsub.rb
index c4572c3..cad6038 100644
--- a/tools/pubsub.rb
+++ b/tools/pubsub.rb
@@ -23,7 +23,7 @@ script = File.basename(__FILE__, '.rb')
#
options = OpenStruct.new
-options.remote = 'https://git-dual.apache.org/repos/asf/whimsy.git'
+options.remote = 'https://gitbox.apache.org/repos/asf/whimsy.git'
options.local = '/srv/whimsy'
options.pidfile = "/var/run/#{script}.pid"
options.streamURL = 'http://gitpubsub-wip.apache.org:2069/json/*'
diff --git a/www/secmail/public/HOWTO.html b/www/secmail/public/HOWTO.html
index d901013..f4fa5e0 100644
--- a/www/secmail/public/HOWTO.html
+++ b/www/secmail/public/HOWTO.html
@@ -98,7 +98,7 @@
<h2>Source code</h2>
<p>Clones of this repository can be found at
- <a href="https://git-dual.apache.org/repos/asf?p=whimsy.git">ASF</a> and
+ <a href="https://gitbox.apache.org/repos/asf?p=whimsy.git">ASF</a> and
<a href="https://github.com/apache/whimsy/">github</a>.</p>
<p>The secmail application can be found in the
diff --git a/www/technology.html b/www/technology.html
index 0f9fa68..650d3e0 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -18,7 +18,7 @@
<ul>
<li>Source:
- <a href="https://git-dual.apache.org/repos/asf/whimsy.git">Apache</a>
+ <a href="https://gitbox.apache.org/repos/asf/whimsy.git">Apache</a>
<a href="https://github.com/apache/whimsy">GitHub</a></li>
-
<a href="https://matt.apache.org/pushlogs.html?repo=whimsy">Push
logs</a></li>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].