-
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
Image create command with implicit template uses older stable version #652
Comments
It is working for me. |
It could be, but it didn't help even if I called
Do we want to have explicit command for this? I guess it shouldn't be updated everytime I invoke CLI command. What do you think? |
It will just check but if you had no notification and did not accept the update, nothing will happen.
Not every time. With poor (or no) internet connexion, pharo launcher will be unusable. We should have a way to determine the last check. I think one time a day is already enough. A command is not mandatory if we do so. |
I used this, seen UI to check updates (notification), but still image templates aren't updated.
|
updateTemplateSources: announcement
PharoLauncherApplication default shouldUpdateTemplateSources ifFalse: [ ^ self ].
self basicUpdateTemplateSources
basicUpdateTemplateSources
PhLPharoTemplateSources fromFile updateSourcesFile.
PharoLauncherApplication resetTemplateRepository.
PharoLauncherApplication default resetTemplateRepository.
|
This is because to get rid of dependency / separation of business logic and UI?
Do we want to have interactive confirmation (Y/N) also in CLI? Or you mean non interactive (proceed with update will be always Yes). |
One other catchup: I think there is something wrong with update checker, I've worked on P11 image with loaded dev branch of PharoLauncher and it freezes after restart of image. I think it is related to template update checker. Maybe to report in separate issue? Update: Reported additional issue: #658 |
Describe the bug
When creating new image, without specifying template, old version of stable Pharo is used.
To Reproduce
Steps to reproduce the behavior:
./pharo-launcher image create my2
Expected behavior
Latest stable Pharo version should be used P11 (instead of P10).
Screenshots
If applicable, add screenshots to help explain your problem.
Version information:
Expected development cost
Probably it has something to do with dowloading sources template list.
I tried following, but it didn't really help:
The text was updated successfully, but these errors were encountered: