-
Notifications
You must be signed in to change notification settings - Fork 3
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
The cache mechanism is not working with apt for more then a week old packages #36
Comments
We have already noticed this problem with @camilo1729. We wanted to save the date of each context with the cache, when creating the cache. Kameleon will only have to change the date when initializing contexts. I don't know what you've done at this level @camilo1729 ? |
This also can be avoided by using this APT option: |
In the absence of a reply, I choose to upgrade the kameleon-recipes repository and add the |
this is still an open question and set the time in context may be a solution. |
When I try to run a recipe with the cache enable, the packages are expired for apt:
The cache mechanism should restore the date of the first build to avoid this kind of error.
As a workaround you can use interactive mode to enter the running context and set a date before the cache has expired like this:
date --set 2014/12/10
and run the step again.The text was updated successfully, but these errors were encountered: