[
https://issues.jboss.org/browse/JBIDE-23623?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-23623:
------------------------------------
For me when I run this
{code}
mkdir /tmp/jbt.github
cd /tmp/jbt.github
git clone git@github.com:jbosstools/jbosstools-build-ci.git
cd jbosstools-build-ci
git checkout jbosstools-4.4.x
chmod +x util/getProjectRootPomParents.sh
/tmp/jbt.github/jbosstools-build-ci/util/getProjectRootPomParents.sh -updateRootPom -b
jbosstools-4.4.3.x -b2 master -createBranch -pv 4.4.3.Final-SNAPSHOT -w1 /tmp/jbt.github
-vjbt 4.4.3.Final -vds 10.3.0.GA -tpmin 4.60.2.Final -tpmax 4.60.2.Final -jirahost
https://issues.jboss.org -jirauser YOUR_JIRA_USER -jirapwd YOUR_JIRA_PWD -p1
"aerogear::aerogear-hybrid arquillian base::foundation browsersim central forge
freemarker hibernate javaee::jsf jst livereload openshift server
vpe::visual-page-editor-core webservices integration-tests" -p2 "build
build-sites::updatesite discovery::central-update devdoc
download.jboss.org
maven-plugins:build versionwatch" -p3 "artwork ci::build devdoc
product::installer qa website"
{code}
I get `git push origin 4.4.3.x`, not master:
{code}
# >>> jbdevstudio-artwork <<<
# Create branch
https://github.com/jbdevstudio/jbdevstudio-artwork/tree/jbosstools-4.4.3.x
from master
pushd /tmp/jbt.github/jbdevstudio-artwork && git checkout master && git
pull origin master
git checkout -b jbosstools-4.4.3.x && git push origin jbosstools-4.4.3.x
popd >/dev/null && echo ">>>
https://github.com/jbdevstudio/jbdevstudio-artwork/tree/jbosstools-4.4.3....
# >>> jbdevstudio-ci <<<
# Create branch
https://github.com/jbdevstudio/jbdevstudio-ci/tree/jbosstools-4.4.3.x from
master
pushd /tmp/jbt.github/jbdevstudio-ci && git checkout master && git pull
origin master
git checkout -b jbosstools-4.4.3.x && git push origin jbosstools-4.4.3.x
popd >/dev/null && echo ">>>
https://github.com/jbdevstudio/jbdevstudio-ci/tree/jbosstools-4.4.3.x"
{code}
So... I'll try a similar op for the 4.4.x branch...
problems running getProjectRootPomParents and createTaskJIRAs
-------------------------------------------------------------
Key: JBIDE-23623
URL:
https://issues.jboss.org/browse/JBIDE-23623
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.3.AM1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.4.4.AM1
Attachments: jira.txt, prepare-am1.txt, run.log
When Jeff ran the latest emailed instructions [0] for the 4.4.3.AM1 initialization [1],
this happened:
{quote}
Remarks:
the right command is git checkout jbosstools-4.4.x and not co jbosstools-4.4.x
When I run the getProjectRootPomParents.sh script, the JIRAs are not created as
createTaskJIRAs.py emits an error message (see run.log). What I do is to get the output
using tee, filter the output (keeping only python commands) and then run this script (see
jira.txt). Don't know why it does not fail this time.
Would be safe to run `pwd`/util/getProjectRootPomParents.sh instead of
./util/getProjectRootPomParents.sh
Jeff{quote}
[0]
https://issues.jboss.org/secure/attachment/12413688/prepare-am1.txt
[1]
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/jbos...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)