diff --git a/Settings/LOCAL.settings b/Settings/LOCAL.settings index ec089dd1..4c7defb8 100644 --- a/Settings/LOCAL.settings +++ b/Settings/LOCAL.settings @@ -17,7 +17,8 @@ - + + @@ -28,4 +29,4 @@ - \ No newline at end of file + diff --git a/nuget/roundhouse.lib/roundhouse.lib.nuspec b/nuget/roundhouse.lib/roundhouse.lib.nuspec index 05902316..4ec7f9d1 100644 --- a/nuget/roundhouse.lib/roundhouse.lib.nuspec +++ b/nuget/roundhouse.lib/roundhouse.lib.nuspec @@ -12,10 +12,10 @@ http://www.apache.org/licenses/LICENSE-2.0 false roundhouse db migrations chucknorris - http://roundhouse.googlecode.com/svn/trunk/nuget/RoundhousE_Logo.NuGet.jpg + https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg - \ No newline at end of file + diff --git a/nuget/roundhouse.msbuild/roundhouse.msbuild.nuspec b/nuget/roundhouse.msbuild/roundhouse.msbuild.nuspec index 3081f7c3..e8b35fd9 100644 --- a/nuget/roundhouse.msbuild/roundhouse.msbuild.nuspec +++ b/nuget/roundhouse.msbuild/roundhouse.msbuild.nuspec @@ -12,9 +12,9 @@ http://www.apache.org/licenses/LICENSE-2.0 false roundhouse db migrations msbuild chucknorris - http://roundhouse.googlecode.com/svn/trunk/nuget/RoundhousE_Logo.NuGet.jpg + https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg - \ No newline at end of file + diff --git a/nuget/roundhouse.refreshdatabase.fnh/roundhouse.refreshdatabase.fnh.nuspec b/nuget/roundhouse.refreshdatabase.fnh/roundhouse.refreshdatabase.fnh.nuspec index 70ffda3c..9cdec171 100644 --- a/nuget/roundhouse.refreshdatabase.fnh/roundhouse.refreshdatabase.fnh.nuspec +++ b/nuget/roundhouse.refreshdatabase.fnh/roundhouse.refreshdatabase.fnh.nuspec @@ -12,9 +12,9 @@ http://www.apache.org/licenses/LICENSE-2.0 false roundhouse db migrations chucknorris - http://roundhouse.googlecode.com/svn/trunk/nuget/RoundhousE_Logo.NuGet.jpg + https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg - \ No newline at end of file + diff --git a/nuget/roundhouse/roundhouse.nuspec b/nuget/roundhouse/roundhouse.nuspec index e931f1a8..beef24fc 100644 --- a/nuget/roundhouse/roundhouse.nuspec +++ b/nuget/roundhouse/roundhouse.nuspec @@ -12,6 +12,6 @@ http://www.apache.org/licenses/LICENSE-2.0 false roundhouse db migrations chocolatey chucknorris - http://roundhouse.googlecode.com/svn/trunk/nuget/RoundhousE_Logo.NuGet.jpg + https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg - \ No newline at end of file + diff --git a/sample/BuildDatabase/RefreshDatabase.cs b/sample/BuildDatabase/RefreshDatabase.cs index 86f1bde3..20a3a3b0 100644 --- a/sample/BuildDatabase/RefreshDatabase.cs +++ b/sample/BuildDatabase/RefreshDatabase.cs @@ -31,7 +31,7 @@ public class RefreshDatabase private static string _databaseName = "TestRoundhousE"; private static string _pathToSqlScripts = @"..\..\..\..\db\SQLServer\TestRoundhousE"; - private static string _repositoryPath = "http://roundhouse.googlecode.com/svn"; + private static string _repositoryPath = "https://github.com/chucknorris/roundhouse.git"; private static bool _restoreDuringMaintenance = true; private static string _pathToRestore = @"..\..\..\..\code_drop\sample\deployment\TestRoundhousE.bak"; @@ -79,4 +79,4 @@ private static void RunRoundhouseNhibernate() new DifferenceWithFluentNHibernate().Run(diffType, scriptName, migrator, mappingsAssembly, conventionsAssembly); } } -} \ No newline at end of file +} diff --git a/sample/BuildDatabase/rh.redgate.diff.bat b/sample/BuildDatabase/rh.redgate.diff.bat index 8b74278a..9f9bdcc3 100644 --- a/sample/BuildDatabase/rh.redgate.diff.bat +++ b/sample/BuildDatabase/rh.redgate.diff.bat @@ -7,11 +7,11 @@ SET DIR=C:\code\roundhouse\code_drop\sample\deployment\ SET database.name="TestRoundhousE" SET sql.files.directory="%DIR%..\..\..\db\SQLServer\TestRoundhousE" SET server.database="(local)" -SET repository.path="http://roundhouse.googlecode.com/svn" +SET repository.path="https://github.com/chucknorris/roundhouse.git" SET version.file="_BuildInfo.xml" SET version.xpath="//buildInfo/version" SET environment=LOCAL "%DIR%Console\rh.exe" rh.redgate.diff /d=%database.name% /f=%sql.files.directory% /s=%server.database% /vf=%version.file% /vx=%version.xpath% /r=%repository.path% /env=%environment% /simple -pause \ No newline at end of file +pause