Have you read a contributing guide?
Current Behavior
service "generateconfig-anyconf" didn't completed successfully: exit 1
Container log for any-sync-dockercompose-generateconfig-anyconf showed
/code/docker-generateconfig/anyconf.sh: line 16: anyconf: command not found
/code/docker-generateconfig/anyconf.sh: line 32: anyconf: command not found
and make fails
Expected Behavior
Make succeeds
Steps To Reproduce
Simply follow the install steps in the documentation using Release v6.4.0
Environment
- OS: Debian GNU/Linux 12 (bookworm)
- Arch: Rasbperry Pi 5, Arm64
- Docker: 29.1.0
Anything else?
I found that anyconf is missing from the image but any-sync-netcheck and any-sync-network were available.
I tried modifying anyconf.sh to use those instead but no dice. Got this message instead
Error: unknown command "create-network" for "anyconf" Run 'anyconf --help' for usage.
But can't run anyconf --help since command isn't available.
I then changed Dockerfile-generateconfig-anyconf to use the previous release ghcr.io/anyproto/any-sync-tools:v0.4.2.
Also reverted the RUN section to match the previous commit. since it gave me a target generateconfig-anyconf: failed to solve: ... exit code:127
Make now succeeds.
Have you read a contributing guide?
Current Behavior
service "generateconfig-anyconf" didn't completed successfully: exit 1
Container log for
any-sync-dockercompose-generateconfig-anyconfshowed/code/docker-generateconfig/anyconf.sh: line 16: anyconf: command not found/code/docker-generateconfig/anyconf.sh: line 32: anyconf: command not foundand make fails
Expected Behavior
Make succeeds
Steps To Reproduce
Simply follow the install steps in the documentation using Release v6.4.0
Environment
Anything else?
I found that anyconf is missing from the image but
any-sync-netcheckandany-sync-networkwere available.I tried modifying anyconf.sh to use those instead but no dice. Got this message instead
Error: unknown command "create-network" for "anyconf" Run 'anyconf --help' for usage.But can't run
anyconf --helpsince command isn't available.I then changed
Dockerfile-generateconfig-anyconfto use the previous releaseghcr.io/anyproto/any-sync-tools:v0.4.2.Also reverted the RUN section to match the previous commit. since it gave me a
target generateconfig-anyconf: failed to solve: ... exit code:127Make now succeeds.