Skip to content
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

Feature/local cache #41

Merged
merged 10 commits into from
Jan 31, 2017
Merged

Feature/local cache #41

merged 10 commits into from
Jan 31, 2017

Conversation

tmspzz
Copy link
Owner

@tmspzz tmspzz commented Nov 16, 2016

Implements support for a local cache as of #38 without--skip-local-cachefor now.

A local cache is specified by adding the key-value pair local = /Users/blender/Desktop/rome in the [Cache] section of a Romefile.

When uploading a framework or dSYM they both are also copied to the local cache.
When downloading a framework or a dSYM the local cache is used. If the framework or dSYM does not exist in the local cache the it's fetched from remote.

@tmspzz
Copy link
Owner Author

tmspzz commented Nov 19, 2016

Implemented --skip-local-cache CLI flag for upload/download

@tmspzz
Copy link
Owner Author

tmspzz commented Nov 30, 2016

Now supports all paths for local cache, not only absolute paths

@tmspzz tmspzz merged commit f71d887 into master Jan 31, 2017
@tmspzz tmspzz deleted the feature/local-cache branch January 31, 2017 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant