Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Declaring Build for wtp-R3.14.0-I: R-3.14.0-20190612230649

Tagged 'em all where I could... except Webservices of course.

$➔ for d in webtools.*; do cd $d; git pull origin master; git tag R3_14; git push origin R3_14; cd ..; done

From ssh://git.eclipse.org:29418/webtools-common/webtools.common
 * branch                master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/webtools-common/webtools.common
 * [new tag]             R3_14 -> R3_14

From ssh://git.eclipse.org:29418/dali/webtools.dali
 * branch                  master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/dali/webtools.dali
 * [new tag]               R3_14 -> R3_14

From ssh://git.eclipse.org:29418/jeetools/webtools.javaee
 * branch                master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/jeetools/webtools.javaee
 * [new tag]             R3_14 -> R3_14

From ssh://git.eclipse.org:29418/jsdt/webtools.jsdt
 * branch                master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/jsdt/webtools.jsdt
 * [new tag]             R3_14 -> R3_14

From ssh://git.eclipse.org:29418/jsf/webtools.jsf
 * branch              master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/jsf/webtools.jsf
 * [new tag]           R3_14 -> R3_14

From ssh://git.eclipse.org:29418/webtools/webtools.releng
 * branch                master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/webtools/webtools.releng
 * [new tag]             R3_14 -> R3_14

From ssh://git.eclipse.org:29418/webtools/webtools.releng.aggregator
 * branch            master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/webtools/webtools.releng.aggregator.git
 * [new tag]         R3_14 -> R3_14

From ssh://git.eclipse.org:29418/servertools/webtools.servertools
 * branch                master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/servertools/webtools.servertools
 * [new tag]             R3_14 -> R3_14

From ssh://git.eclipse.org:29418/sourceediting/webtools.sourceediting
 * branch                master     -> FETCH_HEAD
Already up-to-date.
Current branch master is up to date.
Everything up-to-date
remote: Finding sources: 100% (14/14)
remote: Total 14 (delta 0), reused 14 (delta 0)
Unpacking objects: 100% (14/14), done.

From ssh://git.eclipse.org:29418/webservices/webtools.webservices
 * branch                master     -> FETCH_HEAD
   52b8808f6..666b8d4c2  master     -> origin/master
Updating 52b8808f6..666b8d4c2
Fast-forward
 core/bundles/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/common/FacetUtils.java | 4 ++++
 1 file changed, 4 insertions(+)
Current branch master is up to date.
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done    
To ssh://git.eclipse.org:29418/webservices/webtools.webservices
 ! [remote rejected]     R3_14 -> R3_14 (prohibited by Gerrit: create access denied for refs/tags/R3_14)
error: failed to push some refs to 'ssh://nickb@xxxxxxxxxxxxxxx:29418/webservices/webtools.webservices'

Nick

On Wed, Jun 19, 2019 at 1:50 PM Nitin Dahyabhai <nitind@xxxxxxxxxx> wrote:
*sigh*

And R3_14.

Regards,
Nitin Dahyabhai
WTP PMC Lead

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/wtp-dev


--

Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com



“The Only Thing That Is Constant Is Change” - Heraclitus

Back to the top