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

Rake should fail if git can't clone repository #23

Closed
wants to merge 7 commits into from
Closed

Rake should fail if git can't clone repository #23

wants to merge 7 commits into from

Conversation

carlossg
Copy link

If for some reason git can't connect to the internet to clone the repo the build continues, maybe failing later in the specs with missing fixtures.
This patch makes it fail fast with the right message

@hunner
Copy link
Contributor

hunner commented Oct 15, 2012

@carlossg++

@hunner
Copy link
Contributor

hunner commented Dec 14, 2012

Hi @carlossg, could you please rebase this onto master? It won't currently merge cleanly due to a recent merge. Thanks!

hunner and others added 6 commits December 14, 2012 19:38
The rspec-puppet documentation mentions than any node definitions for node tests should be placed in spec/fixtures/manifests/site.pp, but this file is uncontitionally removed by `rake spec_clean`. This commit changes that behaviour to only remove site.pp if it is empty.
@carlossg
Copy link
Author

rebased

@hunner
Copy link
Contributor

hunner commented Dec 14, 2012

Thanks for the quick response and sorry that this didn't get reviewed sooner!

It looks like your rebase also rebased some of the existing commits, so I git cherry-pick'd your commit in a new PR.

@hunner hunner closed this Dec 14, 2012
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.

3 participants