aboutsummaryrefslogtreecommitdiff
path: root/rumba
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2018-05-28 09:56:10 +0200
committerMarco Capitani <m.capitani@nextworks.it>2018-05-28 09:56:10 +0200
commit2f09bda1f8fe72660ef4799af37b035655067336 (patch)
tree6a337d49bb36fca2b2a4a15032e0da2afccb58ad /rumba
parentb01a73006375a9b9fb754266d61cd7b47a3f3a01 (diff)
downloadrumba-2f09bda1f8fe72660ef4799af37b035655067336.tar.gz
rumba-2f09bda1f8fe72660ef4799af37b035655067336.zip
rlite: change repo to gitlab/arcfire/rlite
Diffstat (limited to 'rumba')
-rw-r--r--rumba/prototypes/rlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py
index 1595336..4d0d453 100644
--- a/rumba/prototypes/rlite.py
+++ b/rumba/prototypes/rlite.py
@@ -41,7 +41,7 @@ class Experiment(mod.Experiment):
"""
def __init__(self, testbed, nodes=None,
- git_repo='https://github.com/vmaffione/rlite',
+ git_repo='https://gitlab.com/arcfire/rlite',
git_branch='master', enrollment_strategy='minimal'):
"""
Initializes the experiment class.