[Asterisk-code-review] README.txt: Fix Asterisk source code checkout instructions. (testsuite[master])

George Joseph asteriskteam at digium.com
Mon Aug 30 13:00:01 CDT 2021


George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/16402 )

Change subject: README.txt: Fix Asterisk source code checkout instructions.
......................................................................

README.txt: Fix Asterisk source code checkout instructions.

Update README.txt 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(-)

Approvals:
  Sean Bright: Looks good to me, but someone else must approve
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit



diff --git a/README.txt b/README.txt
index 9f98992..459fbed 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 https://gerrit.asterisk.org/asterisk
+    $ cd asterisk
 
 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 https://gerrit.asterisk.org/asterisk
+    $ cd asterisk
 
 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: 4
Gerrit-Owner: Rodrigo Ramirez Norambuena <a at rodrigoramirez.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210830/779a5c66/attachment.html>


More information about the asterisk-code-review mailing list