You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by garrensmith <gi...@git.apache.org> on 2017/03/09 08:01:26 UTC

[GitHub] couchdb pull request #453: update Fauxton and Docs git repo urls

GitHub user garrensmith opened a pull request:

    https://github.com/apache/couchdb/pull/453

    update Fauxton and Docs git repo urls

    Update Git repos
    
    ## Overview
    
    Fauxton and Documentation are now using gitbox. This means we need to change the repository urls to use github.
    
    ## Testing recommendations
    
    `./configure` should now run
    
    ## Checklist
    
    - [ ] Code is written and works correctly;
    - [ ] Changes are covered by tests;
    - [ ] Documentation reflects the changes;
    - [* ] I will not forget to update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script)
          with the correct commit hash once this PR get merged.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/couchdb update-git-repos

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/453.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #453
    
----
commit a7e69d9d0e80f32ed76264455a0014fe295400a7
Author: Garren Smith <ga...@gmail.com>
Date:   2017-03-09T07:56:43Z

    update Fauxton and Docs git repo urls

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

Posted by wohali <gi...@git.apache.org>.
Github user wohali commented on the issue:

    https://github.com/apache/couchdb/pull/453
  
    I'm confused. Are the canonical URLs for our repos now at github.com or gitbox.apache.org? I thought it was the latter, which would make this PR incorrect.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith commented on the issue:

    https://github.com/apache/couchdb/pull/453
  
    I'm closing this. @nickva did a much better fix and its in master


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith commented on the issue:

    https://github.com/apache/couchdb/pull/453
  
    It's both, but it seems the preferred way is to use the github repo's and use gitbox as a fallback�
    
    All misspelling thanks to my iPhone.
    
    
    
    
    On Thu, Mar 9, 2017 at 8:49 PM +0200, "Alexander Shorin" <no...@github.com> wrote:
    
    
    
    
    
    
    
    
    
    
    
    
    I'm with @wohali.
    
    
    
    \u2014
    You are receiving this because you authored the thread.
    Reply to this email directly, view it on GitHub, or mute the thread.
    
    
      
      
    
    
    
    
    
    
    
    
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request #453: update Fauxton and Docs git repo urls

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith closed the pull request at:

    https://github.com/apache/couchdb/pull/453


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

Posted by janl <gi...@git.apache.org>.
Github user janl commented on the issue:

    https://github.com/apache/couchdb/pull/453
  
    > It's both, but it seems the preferred way is to use the github repo's and use gitbox as a fallback 
    
    There is no preferred way. Individual developers can pick either route.
    
    As for where the canonical source for CouchDB lives, it is clearly gitbox.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

Posted by lostnet <gi...@git.apache.org>.
Github user lostnet commented on the issue:

    https://github.com/apache/couchdb/pull/453
  
    My automated builds are using anonymous clone over https, so git over ssh fails on the github hostkey, etc. Maybe https urls would work correctly for both configurations: 
    
    ```
    -{docs,             "documentation",    "59a887a97f9b6befc6de0c5bdaf17d79fb7f915d", [raw]},
    +{docs,             {url, "https://github.com/apache/couchdb-documentation.git"},    "59a887a97f9b6befc6de0c5bdaf17d79fb7f915d", [raw]},
     {ddoc_cache,       "ddoc-cache",       "c762e90a33ce3cda19ef142dd1120f1087ecd876"},
     {ets_lru,          "ets-lru",          "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"},
     {fabric,           "fabric",           "d22903c0ceaf19a305e67b5b7322cbdc4e5e9340"},
    -{fauxton,          "fauxton",          {tag, "v1.1.9"}, [raw]},
    +{fauxton,          {url, "https://github.com/apache/couchdb-fauxton.git"},          {tag, "v1.1.9"}, [raw]},
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #453: update Fauxton and Docs git repo urls

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the issue:

    https://github.com/apache/couchdb/pull/453
  
    I'm with @wohali.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---