Skip to content

Commit

Permalink
In development mode, check repos out using pushable URL.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Dec 29, 2014
1 parent dae498d commit 9e24a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development.cfg
Expand Up @@ -2,3 +2,4 @@
extends = buildout.cfg
always-checkout = force
auto-checkout = *
github = ${buildout:github_push}

2 comments on commit 9e24a0f

@do3cc
Copy link
Member

@do3cc do3cc commented on 9e24a0f Dec 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this in the last commit. Now I can run the tests with the same development.cfg that everybody uses for development. Mr.developer is a bit stupid regarding changes in git branch stuff so it might be advisable to delete the src directory and rerun buildout once. Of course only if there are no uncommitted changes somewhere

@tseaver
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your change looks good -- thanks!

Please sign in to comment.