[ 
https://issues.apache.org/jira/browse/PARQUET-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16258656#comment-16258656
 ] 

ASF GitHub Bot commented on PARQUET-1162:
-----------------------------------------

wesm closed pull request #417: PARQUET-1162: Update dev/README after migration 
to Gitbox
URL: https://github.com/apache/parquet-cpp/pull/417
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dev/README.md b/dev/README.md
index 47a6d46f..d5676725 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -21,8 +21,8 @@ Merging a pull request requires being a committer on the 
project.
 * How to merge a Pull request:
 have an apache and apache-github remote setup
 ```
-git remote add apache-github g...@github.com:apache/parquet-cpp.git
-git remote add apache https://git-wip-us.apache.org/repos/asf/parquet-cpp.git
+git remote add apache-github https://github.com/apache/parquet-cpp.git
+git remote add apache g...@github.com:apache/parquet-cpp.git
 ```
 run the following command
 ```
diff --git a/dev/committers-guide.md b/dev/committers-guide.md
index 9c150719..f3fddfd6 100644
--- a/dev/committers-guide.md
+++ b/dev/committers-guide.md
@@ -45,7 +45,7 @@ and that key will need to be added to our KEYS file as well.
 
 2. Add your gpg key to the Apache Parquet {format,mr,cpp} KEYS file:
 
-               git clone 
https://git-wip-us.apache.org/repos/asf/parquet-{format,mr,cpp}.git
+               git clone g...@github.com:apache/parquet-cpp.git
                (gpg --list-sigs <KEY ID> && gpg --armor --export <KEY ID>) >> 
KEYS
                git add KEYS && git commit -m "Adding gpg key for <APACHE ID>"
                ./rbt post -o -g


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> C++: Update dev/README after migration to Gitbox
> ------------------------------------------------
>
>                 Key: PARQUET-1162
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1162
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>             Fix For: cpp-1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to