[
https://issues.apache.org/jira/browse/OOZIE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104666#comment-13104666
]
[email protected] commented on OOZIE-558:
-----------------------------------------------------
bq. On 2011-09-14 14:05:04, Alejandro Abdelnur wrote:
bq. > 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:
bq. >
bq. > if SVN installed
bq. > if repo is SVN
bq. > get SVN repo/revision info
bq. > if repo/revision not set
bq. > if GIT installed
bq. > get GIT repo/revision info
bq. > if repo/revision not set
bq. > set repo/revision to unavail
bq. >
bq.
bq. Angelo K. Huang wrote:
bq. Do we get mirror automatically?
we have to ask to infra-dev@ to do so. If Mohammad didn't ask them yet, I can
shoot an email/open-JIRA
- Alejandro
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1850/#review1889
-----------------------------------------------------------
On 2011-09-14 03:08:33, Mohammad Islam wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/1850/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2011-09-14 03:08:33)
bq.
bq.
bq. Review request for oozie.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. Modify bin/mkdistro.sh to refer to svn instead of git
bq.
bq.
bq. This addresses bug OOZIE-558.
bq. https://issues.apache.org/jira/browse/OOZIE-558
bq.
bq.
bq. Diffs
bq. -----
bq.
bq. http://svn.apache.org/repos/asf/incubator/oozie/trunk/bin/mkdistro.sh
1170386
bq.
bq. Diff: https://reviews.apache.org/r/1850/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq.
bq. Thanks,
bq.
bq. Mohammad
bq.
bq.
> Modify bin/mkdistro.sh to refer to svn instead of git
> -----------------------------------------------------
>
> Key: OOZIE-558
> URL: https://issues.apache.org/jira/browse/OOZIE-558
> Project: Oozie
> Issue Type: Task
> Reporter: Mohammad Kamrul Islam
> Assignee: Mohammad Kamrul Islam
>
> export VC_REV=`git branch -v | awk '/^\*/ {printf("%s@%s\n", $2, $3); }'`
> # Out canonical repo is @GitHub -- hence hardcoding
> export VC_URL="git://github.com/yahoo/oozie.git"
> Should be replaced by
> export VC_REV=`svn info | grep "Revision" | awk '{print $2}'`
> export VC_URL=`svn info | grep "URL" | awk '{print $2}'`
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira