[
https://issues.jboss.org/browse/LOCUS-13?page=com.atlassian.jira.plugin.s...
]
Nick Boldt commented on LOCUS-13:
---------------------------------
Removing BUILD_ALIAS won't remove the B## suffix. It will only remove the .Final part.
Do you ALSO want to remove the BUILD_NUMBER?
{quote}The action here would be simply be to configure tycho-packaging-plugin to remove
reference to BUILD_NUMBER.{quote}
Oh, I see you do. Or did. But don't now?
Plugins in
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-loc...
show names like org.jboss.tools.locus.dmr_1.3.0.Final-v20150430-1349-B77.jar
But when we rebuild, even if we remove the .Final bit, we'll get
org.jboss.tools.locus.dmr_1.3.0.v20150430-1349-B78.jar
And then each build after that, assuming no code change to the plugin (so no timestamp
change)...
org.jboss.tools.locus.dmr_1.3.0.v20150430-1349-B79.jar
org.jboss.tools.locus.dmr_1.3.0.v20150430-1349-B80.jar
...
Build number in qualifier are against reproducible version qualifier
--------------------------------------------------------------------
Key: LOCUS-13
URL:
https://issues.jboss.org/browse/LOCUS-13
Project: JBoss Tools Locus
Issue Type: Enhancement
Reporter: Mickael Istria
Assignee: Mickael Istria
Priority: Critical
Fix For: 1.2.0
We did set up git-based reproducible qualifiers but in the other end, we have the
qualifier always changing because it contains the BUILD_NUMBER.
Those metadata should not be part of the qualifier, but should instead be in a future
index.html, or attached to the Maven artifact.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)