DovetailSoftware / dovetail-bootstrap

Get started writing Dovetail SDK applications. Included is an example of a web application using FubuMVC and Windows service application using Topshelf.
http://www.dovetailsoftware.com/blogs/kmiller/archive/2012/01/24/introducing-dovetail-bootstrap
Other
6 stars 5 forks source link

Remove references to internal resources #17

Closed gsherman closed 9 years ago

gsherman commented 11 years ago

$dovetail-bootstrap\buildsupport\deploy.rb has a reference to http://focus.dovetailsoftware.com/nuget which is inaccessible from the outside world. This causes rake to abort when a customer tries to build the project.

Need to fix this so that customers who try to build aren't blocked due to this.

KevM commented 11 years ago

Maybe the best fix for this would be to only require the deploy.rb script when doing the nuget:deploy task. This would allow other users to edit the repo url for their own internal release of Bootstrap while keeping it out of the way for normal users who don't care to deploy nugets internally.

styson commented 9 years ago

buildsupport/deploy.rb was removed long, long ago.

KevM commented 9 years ago

Yeah I think this is done. :8ball:

styson commented 9 years ago

Closing this since it is moot.