fix: fix: rewrite smoke-init.sh for mock Forgejo + restore pipeline (#143) #144

Closed
dev-qwen wants to merge 9 commits from fix/issue-143 into main
Showing only changes of commit cf71b5a757 - Show all commits

View file

@ -617,6 +617,7 @@ def main():
sys.exit(1)
print(f"Mock Forgejo server starting on port {port}", file=sys.stderr)
sys.stderr.flush()
def shutdown_handler(signum, frame):
global SHUTDOWN_REQUESTED