You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2019/07/26 12:02:13 UTC

[flink] branch builds-test created (now 117a85b)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch builds-test
in repository https://gitbox.apache.org/repos/asf/flink.git.


      at 117a85b  remove license to make build fast fail

This branch includes the following new commits:

     new 3cd9570  [FLINK-13430][build] Configure sending travis build notifications to builds@flink.apache.org
     new 117a85b  remove license to make build fast fail

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[flink] 02/02: remove license to make build fast fail

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch builds-test
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 117a85b4b34bc8e8032833cb33a8c29b025847bb
Author: Jark Wu <im...@gmail.com>
AuthorDate: Fri Jul 26 19:59:33 2019 +0800

    remove license to make build fast fail
---
 .../flink/api/common/accumulators/Accumulator.java    | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java b/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
index bf56cfe..61e4fc8 100644
--- a/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
+++ b/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Accumulator.java
@@ -1,21 +1,4 @@
-/*
- * 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.
- */
-
+// remove license to make build fast fail
 package org.apache.flink.api.common.accumulators;
 
 import org.apache.flink.annotation.Public;


[flink] 01/02: [FLINK-13430][build] Configure sending travis build notifications to builds@flink.apache.org

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch builds-test
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 3cd95709bdd2149bb15ddd5dd96e361ac3cab58f
Author: Jark Wu <im...@gmail.com>
AuthorDate: Thu Jul 25 23:21:46 2019 +0800

    [FLINK-13430][build] Configure sending travis build notifications to builds@flink.apache.org
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f114152..2b2603f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,6 +56,11 @@ before_install:
    - source ./tools/travis/setup_maven.sh
 
 notifications:
+  email:
+    recipients:
+      secure: Tnf61eG2XC4uH9VOS2FnmDZVKMQqoXxQh1tPBuj7wcXCxSBtRKZtwrLHeQYDaH+cdDvy4rgzInKxq0imUyVnZ3vl3eTJyCtUW33RanUN8g4zZANy1nj9NbyhE7U8MCkIOMEuIkqGrI1XfFU0k+OMKaeLlUWtNUkBxeZVueL0iP0=
+    on_success: change
+    on_pull_requests: false
   slack:
     rooms:
       - secure: ikPQn5JTpkyzxVyOPm/jIl3FPm6hY8xAdG4pSwxGWjBqF+NmmNTp9YZsJ6fD8xPql6T5n1hNDbZSC14jVUw/vvXGvibDXLN+06f25ZQl+4LJBXaiR7gTG6y3nO8G90Vw7XpvCme6n5Md9tvjygb17a4FEgRJFfwzWnnyPA1yvK0=