[Asterisk-code-review] README.txt: Fix Asterisk source code checkout instructions. (testsuite[16])
Rodrigo Ramirez Norambuena
asteriskteam at digium.com
Mon Aug 30 12:25:04 CDT 2021
Rodrigo Ramirez Norambuena has uploaded this change for review. ( https://gerrit.asterisk.org/c/testsuite/+/16421 )
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(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/21/16421/1
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/+/16421
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 16
Gerrit-Change-Id: I690543d34f476985764da16b4ad853cb09d4e317
Gerrit-Change-Number: 16421
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/20210830/22722f2f/attachment.html>
More information about the asterisk-code-review
mailing list