nickva commented on issue #4259: URL: https://github.com/apache/couchdb/issues/4259#issuecomment-1366427276
@Tom-python0121 exactly, it doesn't seem right that it's downloading and fetching rebar2 or rebar3. Those scripts should be in the the .tgz already. Just to double-check again wonder if we're looking at the same tgz file: ``` nickv@nvi:~/tmp $ cat apache-couchdb-3.3.0-RC2.tar.gz.sha256 e8c6bf3f99a8f0d2af5806652f57d53796367e2d4b24dedc86e268cf86f787a0 apache-couchdb-3.3.0-RC2.tar.gz nickv@nvi:~/tmp $ sha256sum -c apache-couchdb-3.3.0-RC2.tar.gz.sha256 apache-couchdb-3.3.0-RC2.tar.gz: OK nickv@nvi:~/tmp $ rm -rf apache-couchdb-3.3.0 nickv@nvi:~/tmp $ tar xfz apache-couchdb-3.3.0-RC2.tar.gz nickv@nvi:~/tmp $ ls -l apache-couchdb-3.3.0/bin total 1120 -rw-rw-r-- 1 nickv nickv 68 Dec 22 02:53 erlang-version.escript -rwxrwxr-x 1 nickv nickv 134844 Dec 22 03:00 erlfmt -rwxrwxr-x 1 nickv nickv 203550 Dec 22 03:00 rebar -rwxrwxr-x 1 nickv nickv 800215 Dec 22 03:00 rebar3 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
