Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-558

Modify bin/mkdistro.sh to refer to svn instead of git

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • pre-Apache
    • None
    • None

    Description

      export VC_REV=`git branch -v | awk '/^*/

      {printf("%s@%s\n", $2, $3); }

      '`

      1. 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}

      '`

      Attachments

        Activity

          People

            kamrul Mohammad Islam
            kamrul Mohammad Islam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: