Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
At the start of release.py, the first thing it should do is verify that dependency pre-requisites are satisfied. The pre-requisites are:
- maven should be installed.
- sftp should be installed. Connection to <user>@home.apache.org should be successful. Currently it is done manually at the step "Verify by using `sftp <your-apache-id>@home.apache.org`" in https://cwiki.apache.org/confluence/display/KAFKA/Release+Process
- svn should be installed