Matt Jordan has submitted this change and it was merged. Change subject: Add a .gitreview file for the testsuite ......................................................................
Add a .gitreview file for the testsuite This patch adds a .gitreview file so that 'git review' can find the testsuite repo on gerrit.asterisk.org. Change-Id: I34162d2d66cb4f80b918c85fdb55304c43aadb28 --- A .gitreview 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Samuel Galarneau: Looks good to me, but someone else must approve Matt Jordan: Looks good to me, approved; Verified Russell Bryant: Looks good to me, but someone else must approve Corey Farrell: Looks good to me, but someone else must approve diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..143a8c8 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.asterisk.org +port=29418 +project=testsuite.git -- To view, visit https://gerrit.asterisk.org/7 To unsubscribe, visit https://gerrit.asterisk.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I34162d2d66cb4f80b918c85fdb55304c43aadb28 Gerrit-PatchSet: 2 Gerrit-Project: testsuite Gerrit-Branch: master Gerrit-Owner: Matt Jordan <[email protected]> Gerrit-Reviewer: Corey Farrell <[email protected]> Gerrit-Reviewer: Matt Jordan <[email protected]> Gerrit-Reviewer: Russell Bryant <[email protected]> Gerrit-Reviewer: Samuel Galarneau <[email protected]> -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
