Author: jleroux
Date: Tue Jun 4 15:52:28 2019 New Revision: 1860627 URL: http://svn.apache.org/viewvc?rev=1860627&view=rev Log: Implemented: Remove the Gradle wrapper from our release packages and add a step to our build notes (OFBIZ-10145) As explained in the Jira, copy the OFBiz/gradle/wrapper directory in tools/buildbot/gradle/wrapper. Later in Buildbot copy it back to its place, et voilĂ :) When we will update Gradle we will need to update those. Anyway we need to ask infra for the same. We have Gradle installed in /usr/lib/gradle/ on "lares_ubuntu" , "orcus_ubuntu" , "silvanus_ubuntu" as says INFRA-13202. Actually It's about Gradle to 3.2.1, I guess it's the same for Gradle 5.0. I still need to modify the Buildbot conf file at https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf Added: ofbiz/tools/Buildbot/ ofbiz/tools/Buildbot/Gradle/ ofbiz/tools/Buildbot/Gradle/Wrapper/ ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.jar (with props) ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties (with props) Added: ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.jar URL: http://svn.apache.org/viewvc/ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.jar?rev=1860627&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties URL: http://svn.apache.org/viewvc/ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties?rev=1860627&view=auto ============================================================================== --- ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties (added) +++ ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties Tue Jun 4 15:52:28 2019 @@ -0,0 +1,24 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +############################################################################### + +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists Propchange: ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/tools/Buildbot/Gradle/Wrapper/gradle-wrapper.properties ------------------------------------------------------------------------------ svn:mime-type = text/plain |
Free forum by Nabble | Edit this page |