You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2014/09/16 06:37:33 UTC

[jira] [Commented] (FLUME-2468) Change the source code repo in version info to be the effective one.

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

Hari Shreedharan commented on FLUME-2468:
-----------------------------------------

That info gets populated during a build. In git, since there is no "default" repo unlike svn there is no way to really change that in real time (since each person might have more than one remote and we don't know which is the real one). If you know of a workaround, I'd be glad to commit it.

> Change the source code repo in version info to be the effective one.
> --------------------------------------------------------------------
>
>                 Key: FLUME-2468
>                 URL: https://issues.apache.org/jira/browse/FLUME-2468
>             Project: Flume
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: v1.5.0.1
>            Reporter: Chunjun Xiao
>            Priority: Minor
>
> The source code repo in flume version info is hard-coded to the official git repo.
> We should fix it to be the effective one.
> {code}
> [root@svm8 ~/rpm/apache-flume-1.5.0.1-bin/bin] # ./flume-ng version
> Flume 1.5.0.1
> Source code repository: https://git-wip-us.apache.org/repos/asf/flume.git
> Revision: ceda6aa1126a01370641caf729d8b1dd6d80aa61
> Compiled by hshreedharan on Tue Jun 10 15:12:04 PDT 2014
> From source with checksum 9500a0fd0084429fe7b0ecf18132be2b
> [root@svm8 ~/rpm/apache-flume-1.5.0.1-bin/bin] #
> {code}
> This line should be fixed:
> {code}
> Source code repository: https://git-wip-us.apache.org/repos/asf/flume.git => <effective repo>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)