diff options
| author | diogo464 <[email protected]> | 2025-06-29 15:15:23 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-06-29 15:15:23 +0100 |
| commit | 0509970c261d3c04822246c80e6f05dcd246b8a5 (patch) | |
| tree | 140a94eb4ad3f36636ff3f739f0c4c933650c229 /Justfile | |
| parent | 5f81d08687494277ffe5f72b86d1c1b3c9341d9a (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-- | Justfile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -12,5 +12,5 @@ push: build | |||
| 12 | docker push {{IMAGE_TAG}} | 12 | docker push {{IMAGE_TAG}} |
| 13 | 13 | ||
| 14 | python *args: | 14 | python *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}} |
