Chunjun Xiao created FLUME-2468:
-----------------------------------
Summary: 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)