On Tuesday, October 3, 2017 at 4:32:09 PM UTC+1, Rupert Smith wrote: > > I tend to use elm-install to manage my package dependencies, as it also > caches them locally. However, it needs to reach out to github to check for > any updates, each time it is run. I am working on a slow internet > connection some of the time. > > Does anyone know of an easy way to set up a caching proxy for github? The > first time a repository is cloned from github, the cache should make a copy > of the clone. Maybe a config option to tell it how often to update any > clones it holds, once a day will be enough for me. >
I suppose another way would be to modify elm-install such that it take a command line argument that tells it to skip checking for updates. Maybe -o for offline mode. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
