aboutsummaryrefslogtreecommitdiff
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
parentb01a73006375a9b9fb754266d61cd7b47a3f3a01 (diff)
downloadrumba-2f09bda1f8fe72660ef4799af37b035655067336.tar.gz
rumba-2f09bda1f8fe72660ef4799af37b035655067336.zip
rlite: change repo to gitlab/arcfire/rlite
-rw-r--r--doc/rlite.rst2
-rw-r--r--rumba/prototypes/rlite.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rlite.rst b/doc/rlite.rst
index 418bf3a..171c4b8 100644
--- a/doc/rlite.rst
+++ b/doc/rlite.rst
@@ -1,7 +1,7 @@
rlite
=============
-`rlite <https://github.com/vmaffione/rlite>`_ is a lightweight Free
+`rlite <https://gitlab.com/arcfire/rlite>`_ is a lightweight Free
and Open Source implementation of the Recursive InterNetwork
Architecture (RINA) for GNU/Linux operating systems.
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.