[ 
https://issues.apache.org/jira/browse/FLINK-5395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15813305#comment-15813305
 ] 

ASF GitHub Bot commented on FLINK-5395:
---------------------------------------

Github user shijinkui commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3049#discussion_r95276351
  
    --- Diff: tools/create_release_files.sh ---
    @@ -66,16 +66,19 @@ fi
     GPG_PASSPHRASE=${GPG_PASSPHRASE:-XXX}
     GPG_KEY=${GPG_KEY:-XXX}
     GIT_AUTHOR=${GIT_AUTHOR:-"Your name <y...@apache.org>"}
    -OLD_VERSION=${OLD_VERSION:-1.1-SNAPSHOT}
    -RELEASE_VERSION=${NEW_VERSION}
    +OLD_VERSION=${OLD_VERSION:-1.2-SNAPSHOT}
    +RELEASE_VERSION=${NEW_VERSION:-1.3-SNAPSHOT}
     RELEASE_CANDIDATE=${RELEASE_CANDIDATE:-rc1}
     RELEASE_BRANCH=${RELEASE_BRANCH:-master}
     USER_NAME=${USER_NAME:-yourapacheidhere}
     MVN=${MVN:-mvn}
     GPG=${GPG:-gpg}
     sonatype_user=${sonatype_user:-yourapacheidhere}
     sonatype_pw=${sonatype_pw:-XXX}
    -
    +IS_LOCAL_DIST=${IS_LOCAL_DIST:-false}
    +GIT_REPO=${GIT_REPO:-git-wip-us.apache.org/repos/asf/flink.git}
    +scalaV=none
    --- End diff --
    
    That' fine.


> support locally build distribution by script create_release_files.sh
> --------------------------------------------------------------------
>
>                 Key: FLINK-5395
>                 URL: https://issues.apache.org/jira/browse/FLINK-5395
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>            Reporter: shijinkui
>
> create_release_files.sh is build flink release only. It's hard to build 
> custom local Flink release distribution.
> Let create_release_files.sh support:
> 1. custom git repo url
> 2. custom build special scala and hadoop version
> 3. add `tools/flink` to .gitignore
> 4. add usage



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to