You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2017/12/06 11:08:38 UTC

flink git commit: [hotfix] Properly delete temp flink dir in create_source_release.sh

Repository: flink
Updated Branches:
  refs/heads/master d6f5ea30e -> 5221a70e0


[hotfix] Properly delete temp flink dir in create_source_release.sh


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5221a70e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5221a70e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/5221a70e

Branch: refs/heads/master
Commit: 5221a70e0b20ec50fc1e63947289c12df71f0ff2
Parents: d6f5ea3
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Wed Dec 6 12:07:36 2017 +0100
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Wed Dec 6 12:08:07 2017 +0100

----------------------------------------------------------------------
 tools/releasing/create_source_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/5221a70e/tools/releasing/create_source_release.sh
----------------------------------------------------------------------
diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh
index 33b4e51..0eff9f8 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -67,4 +67,4 @@ $SHASUM flink-$RELEASE_VERSION-src.tgz > flink-$RELEASE_VERSION-src.tgz.sha
 
 mv flink-$RELEASE_VERSION-src.* ../
 cd ..
-rm -r flink-tmp-clone
+rm -rf flink-tmp-clone