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

update should be able to change remotes #21

Open
bodepd opened this issue Oct 28, 2013 · 3 comments
Open

update should be able to change remotes #21

bodepd opened this issue Oct 28, 2013 · 3 comments

Comments

@bodepd
Copy link
Owner

bodepd commented Oct 28, 2013

Currently, update does not work if the specified remote is different than the current origin (ie: it cannot switch between remotes)

@haf
Copy link
Contributor

haf commented Nov 3, 2013

Related to #24 - perhaps we could consider hashing the dictionary that is passed to the mod function, as a part of a custom .librarian directory: thereby knowing whether the configuration has changed between runs? A hash of the hash, (haha), would handle this gracefully. File.write('w+', '.librarian/' + module_name) do | io| ; io.write(md5(JSON.toJson(config))) ; end

@bodepd
Copy link
Owner Author

bodepd commented Jan 24, 2014

I just ran into this again. Getting more motivated to fix it :)

@bodepd
Copy link
Owner Author

bodepd commented Jan 24, 2014

This should be resolved by #26, but it needs a little more testing.

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

No branches or pull requests

2 participants