You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/10/17 00:33:28 UTC

[GitHub] [kafka] dajac commented on a change in pull request #11394: KAFKA-13284: Use sftp to upload artifacts in release.py

dajac commented on a change in pull request #11394:
URL: https://github.com/apache/kafka/pull/11394#discussion_r729834094



##########
File path: release.py
##########
@@ -621,7 +631,8 @@ def select_gpg_key():
 cmd("Listing artifacts to be uploaded:", "ls -R %s" % artifacts_dir)
 
 cmd("Zipping artifacts", "tar -czf %s.tar.gz %s" % (artifact_name, artifact_name), cwd=work_dir)
-if not user_ok("Have you uploaded artifacts in %s, listed above, to public_html in your Apache home directory (y/n)?: " % artifacts_dir):
+sftp_upload(artifacts_dir)

Review comment:
       I meant `public_html` directory.




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

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

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