[Asterisk-code-review] Fix to get asterisk code in README: (testsuite[master])

Rodrigo Ramirez Norambuena asteriskteam at digium.com
Thu Aug 26 16:57:55 CDT 2021


Rodrigo Ramirez Norambuena has uploaded this change for review. ( https://gerrit.asterisk.org/c/testsuite/+/16402 )


Change subject: Fix to get asterisk code in README:
......................................................................

Fix to get asterisk code in README:

Update README.md to get the asterisk code using a git clone instead a
svn co from the old repository.

Change-Id: I690543d34f476985764da16b4ad853cb09d4e317
---
M README.txt
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/02/16402/1

diff --git a/README.txt b/README.txt
index 9f98992..a3c9427 100644
--- a/README.txt
+++ b/README.txt
@@ -182,8 +182,8 @@
 --------------------------------------------------------------------------------
 
 Get the Asterisk source tree you want to test:
-    $ svn co http://svn.digium.com/svn/asterisk/trunk asterisk-trunk
-    $ cd asterisk-trunk
+    $ git clone hittps://gerrit.asterisk.org/asterisk asterisk-master
+    $ cd asterisk-master
 
 Build and install it.
     $ ./configure && make
@@ -216,8 +216,8 @@
 As an alternative to the above, you can use run-local:
 
 Get the Asterisk source tree you want to test:
-    $ svn co http://svn.digium.com/svn/asterisk/trunk asterisk-trunk
-    $ cd asterisk-trunk
+    $ git clone hittps://gerrit.asterisk.org/asterisk asterisk-master
+    $ cd asterisk-master
 
 Optionally configure and make it:
     $ ./configure && make

-- 
To view, visit https://gerrit.asterisk.org/c/testsuite/+/16402
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Change-Id: I690543d34f476985764da16b4ad853cb09d4e317
Gerrit-Change-Number: 16402
Gerrit-PatchSet: 1
Gerrit-Owner: Rodrigo Ramirez Norambuena <a at rodrigoramirez.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210826/7d66d072/attachment.html>


More information about the asterisk-code-review mailing list