This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 4605ab9 Restore the sync Makefile target
4605ab9 is described below
commit 4605ab95ed160792b53f9ddef61c2340da8c09a5
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Jul 15 15:02:08 2025 +0100
Restore the sync Makefile target
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 58a0eda..8752736 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.PHONY: build build-alpine build-playwright build-ts build-ubuntu certs \
check check-extra check-light commit docs generate-version run-playwright \
- run-playwright-slow serve serve-local sync
+ run-playwright-slow serve serve-local sync update-deps
BIND ?= 127.0.0.1:8080
IMAGE ?= tooling-trusted-release
@@ -70,6 +70,9 @@ serve-local:
SSH_HOST=127.0.0.1 uv run hypercorn --bind $(BIND) \
--keyfile key.pem --certfile cert.pem atr.server:app --debug --reload
+sync:
+ uv sync
+
update-deps:
uv lock --upgrade
uv sync --group test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]