This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 98bc7f711706f61ee757eb67d4e9ef69243d7492 Author: Greg Stein <[email protected]> AuthorDate: Fri Oct 3 19:25:59 2025 -0500 move bin/ to server/bin/ (the steve pypackage doesn't need a bin) --- v3/.gitignore | 3 +-- v3/{ => server}/bin/fetch-bootstrap.sh | 0 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/v3/.gitignore b/v3/.gitignore index b085f8a..de50c4d 100644 --- a/v3/.gitignore +++ b/v3/.gitignore @@ -1,7 +1,6 @@ poetry.lock -bin/bs.zip - +server/bin/bs.zip server/config.yaml server/apptoken.txt diff --git a/v3/bin/fetch-bootstrap.sh b/v3/server/bin/fetch-bootstrap.sh similarity index 100% rename from v3/bin/fetch-bootstrap.sh rename to v3/server/bin/fetch-bootstrap.sh
