[jboss-jira] [JBoss JIRA] (JBRULES-3697) git-clone-others.sh script should work on Mac too

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Wed Nov 28 04:05:22 EST 2012


Geoffrey De Smet created JBRULES-3697:
-----------------------------------------

             Summary: git-clone-others.sh script should work on Mac too
                 Key: JBRULES-3697
                 URL: https://issues.jboss.org/browse/JBRULES-3697
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: All
            Reporter: Geoffrey De Smet
            Assignee: Toni Rikkola


Basically, on this script
  https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/script/git-clone-others.sh
these 3 requirements need to be met:

*    Works with all 3 git URL types (used to clone droolsjbpm-build-bootstrap)
**        HTTP: https://github.com/droolsjbpm/droolsjbpm-build-bootstrap.git
**        SSH: git at github.com:droolsjbpm/droolsjbpm-build-bootstrap.git
**        Git Read-Only: git://github.com/droolsjbpm/droolsjbpm-build-bootstrap.git
*    Works on forks too
**        Blessed: git at github.com:droolsjbpm/droolsjbpm-build-bootstrap.git
**        ge0ffrey: git at github.com:ge0ffrey/droolsjbpm-build-bootstrap.git
**        Rikkola: git at github.com:Rikkola/droolsjbpm-build-bootstrap.git
*    Works on Mac

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list