vhive-serverless / invitro

Load generator and trace sampler for serverless computing
MIT License
17 stars 14 forks source link

Add VHIVE_REPO and LOADER_REPO to setup script config #539

Closed mghgm closed 4 weeks ago

mghgm commented 4 weeks ago

Summary

Adds a separate variable for VHIVE_REPO and LOADER_REPO in ./scripts/setup/setup.cfg to be able to use private repos in setup script (fixes vhive-serverless/invitro#538).

Implementation Notes :hammer_and_pick:

In scripts under setup directory, next to every VHIVE_BRANCH and LOADER_BRANCH, repository urls are replaced with a proper variable which has already defined in setup.cfg.

External Dependencies :four_leaf_clover:

Breaking API Changes :warning:

leokondrashov commented 4 weeks ago

@cvetkovic Please take a look