Rui Chen
Rui Chen
still the same error ``` ==> Testing smug /opt/homebrew/Library/Homebrew/test.rb (Formulary::FromPathLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/s/smug.rb ==> /opt/homebrew/Cellar/smug/0.3.5/bin/smug ==> /opt/homebrew/Cellar/smug/0.3.5/bin/smug start --file /private/tmp/smug-test-20241030-8346-biw54d/.config/smug/test.yml --detach Starting a new session... [exited] ==> tmux has-session -t homebrew-test-session...
This would be the line also needs some update https://github.com/int128/groovy-ssh/blob/c320e6cc97106b56c0c050421b0005631b6ec6ba/Dockerfile#L5
probably relates to https://github.com/int128/groovy-ssh/pull/294
yeah, the jar in the github releases are not working either. I can give the patch a try.
@int128 tried to build with `VERSION=2.11.0 CIRCLE_TAG=2.11.0 ./gradlew shadowJar` but I have got this ``` $ java -jar cli/build/libs/gssh.jar --version groovy-ssh-SNAPSHOT (java-11.0.17, groovy-3.0.13, jsch-0.2.5) ``` Let me know if i...
but the build works fine now.
I was trying to do something like this, but failed, any pointer? ``` $ gssh -e 'touch testfile' user@hostname 2023-01-15 11:24:02.943 ERROR Error: groovy.lang.MissingPropertyException: No such property: testfile for class:...
looks like gssh 2.10.1 has the same issue
probably worth a rebase after https://github.com/Homebrew/homebrew-core/pull/224410