[sr-dev] [kamailio/kamailio] Cfg reset function (#1179)
Daniel-Constantin Mierla
notifications at github.com
Tue Jul 4 11:43:30 CEST 2017
You have to make a new pull request with a clean set of commits.
For convenience, I am presenting some guidelines that can help -- you can get the diff of your pull request via:
* https://patch-diff.githubusercontent.com/raw/kamailio/kamailio/pull/1179.diff
Apply it to to a fresh master clone. Discard the changes to README, the file is auto-generated.
```
wget https://patch-diff.githubusercontent.com/raw/kamailio/kamailio/pull/1179.diff
cd kamailio-master
patch -p1 ../1179.diff
rm src/modules/cfg_rpc/README
git checkout src/modules/cfg_rpc/README
```
Commit the changes per component, first to core:
```
git commit src/core/
```
Then to cfg_rpc module:
```
git commit src/modules/cfg_rpc
```
Be sure you set the proper commit messages.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1179#issuecomment-312833940
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170704/f1861704/attachment.html>
More information about the sr-dev
mailing list