Skip to content

Instantly share code, notes, and snippets.

View gtjoseph's full-sized avatar

George Joseph gtjoseph

  • Denver, CO US
  • 16:42 (UTC -06:00)
View GitHub Profile
CONTRIBUTOR LICENSE AGREEMENT
This Contributor License Agreement (“Agreement”) is a legally binding
agreement that permits the signatory (“Developer”) to contribute to one or
more of the open source projects (each a “Project”) maintained, promoted,
and sponsored by Sangoma Technologies Corporation and its affiliates or
subsidiaries (collectively, “Sangoma”) and ensures Sangoma has the rights
to use, distribute, and build upon Developer’s contributions in future
iterations of the Projects for the benefit of all participants, including
Developer.
#!/bin/bash
patch_dir=${1:?"Need a destination directory: get_reviews.sh <patch_dir>"}
git fetch https://gerrit.asterisk.org/asterisk refs/changes/55/17655/25 && git checkout -b change-17655 FETCH_HEAD && git format-patch -o $patch_dir --start-number=17655 HEAD~1
git fetch https://gerrit.asterisk.org/asterisk refs/changes/79/19979/3 && git checkout -b change-19979 FETCH_HEAD && git format-patch -o $patch_dir --start-number=19979 HEAD~1
git fetch https://gerrit.asterisk.org/asterisk refs/changes/69/20069/1 && git checkout -b change-20069 FETCH_HEAD && git format-patch -o $patch_dir --start-number=20069 HEAD~1
git fetch https://gerrit.asterisk.org/asterisk refs/changes/38/20038/3 && git checkout -b change-20038 FETCH_HEAD && git format-patch -o $patch_dir --start-number=20038 HEAD~1
git fetch https://gerrit.asterisk.org/asterisk refs/changes/68/20068/1 && git checkout -b change-20068 FETCH_HEAD && git format-patch -o $patch_dir --start-number=20068 HEAD~1
git fetch https://gerrit.asterisk.org/asterisk refs/ch
CONTRIBUTOR LICENSE AGREEMENT
This Contributor License Agreement (“Agreement”) is a legally binding
agreement that permits the signatory (“Developer”) to contribute to one or
more of the open source projects (each a “Project”) maintained, promoted,
and sponsored by Sangoma Technologies Corporation and its affiliates or
subsidiaries (collectively, “Sangoma”) and ensures Sangoma has the rights
to use, distribute, and build upon Developer’s contributions in future
iterations of the Projects for the benefit of all participants, including
Developer.