-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to 2.0.0rc2 #2188
Comments
OK... Isn't the problem related to the fact that these lines are not in the 2.0 doc https://camptocamp.github.io/c2cgeoportal/2.0/integrator/upgrade_application.html ? |
OK... This was the problem... There is nothing about that in the docs (of version 2.0.0)... |
Next problem... And now I get...:
|
Sorry... Wrong command, it was: |
You don't miss to set the version (again)? |
Ah......... damn myself............................ Sorry.... Now I have again the transifex issue, because Windwos does not like the SSL transifex stuff...: If in
Then:
Else if
Then
I cannot remember what we used as trick to surround this problem... ??? |
You should also edit your .transifexrc file to replace the https by http... |
Hmmm.... you are right.... but this is actually hard coded in CONST_Makefile...: We should probably find a way to better configure.... Moreover, when I run transifex without https, I always have to say "no" to the asked question:
|
Next problem...:
This one is new for me... ? |
did you disable the package version check with TEST_PACKAGES=FALSE ? |
try to do the make command manually and see what error it gives you: make -f michael.mk build |
the '.build' is weird though, there shouldnt be a dot there |
You are right ! In Windows this command won't work ! You always have to use backslashes... Nice catch ;-) |
Oh no... that's not the problem... This actually triggers this error: python doesn't seam to be installed (required version: 2.7). 'dpkg' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. python-dev doesn't seam to be installed (required version: 2.7). |
yes, c2c-versions shouldnt be called if TEST_PACKAGES is FALSE. I dont know why it is trying to do so |
I suspect that this test is wrong: |
That did the trick ! Thanks ! But... next problem:
And I do not know where to search (or in which template....) |
can you also add the content of the |
# Auto-generated file. Do not Edit!
INFO = {
paf
"git_hash": "4e7d8354518bdec41b6376ae87fba65e7627b1b5",
"version": "1.0",
"git_tag": "None",
} my FAULT.... don't ask... For your information, I was now able to run I will continue tomorrow with the next step. |
about the transifex problem, it should be fixed by https://github.com/camptocamp/c2cgeoportal/blob/2.0/c2cgeoportal/scaffolds/update/CONST_dev-requirements.txt#L7 verify you have the right line in your CONST_dev-requirements.txt |
Thanks @ochriste ! Effectively, I uninstalled transifex-client (using pip uninstall) and re-running make does not pop up anymore the yes/no question about using https instead of http... |
I think that this issue can be closed, if not reopen it :-) |
I just ran the update (
make -f michael.mk upgrade
) and the first command:I got an error...
It seems we need some kind of "new"
srid
variable in some kind of new "mapserver" template (what for...??)What should I do to get rid of that error ?
Any hint welcomed...??
The text was updated successfully, but these errors were encountered: