Sebastian Huber started a new discussion: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/17#note_114463


The commit reverts URL changes:
```diff
diff --git a/README.rst b/README.rst
index 68da0f7b8..994da5ae3 100644
--- a/README.rst
+++ b/README.rst
@@ -32,9 +32,9 @@ do this.  The individual steps are explained afterwards.
     sandbox="$PWD/sandbox"
     mkdir sandbox
     cd "$sandbox"
-    git clone https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git
-    git clone https://gitlab.rtems.org/rtems/rtos/rtems.git
-    git clone https://gitlab.rtems.org/rtems/pkg/rtems-libbsd.git
+    git clone git://git.rtems.org/rtems-source-builder.git
+    git clone git://git.rtems.org/rtems.git
+    git clone git://git.rtems.org/rtems-libbsd.git
     cd "$sandbox"
     cd rtems-source-builder/rtems
     ../source-builder/sb-set-builder --prefix="$sandbox/rtems/6" 6/rtems-arm
@@ -67,9 +67,9 @@ do this.  The individual steps are explained afterwards.
    .. code-block:: none
 
        $ cd "$sandbox"
-       $ git clone 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git
-       $ git clone https://gitlab.rtems.org/rtems/rtos/rtems.git
-       $ git clone https://gitlab.rtems.org/rtems/pkg/rtems-libbsd.git
+       $ git clone git://git.rtems.org/rtems-source-builder.git
+       $ git clone git://git.rtems.org/rtems.git
+       $ git clone git://git.rtems.org/rtems-libbsd.git
```

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/17#note_114463
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to