[Asterisk-code-review] bundled_pjproject: Make it easier to hack (asterisk[16])
George Joseph
asteriskteam at digium.com
Thu Jan 6 07:14:15 CST 2022
Attention is currently required from: Sean Bright, Stanislav Abramenkov, George Joseph.
Hello Sean Bright, Kevin Harwell, Friendly Automation,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/c/asterisk/+/17718
to look at the new patch set (#4).
Change subject: bundled_pjproject: Make it easier to hack
......................................................................
bundled_pjproject: Make it easier to hack
There are times when you need to troubleshoot issues with bundled
pjproject or add new features that need to be pushed upstream
but...
* The source directory created by extracting the pjproject tarball
is not scanned for code changes so you have to keep forcing
rebuilds.
* The source directory isn't a git repo so you can't easily create
patches, do git bisects, etc.
* Accidentally doing a make distclean will ruin your day by wiping
out the source directory, and your changes.
* etc.
This commit makes that easier.
See third-party/pjproject/README-hacking.md for the details.
ASTERISK-29824
Change-Id: Idb1251040affdab31d27cd272dda68676da9b268
---
M configure
M configure.ac
A doc/CHANGES-staging/bundled-pjproject-build.txt
M include/asterisk/autoconfig.h.in
M makeopts.in
M res/res_pjproject.c
M third-party/Makefile
M third-party/Makefile.rules
M third-party/apply_patches
M third-party/jansson/Makefile
M third-party/pjproject/.gitignore
M third-party/pjproject/Makefile
M third-party/pjproject/Makefile.rules
A third-party/pjproject/README-hacking.md
M third-party/pjproject/configure.m4
A third-party/pjproject/dependency_utils
16 files changed, 546 insertions(+), 65 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/18/17718/4
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17718
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: Idb1251040affdab31d27cd272dda68676da9b268
Gerrit-Change-Number: 17718
Gerrit-PatchSet: 4
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-CC: Stanislav Abramenkov <stas.abramenkov at gmail.com>
Gerrit-Attention: Sean Bright <sean at seanbright.com>
Gerrit-Attention: Stanislav Abramenkov <stas.abramenkov at gmail.com>
Gerrit-Attention: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220106/542cc4af/attachment-0001.html>
More information about the asterisk-code-review
mailing list