aboutsummaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-06-29 15:15:23 +0100
committerdiogo464 <[email protected]>2025-06-29 15:15:23 +0100
commit0509970c261d3c04822246c80e6f05dcd246b8a5 (patch)
tree140a94eb4ad3f36636ff3f739f0c4c933650c229 /Justfile
parent5f81d08687494277ffe5f72b86d1c1b3c9341d9a (diff)
Rename project to oar-p2p-net
Update project name throughout all files: pyproject.toml, README.md, Justfile, and rename main Python file from oar_p2p.py to oar_p2p_net.py to maintain consistency with the new project name. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Justfile b/Justfile
index cf8827f..46dc339 100644
--- a/Justfile
+++ b/Justfile
@@ -12,5 +12,5 @@ push: build
12 docker push {{IMAGE_TAG}} 12 docker push {{IMAGE_TAG}}
13 13
14python *args: 14python *args:
15 scp oar_p2p.py cluster:./ 15 scp oar_p2p_net.py cluster:./
16 ssh cluster /home/diogo464/.local/bin/uv run python ./oar_p2p.py {{args}} 16 ssh cluster /home/diogo464/.local/bin/uv run python ./oar_p2p_net.py {{args}}