Andreas Tille pushed to branch master at Debian Med / nextflow
Commits: 8477333e by Andreas Tille at 2020-04-30T13:06:06+02:00 ignore probably unneeded nexus-staging plugin - - - - - 53dde9fd by Andreas Tille at 2020-04-30T13:06:36+02:00 Seems https://github.com/nextflow-io/capsule is needed - - - - - 3 changed files: - debian/changelog - + debian/patches/ignore_gradle_dependencies.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ nextflow (20.04.1-edge-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) + Seems https://github.com/nextflow-io/capsule is needed -- Andreas Tille <[email protected]> Mon, 27 Apr 2020 16:07:31 +0200 ===================================== debian/patches/ignore_gradle_dependencies.patch ===================================== @@ -0,0 +1,29 @@ +Author: Andrius Merkys <[email protected]> +Date: Thu, 30 Apr 2020 06:01:45 +0300 +Origin: https://lists.debian.org/debian-med/2020/04/msg00291.html +Description: ignore probably unneeded nexus-staging plugin + +--- a/build.gradle ++++ b/build.gradle +@@ -14,10 +14,6 @@ + * limitations under the License. + */ + +-plugins { +- id "io.codearte.nexus-staging" version "0.21.2" +-} +- + apply plugin: 'idea' + + // Add ability to test with upcoming versions of Groovy +@@ -595,10 +591,6 @@ task exportClasspath { + * - releaseRepository + * - closeAndReleaseRepository + */ +-nexusStaging { +- packageGroup = 'io.nextflow' +- delayBetweenRetriesInMillis = 10_000 +-} + + + /* ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +ignore_gradle_dependencies.patch View it on GitLab: https://salsa.debian.org/med-team/nextflow/-/compare/57856518fde1dced7ffb205ce1bbbd992a4c86c6...53dde9fd3dbd274035e07065f434f18acbe5e56d -- View it on GitLab: https://salsa.debian.org/med-team/nextflow/-/compare/57856518fde1dced7ffb205ce1bbbd992a4c86c6...53dde9fd3dbd274035e07065f434f18acbe5e56d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
