You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by ma...@redhat.com on 2012/02/23 16:53:40 UTC

[PATCH] Remove references to git://git.apache.org/deltacloud.git and git://github.com/apache/deltacloud at least until https://issues.apache.org/jira/browse/INFRA-4479 is resolved.

From: marios <ma...@redhat.com>


Signed-off-by: marios <ma...@redhat.com>
---
 site/content/contact.mdown    |    4 +-
 site/content/developers.mdown |   21 ++++++++++++-
 site/content/download.mdown   |    4 ++
 site/output/contact.html      |   10 +++++-
 site/output/developers.html   |   62 +++++++++++++++++++++++++----------------
 site/output/download.html     |   12 ++++++--
 6 files changed, 80 insertions(+), 33 deletions(-)

diff --git a/site/content/contact.mdown b/site/content/contact.mdown
index 1adf593..4ce8055 100644
--- a/site/content/contact.mdown
+++ b/site/content/contact.mdown
@@ -16,8 +16,8 @@ We'd love to hear about your experiences with Deltacloud:
   the developers hang out and where you can usually get the fastest answers to your questions,
 * Our [Teambox](http://teambox.com/projects/deltacloud) page is where we keep the latest
   task lists and where you can comment on or suggest new features for the project,
-* We have a [github](https://github.com/apache/deltacloud) page which is a mirror of the
-  apache git repo, if you prefer to get the code or contribute that way.
+<!-- * We have a [github](https://github.com/apache/deltacloud) page which is a mirror of the
+  apache git repo, if you prefer to get the code or contribute that way. -->
 * We track bugs in [Apache JIRA](https://issues.apache.org/jira/browse/DTACLOUD). If you are
   have found a problem with Deltacloud you can check if it is already known to the Deltacloud
   developers or [report it here](https://issues.apache.org/jira/secure/CreateIssue!default.jspa).
diff --git a/site/content/developers.mdown b/site/content/developers.mdown
index d5ea697..71d39eb 100644
--- a/site/content/developers.mdown
+++ b/site/content/developers.mdown
@@ -42,12 +42,21 @@ It also includes a ruby client library and a commandline interface.
 **First, make sure you have installed all [dependencies](documentation.html#dependencies).**
 
 The Deltacloud repository is hosted at the Apache Software Foundation,
-using the [git](http://git-scm.com/) version control system. The canonical
+using the [git](http://git-scm.com/) version control system. The
+git repo is at <https://git-wip-us.apache.org/repos/asf/deltacloud.git>.
+
+
+<!--
+
+canonical
 Deltacloud repository is at
 <https://git-wip-us.apache.org/repos/asf/deltacloud.git> with readonly
 mirrors at `git://git.apache.org/deltacloud.git` and
 `git://github.com/apache/deltacloud`.
 
+-->
+
+
 If you don't already have ***git*** there are
 [git binaries](http://git-scm.com/download) available for specific systems.
 Alternatively, if you use the ***yum*** or ***apt*** package managers:
@@ -60,7 +69,12 @@ With ***git*** in place, to get the latest HEAD of the Deltacloud git repo:
 
     $ mkdir DeltacloudProject
     $ cd DeltacloudProject
-    $ git clone git://git.apache.org/deltacloud.git
+    $ git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git
+
+<!--
+$ git clone git://git.apache.org/deltacloud.git
+-->
+
 
 <br>
 [contents](#contents)
@@ -295,6 +309,7 @@ found so that the author can address this.
 [contents](#contents)
 
 --------------------------------------
+<!--
 
 <br>
 
@@ -313,6 +328,8 @@ the github page.
 <br>
 [contents](#contents)
 
+-->
+
 --------------------------------------
 
 <br>
diff --git a/site/content/download.mdown b/site/content/download.mdown
index 9da2635..1ac1392 100644
--- a/site/content/download.mdown
+++ b/site/content/download.mdown
@@ -47,11 +47,15 @@ The Apache Deltacloud git repo is at:
 
     git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git
 
+
+<!--
 You can also use the readonly git mirrors at Apache and
 [Github](https://github.com/apache/deltacloud):
 
     git clone git://git.apache.org/deltacloud.git
     git clone git://github.com/apache/deltacloud
+-->
+
 
 <br>
 <br>
diff --git a/site/output/contact.html b/site/output/contact.html
index f12ad8f..23c7a03 100644
--- a/site/output/contact.html
+++ b/site/output/contact.html
@@ -57,8 +57,14 @@
         the developers hang out and where you can usually get the fastest answers to your questions,</li>
         <li>Our <a href="http://teambox.com/projects/deltacloud">Teambox</a> page is where we keep the latest
         task lists and where you can comment on or suggest new features for the project,</li>
-        <li>We have a <a href="https://github.com/apache/deltacloud">github</a> page which is a mirror of the
-        apache git repo, if you prefer to get the code or contribute that way.</li>
+        </ul>
+        
+        
+        <!-- * We have a [github](https://github.com/apache/deltacloud) page which is a mirror of the
+          apache git repo, if you prefer to get the code or contribute that way. -->
+        
+        
+        <ul>
         <li>We track bugs in <a href="https://issues.apache.org/jira/browse/DTACLOUD">Apache JIRA</a>. If you are
         have found a problem with Deltacloud you can check if it is already known to the Deltacloud
         developers or <a href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa">report it here</a>.</li>
diff --git a/site/output/developers.html b/site/output/developers.html
index e42f636..f444d08 100644
--- a/site/output/developers.html
+++ b/site/output/developers.html
@@ -83,16 +83,13 @@
         <a href="#h2_2">Forming and sending patches</a>
         </li>
         <li>
-        <a href="#h2_3">Use the Deltacloud github mirror</a>
+        <a href="#h2_3">Writing a new cloud provider driver</a>
         </li>
         <li>
-        <a href="#h2_4">Writing a new cloud provider driver</a>
+        <a href="#h2_4">Writing and running tests</a>
         </li>
         <li>
-        <a href="#h2_5">Writing and running tests</a>
-        </li>
-        <li>
-        <a href="#h2_6">Licensing - the Apache Individual Contributor License Agreement</a>
+        <a href="#h2_5">Licensing - the Apache Individual Contributor License Agreement</a>
         </li>
         </ul></li></ul></p>
         
@@ -122,11 +119,19 @@
         <p><strong>First, make sure you have installed all <a href="documentation.html#dependencies">dependencies</a>.</strong></p>
         
         <p>The Deltacloud repository is hosted at the Apache Software Foundation,
-        using the <a href="http://git-scm.com/">git</a> version control system. The canonical
+        using the <a href="http://git-scm.com/">git</a> version control system. The
+        git repo is at <a href="https://git-wip-us.apache.org/repos/asf/deltacloud.git">https://git-wip-us.apache.org/repos/asf/deltacloud.git</a>.</p>
+        
+        <!--
+        
+        canonical
         Deltacloud repository is at
-        <a href="https://git-wip-us.apache.org/repos/asf/deltacloud.git">https://git-wip-us.apache.org/repos/asf/deltacloud.git</a> with readonly
-        mirrors at <code>git://git.apache.org/deltacloud.git</code> and
-        <code>git://github.com/apache/deltacloud</code>.</p>
+        <https://git-wip-us.apache.org/repos/asf/deltacloud.git> with readonly
+        mirrors at `git://git.apache.org/deltacloud.git` and
+        `git://github.com/apache/deltacloud`.
+        
+        -->
+        
         
         <p>If you don't already have <strong><em>git</em></strong> there are
         <a href="http://git-scm.com/download">git binaries</a> available for specific systems.
@@ -136,7 +141,14 @@
         
         <p>With <strong><em>git</em></strong> in place, to get the latest HEAD of the Deltacloud git repo:</p>
         
-        <pre><code>$ mkdir DeltacloudProject&#x000A;$ cd DeltacloudProject&#x000A;$ git clone git://git.apache.org/deltacloud.git&#x000A;</code></pre>
+        <pre><code>$ mkdir DeltacloudProject&#x000A;$ cd DeltacloudProject&#x000A;$ git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git&#x000A;</code></pre>
+        
+        <!--
+        $ git clone git://git.apache.org/deltacloud.git
+        -->
+        
+        
+        
         
         <br>
         
@@ -326,32 +338,34 @@
         
         <hr />
         
-        <br>
+        <!--
         
+        <br>
         
-        <h3 id="h2_3">Use the Deltacloud github mirror</h3>
+        ### Use the Deltacloud github mirror
         
-        <p>The Deltacloud project maintains a
-        <a href="https://github.com/apache/deltacloud">github page</a> which mirrors the Apache
+        The Deltacloud project maintains a
+        [github page](https://github.com/apache/deltacloud) which mirrors the Apache
         repository. You can contribute through github if that is preferrable.
-        <a href="http://help.github.com/fork-a-repo/">Fork</a> the Deltacloud repo, make your changes and
+        [Fork](http://help.github.com/fork-a-repo/) the Deltacloud repo, make your changes and
         commit them back to your fork. Then issue a
-        <a href="http://help.github.com/send-pull-requests/">pull request</a>. It may also be wise to
-        send an email to the Deltacloud <a href="contact.html">mailing list</a> to let the community know
+        [pull request](http://help.github.com/send-pull-requests/). It may also be wise to
+        send an email to the Deltacloud [mailing list](contact.html) to let the community know
         about your pull request as in general the mailing list is checked much more often than
-        the github page.</p>
+        the github page.
         
         <br>
+        [contents](#contents)
         
+        -->
         
-        <p><a href="#contents">contents</a></p>
         
         <hr />
         
         <br>
         
         
-        <h3 id="h2_4">Writing a new cloud provider driver</h3>
+        <h3 id="h2_3">Writing a new cloud provider driver</h3>
         
         <p>The deltacloud drivers live in
         <a href="#deltacloud_directories">deltacloud/server/lib/deltacloud/drivers</a>. The information here
@@ -489,7 +503,7 @@
         <br>
         
         
-        <h3 id="h2_5">Writing and running tests</h3>
+        <h3 id="h2_4">Writing and running tests</h3>
         
         <p>If you add a new feature or write a new driver, you might like to add some tests to
         make sure everything is running as expected. At present the Deltacloud project uses
@@ -523,7 +537,7 @@
         <br>
         
         
-        <h3 id="h2_6">Licensing - the Apache Individual Contributor License Agreement</h3>
+        <h3 id="h2_5">Licensing - the Apache Individual Contributor License Agreement</h3>
         
         <p>Deltacloud is an <a href="http://www.apache.org/">Apache Software Foundation</a> project. As such
         and in keeping with all Apache projects, contributors are required to sign an individual
@@ -539,7 +553,7 @@
         
         <br>
         
-        </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>
+        </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>
       </div>
     </div>
     <div id='footer-deltacloud'>
diff --git a/site/output/download.html b/site/output/download.html
index 27543d8..b379896 100644
--- a/site/output/download.html
+++ b/site/output/download.html
@@ -95,10 +95,16 @@
         
         <pre><code>git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git&#x000A;</code></pre>
         
-        <p>You can also use the readonly git mirrors at Apache and
-        <a href="https://github.com/apache/deltacloud">Github</a>:</p>
+        <!--
+        You can also use the readonly git mirrors at Apache and
+        [Github](https://github.com/apache/deltacloud):
+        
+            git clone git://git.apache.org/deltacloud.git
+            git clone git://github.com/apache/deltacloud
+        -->
+        
+        
         
-        <pre><code>git clone git://git.apache.org/deltacloud.git&#x000A;git clone git://github.com/apache/deltacloud&#x000A;</code></pre>
         
         <br>
         
-- 
1.7.6.5


Re: [PATCH] Remove references to git://git.apache.org/deltacloud.git and git://github.com/apache/deltacloud at least until https://issues.apache.org/jira/browse/INFRA-4479 is resolved.

Posted by "marios@redhat.com" <ma...@redhat.com>.
bump

On 23/02/12 17:53, marios@redhat.com wrote:
> From: marios <ma...@redhat.com>
> 
> 
> Signed-off-by: marios <ma...@redhat.com>
> ---
>  site/content/contact.mdown    |    4 +-
>  site/content/developers.mdown |   21 ++++++++++++-
>  site/content/download.mdown   |    4 ++
>  site/output/contact.html      |   10 +++++-
>  site/output/developers.html   |   62 +++++++++++++++++++++++++----------------
>  site/output/download.html     |   12 ++++++--
>  6 files changed, 80 insertions(+), 33 deletions(-)
> 
> diff --git a/site/content/contact.mdown b/site/content/contact.mdown
> index 1adf593..4ce8055 100644
> --- a/site/content/contact.mdown
> +++ b/site/content/contact.mdown
> @@ -16,8 +16,8 @@ We'd love to hear about your experiences with Deltacloud:
>    the developers hang out and where you can usually get the fastest answers to your questions,
>  * Our [Teambox](http://teambox.com/projects/deltacloud) page is where we keep the latest
>    task lists and where you can comment on or suggest new features for the project,
> -* We have a [github](https://github.com/apache/deltacloud) page which is a mirror of the
> -  apache git repo, if you prefer to get the code or contribute that way.
> +<!-- * We have a [github](https://github.com/apache/deltacloud) page which is a mirror of the
> +  apache git repo, if you prefer to get the code or contribute that way. -->
>  * We track bugs in [Apache JIRA](https://issues.apache.org/jira/browse/DTACLOUD). If you are
>    have found a problem with Deltacloud you can check if it is already known to the Deltacloud
>    developers or [report it here](https://issues.apache.org/jira/secure/CreateIssue!default.jspa).
> diff --git a/site/content/developers.mdown b/site/content/developers.mdown
> index d5ea697..71d39eb 100644
> --- a/site/content/developers.mdown
> +++ b/site/content/developers.mdown
> @@ -42,12 +42,21 @@ It also includes a ruby client library and a commandline interface.
>  **First, make sure you have installed all [dependencies](documentation.html#dependencies).**
>  
>  The Deltacloud repository is hosted at the Apache Software Foundation,
> -using the [git](http://git-scm.com/) version control system. The canonical
> +using the [git](http://git-scm.com/) version control system. The
> +git repo is at <https://git-wip-us.apache.org/repos/asf/deltacloud.git>.
> +
> +
> +<!--
> +
> +canonical
>  Deltacloud repository is at
>  <https://git-wip-us.apache.org/repos/asf/deltacloud.git> with readonly
>  mirrors at `git://git.apache.org/deltacloud.git` and
>  `git://github.com/apache/deltacloud`.
>  
> +-->
> +
> +
>  If you don't already have ***git*** there are
>  [git binaries](http://git-scm.com/download) available for specific systems.
>  Alternatively, if you use the ***yum*** or ***apt*** package managers:
> @@ -60,7 +69,12 @@ With ***git*** in place, to get the latest HEAD of the Deltacloud git repo:
>  
>      $ mkdir DeltacloudProject
>      $ cd DeltacloudProject
> -    $ git clone git://git.apache.org/deltacloud.git
> +    $ git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git
> +
> +<!--
> +$ git clone git://git.apache.org/deltacloud.git
> +-->
> +
>  
>  <br>
>  [contents](#contents)
> @@ -295,6 +309,7 @@ found so that the author can address this.
>  [contents](#contents)
>  
>  --------------------------------------
> +<!--
>  
>  <br>
>  
> @@ -313,6 +328,8 @@ the github page.
>  <br>
>  [contents](#contents)
>  
> +-->
> +
>  --------------------------------------
>  
>  <br>
> diff --git a/site/content/download.mdown b/site/content/download.mdown
> index 9da2635..1ac1392 100644
> --- a/site/content/download.mdown
> +++ b/site/content/download.mdown
> @@ -47,11 +47,15 @@ The Apache Deltacloud git repo is at:
>  
>      git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git
>  
> +
> +<!--
>  You can also use the readonly git mirrors at Apache and
>  [Github](https://github.com/apache/deltacloud):
>  
>      git clone git://git.apache.org/deltacloud.git
>      git clone git://github.com/apache/deltacloud
> +-->
> +
>  
>  <br>
>  <br>
> diff --git a/site/output/contact.html b/site/output/contact.html
> index f12ad8f..23c7a03 100644
> --- a/site/output/contact.html
> +++ b/site/output/contact.html
> @@ -57,8 +57,14 @@
>          the developers hang out and where you can usually get the fastest answers to your questions,</li>
>          <li>Our <a href="http://teambox.com/projects/deltacloud">Teambox</a> page is where we keep the latest
>          task lists and where you can comment on or suggest new features for the project,</li>
> -        <li>We have a <a href="https://github.com/apache/deltacloud">github</a> page which is a mirror of the
> -        apache git repo, if you prefer to get the code or contribute that way.</li>
> +        </ul>
> +        
> +        
> +        <!-- * We have a [github](https://github.com/apache/deltacloud) page which is a mirror of the
> +          apache git repo, if you prefer to get the code or contribute that way. -->
> +        
> +        
> +        <ul>
>          <li>We track bugs in <a href="https://issues.apache.org/jira/browse/DTACLOUD">Apache JIRA</a>. If you are
>          have found a problem with Deltacloud you can check if it is already known to the Deltacloud
>          developers or <a href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa">report it here</a>.</li>
> diff --git a/site/output/developers.html b/site/output/developers.html
> index e42f636..f444d08 100644
> --- a/site/output/developers.html
> +++ b/site/output/developers.html
> @@ -83,16 +83,13 @@
>          <a href="#h2_2">Forming and sending patches</a>
>          </li>
>          <li>
> -        <a href="#h2_3">Use the Deltacloud github mirror</a>
> +        <a href="#h2_3">Writing a new cloud provider driver</a>
>          </li>
>          <li>
> -        <a href="#h2_4">Writing a new cloud provider driver</a>
> +        <a href="#h2_4">Writing and running tests</a>
>          </li>
>          <li>
> -        <a href="#h2_5">Writing and running tests</a>
> -        </li>
> -        <li>
> -        <a href="#h2_6">Licensing - the Apache Individual Contributor License Agreement</a>
> +        <a href="#h2_5">Licensing - the Apache Individual Contributor License Agreement</a>
>          </li>
>          </ul></li></ul></p>
>          
> @@ -122,11 +119,19 @@
>          <p><strong>First, make sure you have installed all <a href="documentation.html#dependencies">dependencies</a>.</strong></p>
>          
>          <p>The Deltacloud repository is hosted at the Apache Software Foundation,
> -        using the <a href="http://git-scm.com/">git</a> version control system. The canonical
> +        using the <a href="http://git-scm.com/">git</a> version control system. The
> +        git repo is at <a href="https://git-wip-us.apache.org/repos/asf/deltacloud.git">https://git-wip-us.apache.org/repos/asf/deltacloud.git</a>.</p>
> +        
> +        <!--
> +        
> +        canonical
>          Deltacloud repository is at
> -        <a href="https://git-wip-us.apache.org/repos/asf/deltacloud.git">https://git-wip-us.apache.org/repos/asf/deltacloud.git</a> with readonly
> -        mirrors at <code>git://git.apache.org/deltacloud.git</code> and
> -        <code>git://github.com/apache/deltacloud</code>.</p>
> +        <https://git-wip-us.apache.org/repos/asf/deltacloud.git> with readonly
> +        mirrors at `git://git.apache.org/deltacloud.git` and
> +        `git://github.com/apache/deltacloud`.
> +        
> +        -->
> +        
>          
>          <p>If you don't already have <strong><em>git</em></strong> there are
>          <a href="http://git-scm.com/download">git binaries</a> available for specific systems.
> @@ -136,7 +141,14 @@
>          
>          <p>With <strong><em>git</em></strong> in place, to get the latest HEAD of the Deltacloud git repo:</p>
>          
> -        <pre><code>$ mkdir DeltacloudProject&#x000A;$ cd DeltacloudProject&#x000A;$ git clone git://git.apache.org/deltacloud.git&#x000A;</code></pre>
> +        <pre><code>$ mkdir DeltacloudProject&#x000A;$ cd DeltacloudProject&#x000A;$ git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git&#x000A;</code></pre>
> +        
> +        <!--
> +        $ git clone git://git.apache.org/deltacloud.git
> +        -->
> +        
> +        
> +        
>          
>          <br>
>          
> @@ -326,32 +338,34 @@
>          
>          <hr />
>          
> -        <br>
> +        <!--
>          
> +        <br>
>          
> -        <h3 id="h2_3">Use the Deltacloud github mirror</h3>
> +        ### Use the Deltacloud github mirror
>          
> -        <p>The Deltacloud project maintains a
> -        <a href="https://github.com/apache/deltacloud">github page</a> which mirrors the Apache
> +        The Deltacloud project maintains a
> +        [github page](https://github.com/apache/deltacloud) which mirrors the Apache
>          repository. You can contribute through github if that is preferrable.
> -        <a href="http://help.github.com/fork-a-repo/">Fork</a> the Deltacloud repo, make your changes and
> +        [Fork](http://help.github.com/fork-a-repo/) the Deltacloud repo, make your changes and
>          commit them back to your fork. Then issue a
> -        <a href="http://help.github.com/send-pull-requests/">pull request</a>. It may also be wise to
> -        send an email to the Deltacloud <a href="contact.html">mailing list</a> to let the community know
> +        [pull request](http://help.github.com/send-pull-requests/). It may also be wise to
> +        send an email to the Deltacloud [mailing list](contact.html) to let the community know
>          about your pull request as in general the mailing list is checked much more often than
> -        the github page.</p>
> +        the github page.
>          
>          <br>
> +        [contents](#contents)
>          
> +        -->
>          
> -        <p><a href="#contents">contents</a></p>
>          
>          <hr />
>          
>          <br>
>          
>          
> -        <h3 id="h2_4">Writing a new cloud provider driver</h3>
> +        <h3 id="h2_3">Writing a new cloud provider driver</h3>
>          
>          <p>The deltacloud drivers live in
>          <a href="#deltacloud_directories">deltacloud/server/lib/deltacloud/drivers</a>. The information here
> @@ -489,7 +503,7 @@
>          <br>
>          
>          
> -        <h3 id="h2_5">Writing and running tests</h3>
> +        <h3 id="h2_4">Writing and running tests</h3>
>          
>          <p>If you add a new feature or write a new driver, you might like to add some tests to
>          make sure everything is running as expected. At present the Deltacloud project uses
> @@ -523,7 +537,7 @@
>          <br>
>          
>          
> -        <h3 id="h2_6">Licensing - the Apache Individual Contributor License Agreement</h3>
> +        <h3 id="h2_5">Licensing - the Apache Individual Contributor License Agreement</h3>
>          
>          <p>Deltacloud is an <a href="http://www.apache.org/">Apache Software Foundation</a> project. As such
>          and in keeping with all Apache projects, contributors are required to sign an individual
> @@ -539,7 +553,7 @@
>          
>          <br>
>          
> -        </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>
> +        </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>
>        </div>
>      </div>
>      <div id='footer-deltacloud'>
> diff --git a/site/output/download.html b/site/output/download.html
> index 27543d8..b379896 100644
> --- a/site/output/download.html
> +++ b/site/output/download.html
> @@ -95,10 +95,16 @@
>          
>          <pre><code>git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git&#x000A;</code></pre>
>          
> -        <p>You can also use the readonly git mirrors at Apache and
> -        <a href="https://github.com/apache/deltacloud">Github</a>:</p>
> +        <!--
> +        You can also use the readonly git mirrors at Apache and
> +        [Github](https://github.com/apache/deltacloud):
> +        
> +            git clone git://git.apache.org/deltacloud.git
> +            git clone git://github.com/apache/deltacloud
> +        -->
> +        
> +        
>          
> -        <pre><code>git clone git://git.apache.org/deltacloud.git&#x000A;git clone git://github.com/apache/deltacloud&#x000A;</code></pre>
>          
>          <br>
>