You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Mohammad Kamrul Islam (JIRA)" <ji...@apache.org> on 2011/09/14 05:02:09 UTC

[jira] [Assigned] (OOZIE-558) Modify bin/mkdistro.sh to refer to svn instead of git

     [ https://issues.apache.org/jira/browse/OOZIE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mohammad Kamrul Islam reassigned OOZIE-558:
-------------------------------------------

    Assignee: Mohammad Kamrul Islam

> 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