You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/11/18 07:12:13 UTC

[jira] Created: (INFRA-3208) Please add the Hive git repository to reviewboard

Please add the Hive git repository to reviewboard
-------------------------------------------------

                 Key: INFRA-3208
                 URL: https://issues.apache.org/jira/browse/INFRA-3208
             Project: Infrastructure
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: ReviewBoard
            Reporter: Carl Steinbach


Reviewboard is currently configured to run against the Hive svn repository, which
makes it hard to supply diffs that were generated against the git mirror of the Hive
repository.

Please provide the option of creating a review request against the git mirror of
the Hive repository.

Steps:

ReviewBoard -->Admin --> Repositories --> Add Repository

Name: Hive Git
Path: /<mypath>/hive/.git
Mirror Path: git://git.apache.org/hive.git
Repository Type: Git
Bug Tracker URL: http://issues.apache.org/jira/browse/%s

Thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (INFRA-3208) Please add the Hive git repository to reviewboard

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin closed INFRA-3208.
------------------------

    Resolution: Fixed

I see, thanks Carl, done it that way.

> Please add the Hive git repository to reviewboard
> -------------------------------------------------
>
>                 Key: INFRA-3208
>                 URL: https://issues.apache.org/jira/browse/INFRA-3208
>             Project: Infrastructure
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: ReviewBoard
>            Reporter: Carl Steinbach
>
> Reviewboard is currently configured to run against the Hive svn repository, which
> makes it hard to supply diffs that were generated against the git mirror of the Hive
> repository.
> Please provide the option of creating a review request against the git mirror of
> the Hive repository.
> Steps:
> ReviewBoard -->Admin --> Repositories --> Add Repository
> Name: Hive Git
> Path: /<mypath>/hive/.git
> Mirror Path: git://git.apache.org/hive.git
> Repository Type: Git
> Bug Tracker URL: http://issues.apache.org/jira/browse/%s
> Thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3208) Please add the Hive git repository to reviewboard

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934621#action_12934621 ] 

Gavin commented on INFRA-3208:
------------------------------

Not sure how we can do this, there is no 'local' path to .git repository, we don't host git on the reviews.a.o host.

> Please add the Hive git repository to reviewboard
> -------------------------------------------------
>
>                 Key: INFRA-3208
>                 URL: https://issues.apache.org/jira/browse/INFRA-3208
>             Project: Infrastructure
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: ReviewBoard
>            Reporter: Carl Steinbach
>
> Reviewboard is currently configured to run against the Hive svn repository, which
> makes it hard to supply diffs that were generated against the git mirror of the Hive
> repository.
> Please provide the option of creating a review request against the git mirror of
> the Hive repository.
> Steps:
> ReviewBoard -->Admin --> Repositories --> Add Repository
> Name: Hive Git
> Path: /<mypath>/hive/.git
> Mirror Path: git://git.apache.org/hive.git
> Repository Type: Git
> Bug Tracker URL: http://issues.apache.org/jira/browse/%s
> Thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3208) Please add the Hive git repository to reviewboard

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934638#action_12934638 ] 

Carl Steinbach commented on INFRA-3208:
---------------------------------------

Hi Gavin,

There's no need to host the git repo on the reviewboard machine. All that's required is to clone a local copy of the repository and then add a crontab that updates the repository. For example, on the reviewboard machine do the following:

{noformat}
% cd /home/reviewboard
% sudo -u reviewboard git clone git://git.apache.org/hive.git
{noformat}

Then add something like the following line to the reviewboard crontab:

{noformat}
*/5 * * * * cd /home/reviewboard/hive && git fetch
{noformat}

Then go to Dashboard-->Repositories-->AddRepository and enter the following information:

Name: Hive
Path: /home/reviewboard/hive/.git
Mirror Path: git://git.apache.org/hive.git
Repository Type: Git
Bug Tracker URL: http://issues.apache.org/jira/browse/%s
Username: <blank>
Password: <blank>
Encode: <blank>



> Please add the Hive git repository to reviewboard
> -------------------------------------------------
>
>                 Key: INFRA-3208
>                 URL: https://issues.apache.org/jira/browse/INFRA-3208
>             Project: Infrastructure
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: ReviewBoard
>            Reporter: Carl Steinbach
>
> Reviewboard is currently configured to run against the Hive svn repository, which
> makes it hard to supply diffs that were generated against the git mirror of the Hive
> repository.
> Please provide the option of creating a review request against the git mirror of
> the Hive repository.
> Steps:
> ReviewBoard -->Admin --> Repositories --> Add Repository
> Name: Hive Git
> Path: /<mypath>/hive/.git
> Mirror Path: git://git.apache.org/hive.git
> Repository Type: Git
> Bug Tracker URL: http://issues.apache.org/jira/browse/%s
> Thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.