You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the artifactory data is changed when user requests toolchain lists, how can we control this situation?
Maybe we can have setInterval() that keeps calling apt-get update one or twice per day while ONE-vscode is up and running.
However, some users may not call apt-get update so we may need to find out some way to call apt-get update for backend Debian repo.
The text was updated successfully, but these errors were encountered:
hyunsik-yoon
changed the title
Find how to <code class="notranslate">apt-get update` of a specific debian package
Find how to 'apt-get update' of a specific debian package
May 10, 2022
If a package needs latest version of other package (which should be updated with apt-get update), this command may fail.
Let's use apt-get update for now.
If backend is provided from a debian repo, let's update apt cache only for a specific debian repo.
from #569 (comment)
Maybe we can have
setInterval()
that keeps callingapt-get update
one or twice per day while ONE-vscode is up and running.However, some users may not call
apt-get update
so we may need to find out some way to callapt-get update
for backend Debian repo.The text was updated successfully, but these errors were encountered: