[Asterisk-code-review] README.txt: Fix Asterisk source code checkout instructions. (testsuite[18])
George Joseph
asteriskteam at digium.com
Mon Aug 30 12:59:52 CDT 2021
George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/16422 )
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:
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/+/16422
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 18
Gerrit-Change-Id: I690543d34f476985764da16b4ad853cb09d4e317
Gerrit-Change-Number: 16422
Gerrit-PatchSet: 1
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-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210830/74065982/attachment.html>
More information about the asterisk-code-review
mailing list