Merge ~mardy/dekko:push-helper-fix into dekko:master
| Status: | Merged |
|---|---|
| Approved by: | Dan Chapman on 2016-08-10 |
| Approved revision: | d53e0c48985b957c65d6acd9cf0f65168b049a01 |
| Merged at revision: | 281be5193cb12ee2348427f36d9edf4d495d000e |
| Proposed branch: | ~mardy/dekko:push-helper-fix |
| Merge into: | dekko:master |
| Diff against target: |
33 lines (+6/-2) 3 files modified
CMakeLists.txt (+1/-1) click/dekko-helper (+4/-0) click/pushHelper.json (+1/-1) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Dan Chapman (community) | 2016-07-29 | Approve on 2016-08-10 | |
|
Review via email:
|
|||
Commit Message
Use a simple shell script as push helper
The C++ push helper is wrong and unnecessary at this point.
Description of the Change
Use a simple shell script as push helper
The C++ push helper is wrong and unnecessary at this point. Still, I'm not removing it here, in case we want to fix and extend it later.
| Dan Chapman (dpniel) wrote : | # |
| Dan Chapman (dpniel) wrote : | # |
Oh i forgot to mention, i added your helper to dekko2 already https:/
| Alberto Mardegan (mardy) wrote : | # |
We are attempting to land this silo here:
https:/
What is blocking is this change, and bug 1570774. If it were possible to make a release with these two fixes, that would help immensely :-)
| Dan Chapman (dpniel) wrote : | # |
Right ok. so it would make sense then to get an interim release out to get that silo unblocked, as dekko2 is still a little way off being released.
I will get this mp merged and work out a fix for bug 1570774 in master.


Hey,
Thanks for this :-)
So the master branch atm isn't currently the development focus as it contains the old app that uses the trojita backend. The current development focus is on the dekko2 branch which uses the new qmf backend (i should add this to the README), but it's not fully functional yet in regards to online accounts so this helper can't be fully tested just yet.
I'm currently working on getting online accounts integrated for the oauth and sasl plugins into the backend, which is ongoing here http:// code.dekkoproje ct.org/ dekko-dev/ messagingframew ork/merge_ requests/ 3.
Although i don't think there will be another release based on the current master branch, would you like me to still merge it anyway?
Cheers
Dan