aboutsummaryrefslogtreecommitdiff
path: root/src/machine.rs
Commit message (Collapse)AuthorAgeFilesLines
* added support for the shelder machinediogo4642025-10-301-1/+1
|
* added support for snorlax machinesdiogo4642025-10-301-1/+4
|
* added concurrency limit via OAR_P2P_CONCURRENCY_LIMITdiogo4642025-07-231-5/+49
| | | | | | the env var OAR_P2P_CONCURRENCY_LIMIT limits the number of parallel "operations" being done on the cluster machines. so, if it is set to 3, then we only work on 3 machines at time. setting to 0 means unlimited.
* added the interface for machines oddish,psyduck,squirtle,bulbasaurdiogo4642025-07-171-11/+11
|
* set the interface for moltres machinesdiogo4642025-07-171-10/+10
|
* fix: replace todo!() with bond0 interface for alakazam and kadabra machinesdiogo4642025-07-111-16/+16
|
* clean enough for nowdiogo4642025-07-101-0/+24
|
* it works, now needs cleanupdiogo4642025-07-101-59/+97
|
* rust init snapshotdiogo4642025-07-091-0/+101