[
https://issues.jboss.org/browse/JBIDE-12937?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-12937:
-------------------------------
Description:
Initial contribution:
https://github.com/jbosstools/jbosstools-build/blob/master/scripts/checko...
Problem:
Using the script, we should have this on disk:
{code}
git remote -v
origin git@github.com:nickboldt/jbosstools-base.git (fetch)
origin git@github.com:nickboldt/jbosstools-base.git (push)
upstream
git://github.com/jbosstools/jbosstools-base.git (fetch)
upstream
git://github.com/jbosstools/jbosstools-base.git (push)
-------------------------------------------------------------
git branch -v
* master [origin/master]
upstream/master
{code}
But instead we have:
{code}
git remote -v
nickboldt
git://github.com/nickboldt/jbosstools-base.git (fetch)
nickboldt
git://github.com/nickboldt/jbosstools-base.git (push)
origin git@github.com:jbosstools/jbosstools-base.git (fetch)
origin git@github.com:jbosstools/jbosstools-base.git (push)
-------------------------------------------------------------
git branch -v
master [origin/master]
* nickboldt/master
{code}
was:
Initial contribution:
https://github.com/jbosstools/jbosstools-build/blob/master/scripts/checko...
Problem:
Using the script, we should have this on disk:
{code}
git remote -v
origin
git://github.com/nickboldt/jbosstools-base.git (fetch)
origin
git://github.com/nickboldt/jbosstools-base.git (push)
upstream git@github.com:jbosstools/jbosstools-base.git (fetch)
upstream git@github.com:jbosstools/jbosstools-base.git (push)
-------------------------------------------------------------
git branch -v
* master [origin/master]
upstream/master
{code}
But instead we have:
{code}
git remote -v
nickboldt
git://github.com/nickboldt/jbosstools-base.git (fetch)
nickboldt
git://github.com/nickboldt/jbosstools-base.git (push)
origin git@github.com:jbosstools/jbosstools-base.git (fetch)
origin git@github.com:jbosstools/jbosstools-base.git (push)
-------------------------------------------------------------
git branch -v
master [origin/master]
* nickboldt/master
{code}
provide checkout.sh script for pulling jbosstools repos from forks /
master
---------------------------------------------------------------------------
Key: JBIDE-12937
URL:
https://issues.jboss.org/browse/JBIDE-12937
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 4.0.0.CR1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.0.0.CR1
Initial contribution:
https://github.com/jbosstools/jbosstools-build/blob/master/scripts/checko...
Problem:
Using the script, we should have this on disk:
{code}
git remote -v
origin git@github.com:nickboldt/jbosstools-base.git (fetch)
origin git@github.com:nickboldt/jbosstools-base.git (push)
upstream
git://github.com/jbosstools/jbosstools-base.git (fetch)
upstream
git://github.com/jbosstools/jbosstools-base.git (push)
-------------------------------------------------------------
git branch -v
* master [origin/master]
upstream/master
{code}
But instead we have:
{code}
git remote -v
nickboldt
git://github.com/nickboldt/jbosstools-base.git (fetch)
nickboldt
git://github.com/nickboldt/jbosstools-base.git (push)
origin git@github.com:jbosstools/jbosstools-base.git (fetch)
origin git@github.com:jbosstools/jbosstools-base.git (push)
-------------------------------------------------------------
git branch -v
master [origin/master]
* nickboldt/master
{code}
--
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