[jbosstools-issues] [JBoss JIRA] (JBIDE-18742) Decide whether to publish new aggregate by comparating it with last snapshot

Mickael Istria (JIRA) issues at jboss.org
Wed Nov 12 11:30:29 EST 2014


Mickael Istria created JBIDE-18742:
--------------------------------------

             Summary: Decide whether to publish new aggregate by comparating it with last snapshot
                 Key: JBIDE-18742
                 URL: https://issues.jboss.org/browse/JBIDE-18742
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: build
            Reporter: Mickael Istria


Instead of the composite-install test to decide whether we aggregate or not, it would be simpler to build aggregation in any case and then use p2diff (or other smart mechanism) to decide whether we want to publish the new composite or not.

It's more or less just a matter of scripting
{code}
p2diff file:/local/p2/repo http://download.jboss.org/builds/jbosstools-aggregate_master/repo > diff
if [ diff seems cool ]; then
   ./publish.sh
fi
{code}

Another benefit is that it allows us to get rid of the composite (1 less couple of files to maintain)



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jbosstools-issues mailing list