You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/05/18 13:40:55 UTC

[GitHub] [incubator-yunikorn-release] adamantal commented on a change in pull request #2: [YUNIKORN-126] Add execute permission to executables

adamantal commented on a change in pull request #2:
URL: https://github.com/apache/incubator-yunikorn-release/pull/2#discussion_r426633096



##########
File path: tools/build-release.py
##########
@@ -81,7 +81,7 @@ def setup_base_dir(release_top_path, base_path):
         org = os.path.join(release_top_path, file)
         dest = os.path.join(base_path, file)
         print("copying files: %s ===> %s" % (org, dest))
-        shutil.copyfile(org, dest)

Review comment:
       Why did you change that?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org