Am 03.08.19 um 18:17 schrieb Felix Schumacher: > Am 03.08.19 um 14:22 schrieb Felix Schumacher: >> Am 03.08.19 um 14:15 schrieb Vladimir Sitnikov: >>> Felix>It generates artifacts >>> >>> This is handled by `distTar distTarSource distZip distZipSource` (pick the >>> ones that are required) >> I will try those. >>> Felix> with git revision as identifiers (instead of 5.2-SNAPSHOT) >>> >>> Is it a matter of a file name? >>> Currently Git SHA is included into JMeterVersion#getVERSION(). Is it enough? >>> >>> If so, then `./gradlew distTar distZip` should be just fine. >>> >>> The artifacts would be named like `apache-jmeter-5.2.0-SNAPSHOT.tgz`, >>> however JMeterVersion inside would include SHA. >> The files are indexed by another shell script that is quite picky about >> the file names :) but we can change that script with a PR or rename the >> artifacts inside buildbot env. > > ok, distJar and friends will probably be all right. Now the next questions:
The old dist artifacts had sha512 checksums in the same folder. I didn't see them in the gradle build ones. Can they be generated, too? Felix >> Felix >> >>> Vladimir >>>
