CoreBOSBB
cbupdater not updating - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: User Support (https://discussions.corebos.org/forumdisplay.php?fid=6)
+--- Thread: cbupdater not updating (/showthread.php?tid=54)

Pages: 1 2


Re: cbupdater not updating - bigotconsulting - 04-02-2015

Thank you for those explanations but I did a "git pull" to download new update and I have this window again :

[attachment=0]<!-- ia0 -->Sélection_001.png<!-- ia0 -->[/attachment]

not the new one as you explained.


Re: cbupdater not updating - loridacito - 04-02-2015

You can try clearing browsers cache to see if it fixes the problem.

If not, are you sure you have the last version of the code?
if you can check it, the last commit is:
chore(Schema File) sync schema files of Webforms and ModComments

or just send me the file :
corebosfolder/modules/Calendar4You/calendar_share.php to check if it's the last version.

Thanks


Re: cbupdater not updating - bigotconsulting - 04-02-2015

Attached is my version of calendar_share.php


Re: cbupdater not updating - loridacito - 04-02-2015

bigotconsulting Wrote:Attached is my version of calendar_share.php

This is the old version of the code. Are you git pulling to the master of Corebos and not to one of its branches? Can you check if you are in master using git branch
command ?


Re: cbupdater not updating - bigotconsulting - 04-02-2015

Yes I'm git pulling to the Master of Corebos


Re: cbupdater not updating - loridacito - 04-10-2015

Hi ,

sorry for the late response. Can you please tell me what output you get from this git commands?

git remote -v
git show --summary

and if you can check which is the latest commit you have using git log (the latest is the first) too, that would give us more than a hint.

Thanks


Re: cbupdater not updating - bigotconsulting - 04-13-2015

Hi,

I give you output :

- git remote -v :

origin <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> (fetch)
origin <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> (push)

- git show --summary

commit 6d954ecc2a1811d1c9bbb00dffc6ad131402a7ed
Merge: 6196edc 54b0f6e
Author: root <root@simple-et-libre.com>
Date: Sun Jan 18 20:09:09 2015 +0100

Merge branch 'master' of <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m -->

- git log

eliminate debug message and unneeded comments

commit 738d104c6c246505b5d13c4239dc79decfb16006
Author: Omar Llorens <omar@tsolucio.com>
Date: Fri Jan 16 10:58:14 2015 +0100

Thanks


loridacito Wrote:Hi ,

sorry for the late response. Can you please tell me what output you get from this git commands?

git remote -v
git show --summary

and if you can check which is the latest commit you have using git log (the latest is the first) too, that would give us more than a hint.

Thanks



Re: cbupdater not updating - loridacito - 04-14-2015

Hi,

your last commit is of 16th of January. Can you try to do a git pull this way:

git pull <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos.git">https://github.com/tsolucio/corebos.git</a><!-- m -->

and tell me what do you get.

Thanks