You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by ab...@apache.org on 2018/01/08 18:25:32 UTC

[1/2] incubator-gobblin git commit: [GOBBLIN-355] Removing gradlew and related jars from source release. Refer: LEGAL-288

Repository: incubator-gobblin
Updated Branches:
  refs/heads/master 940329e13 -> 106d1ba69


[GOBBLIN-355] Removing gradlew and related jars from source release. Refer: LEGAL-288


Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/2951fd26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/2951fd26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/2951fd26

Branch: refs/heads/master
Commit: 2951fd26701c39ac50d6b4aba335de21c82d7831
Parents: bd9bd47
Author: Abhishek Tiwari <ab...@gmail.com>
Authored: Mon Jan 8 23:53:38 2018 +0530
Committer: Abhishek Tiwari <ab...@gmail.com>
Committed: Mon Jan 8 23:53:38 2018 +0530

----------------------------------------------------------------------
 gradle/scripts/release.gradle | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/2951fd26/gradle/scripts/release.gradle
----------------------------------------------------------------------
diff --git a/gradle/scripts/release.gradle b/gradle/scripts/release.gradle
index 4bce1e2..de886bc 100644
--- a/gradle/scripts/release.gradle
+++ b/gradle/scripts/release.gradle
@@ -58,6 +58,11 @@ task sourceRelease(type: Tar, dependsOn: prepare_release_config) {
         exclude "gradle.properties"
         exclude '**/build'
         exclude '.gradle'
+        // excluding gradlew and related jar because of: https://issues.apache.org/jira/browse/LEGAL-288
+        exclude 'gradlew'
+        exclude 'gradlew.bat'
+        exclude 'gradle/wrapper/gradle-wrapper.jar'
+        exclude 'gradle/wrapper/gradle-wrapper.properties'
         exclude '.github'
         exclude 'maven-sonatype'
         exclude 'travis'


[2/2] incubator-gobblin git commit: Merge branch '0.12.0'

Posted by ab...@apache.org.
Merge branch '0.12.0'


Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/106d1ba6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/106d1ba6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/106d1ba6

Branch: refs/heads/master
Commit: 106d1ba69b2d7d5f40cf3e5884436d808038664c
Parents: 940329e 2951fd2
Author: Abhishek Tiwari <ab...@gmail.com>
Authored: Mon Jan 8 23:55:08 2018 +0530
Committer: Abhishek Tiwari <ab...@gmail.com>
Committed: Mon Jan 8 23:55:08 2018 +0530

----------------------------------------------------------------------
 gradle/scripts/release.gradle | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/106d1ba6/gradle/scripts/release.gradle
----------------------------------------------------------------------