[SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Charles Marcus

Hi all,

I'm curious how others might do this...

How do you push a modified SOGo Integrator extension update, if the 
version hasn't changed?


For example, say I add some Thunderbird config/preference settings to 
custom-preferences in the current version (24.0.5), and want to force a 
reinstall/update for Integrator for everyone so they pick up the new 
Thunderbird config mods.


What I was thinking was to manually bump the version to something like 
24.0.5.1... but was wondering if there is another/better way.


Thanks,

Charles

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Márcio Merlone

Em 23-07-2014 07:38, Charles Marcus escreveu:

I'm curious how others might do this...
How do you push a modified SOGo Integrator extension update, if the 
version hasn't changed?


Just append your own minor version, for example, while the SOGo's 
version for the extension is em:version=24.0.4, mine already is 
em:version=24.0.4-5. Just don't forget to adjust your updates.php and 
wherever it gets used.


Good luck.

--
*Marcio Merlone*
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Ian McMichael

On 23/07/14 11:38, Charles Marcus wrote:
 What I was thinking was to manually bump the version to something like
 24.0.5.1... but was wondering if there is another/better way. 

This is what I do and it seems to work well.  I always append .001 to
the first release and increment it for any changes within that version.

-- 

Ian McMichael

• E-Mail: ian.mcmich...@gmail.com
• Phone: +44-(0)7703-192837

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Sven Schwedas
On 2014-07-23 14:04, Márcio Merlone wrote:
 Em 23-07-2014 07:38, Charles Marcus escreveu:
 I'm curious how others might do this...
 How do you push a modified SOGo Integrator extension update, if the
 version hasn't changed?
 
 Just append your own minor version, for example, while the SOGo's
 version for the extension is em:version=24.0.4, mine already is
 em:version=24.0.4-5. Just don't forget to adjust your updates.php and
 wherever it gets used.

And as the Integrator only initiates updates based on version
(mis)matching, there's no real alternative to this.

-- 
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
Mail/XMPP: sven.schwe...@tao.at | +43 (0)680 301 7167
http://software.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Pushing modified SOGo Integrator (same version) to users via updates.php

2014-07-23 Thread Charles Marcus

On 7/23/2014 7:11 AM, Ian McMichael ian.mcmich...@gmail.com wrote:


On 23/07/14 11:38, Charles Marcus wrote:
What I was thinking was to manually bump the version to something 
like 24.0.5.1... but was wondering if there is another/better way. 


This is what I do and it seems to work well.  I always append .001 to 
the first release and increment it for any changes within that version.


Thanks guys... this is what I'll do then... :)

--
users@sogo.nu
https://inverse.ca/sogo/lists