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

[flink] branch master updated (6bd3a17 -> 372c143)

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

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 6bd3a17  [FLINK-13158][rest] Remove WebMonitor interface
     new dc235b7  [hotfix][build] Use HTTPS URL in qa-check.sh
     new 3fd4268  [hotfix][py] Use HTTPS URLs in package information
     new 372c143  [hotfix][build] Use HTTPS URLs

The 3 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.


Summary of changes:
 flink-python/setup.py | 4 ++--
 pom.xml               | 4 ++--
 tools/qa-check.sh     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


[flink] 02/03: [hotfix][py] Use HTTPS URLs in package information

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 3fd426837f508c532f075eb3555c7b171c7b25fb
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed May 22 12:04:55 2019 +0200

    [hotfix][py] Use HTTPS URLs in package information
---
 flink-python/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-python/setup.py b/flink-python/setup.py
index 2b417f1..2715399 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -179,8 +179,8 @@ run sdist.
             'pyflink.bin': ['*']
         },
         scripts=scripts,
-        url='http://flink.apache.org',
-        license='http://www.apache.org/licenses/LICENSE-2.0',
+        url='https://flink.apache.org',
+        license='https://www.apache.org/licenses/LICENSE-2.0',
         author='Flink Developers',
         author_email='dev@flink.apache.org',
         install_requires=['py4j==0.10.8.1', 'python-dateutil'],


[flink] 03/03: [hotfix][build] Use HTTPS URLs

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 372c14389a40301a3299fb8c59c6763c7d1a12a7
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu May 23 09:29:43 2019 +0200

    [hotfix][build] Use HTTPS URLs
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ced31af..6d77568 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,13 +32,13 @@ under the License.
 
 	<name>flink</name>
 	<packaging>pom</packaging>
-	<url>http://flink.apache.org</url>
+	<url>https://flink.apache.org</url>
 	<inceptionYear>2014</inceptionYear>
 
 	<licenses>
 		<license>
 			<name>The Apache Software License, Version 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
 			<distribution>repo</distribution>
 		</license>
 	</licenses>


[flink] 01/03: [hotfix][build] Use HTTPS URL in qa-check.sh

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit dc235b7a61c0a1dcabaa0e11771e1f1e39677394
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed May 22 12:04:45 2019 +0200

    [hotfix][build] Use HTTPS URL in qa-check.sh
---
 tools/qa-check.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/qa-check.sh b/tools/qa-check.sh
index ea8f9f6..cf3c963 100755
--- a/tools/qa-check.sh
+++ b/tools/qa-check.sh
@@ -52,7 +52,7 @@ cd _qa_workdir
 
 if [ ! -d  "flink" ] ; then
 	echo "There is no flink copy in the workdir. Cloning flink"
-	git clone http://git-wip-us.apache.org/repos/asf/flink.git flink
+	git clone https://git-wip-us.apache.org/repos/asf/flink.git flink
 fi
 
 cd flink