#7 exclude test packages and update to latest snapshot (2019-05-24)
Merged 4 years ago by jkang. Opened 5 years ago by sasiddiq.
rpms/ sasiddiq/jmc-core jmc  into  jmc

file modified
+13 -2
@@ -9,8 +9,8 @@ 

  %global usesnapshot 1

  

  # SNAPSHOT version

- %global hgrevhash 8115549a88aa

- %global hgrevdate 20190304

+ %global hgrevhash 4c9efa5eb5b8

+ %global hgrevdate 20190524

  

  %global tarball_name jmc-%{hgrevhash}

  
@@ -56,6 +56,13 @@ 

  cp ../README.md ./

  

  %pom_remove_plugin :nexus-staging-maven-plugin

+ %pom_remove_plugin :maven-source-plugin

+ 

+ # dont install test packages

+ %mvn_package org.openjdk.jmc:missioncontrol.core.tests __noinstall

+ %mvn_package org.openjdk.jmc:flightrecorder.test __noinstall

+ %mvn_package org.openjdk.jmc:flightrecorder.rules.test __noinstall

+ %mvn_package org.openjdk.jmc:flightrecorder.rules.jdk.test __noinstall

  

  %build

  # some tests require large heap and fail with OOM
@@ -76,6 +83,10 @@ 

  %doc README.md

  

  %changelog

+ * Fri May 24 2019 Salman Siddiqui <sasiddiq@redhat.com> - 7.1.0-0.20190524hg4c9efa5eb5b8

+ - Bug #1704859: exclude test packages

+ - Update to latest snapshot version

+ 

  * Mon Mar 11 2019 Salman Siddiqui <sasiddiq@redhat.com> - 7.1.0-0.20190304hg8115549a88aa

  - Update to latest snapshot version

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (8115549a88aa.tar.gz) = 6db6de5fa42ff2b1eb84a4d552b2616b9b64f5c0376b9df01eb1cd25c4c29d9381eda2786d6d1a44abd2ec7e25e45f1ffa3f3a1dff48920d63ab660df5af44ea

+ SHA512 (a9bcccbbf05a.tar.gz) = 1ec68ede58559f3d644323b221be276932641eca2a2f627566457e0ba97f4e8f9d8ab435d0807a7e9713724fe986801da9a1796c8835eb6172c6087195b03a9f

1 new commit added

  • run tests but dont install tests packages
5 years ago

1 new commit added

  • provide common.test module as it is required by jmc
5 years ago

1 new commit added

  • update to 2019-05-24 snapshot
4 years ago

Updated to 2019-05-24 snapshot to keep in sync with jmc package
Copr build: https://copr.fedorainfracloud.org/coprs/sasiddiq/jmc-2/build/915388/

Please bump the revision number appropriately; each changelog entry should be a single revision. A single changelog entry would be fine by me.

I'd also consider squashing some commits together. Changes look good overall, thanks!

Er; if you change it to a single changelog entry the revision number would remain at 0.

rebased onto 112a937

4 years ago

Pull-Request has been merged by jkang

4 years ago