-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1850/#review1889
-----------------------------------------------------------


As we are planning to get a GIT mirror, we should keep the GIT logic (using the 
origin remote) and the logic should check for GIT & SVN something like the 
following:

if SVN installed
  if repo is SVN
    get SVN repo/revision info
if repo/revision not set
  if GIT installed
    get GIT repo/revision info
if repo/revision not set
  set repo/revision to unavail
  

- Alejandro


On 2011-09-14 03:08:33, Mohammad Islam wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/1850/
> -----------------------------------------------------------
> 
> (Updated 2011-09-14 03:08:33)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> Modify bin/mkdistro.sh to refer to svn instead of git
> 
> 
> This addresses bug OOZIE-558.
>     https://issues.apache.org/jira/browse/OOZIE-558
> 
> 
> Diffs
> -----
> 
>   http://svn.apache.org/repos/asf/incubator/oozie/trunk/bin/mkdistro.sh 
> 1170386 
> 
> Diff: https://reviews.apache.org/r/1850/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Mohammad
> 
>

Reply via email to