Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/87fe19ab4e4c413bd07ea85b03bfce940833d611?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
6 additions and
5 deletions
@ -21,6 +21,7 @@
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<PlatformTarget > x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
@ -92,9 +92,9 @@ namespace NzbDrone.Core.Test
}
[Test]
public void BuildDate_should_be_ today ( )
public void BuildDate_should_be_ within_the_hour ( )
{
CentralDispatch . BuildDateTime . Should ( ) . BeWithin ( TimeSpan . FromHours ( 1 0 ) ) ;
CentralDispatch . BuildDateTime . Should ( ) . BeWithin ( TimeSpan . FromHours ( 1 ) ) ;
}
}
}
@ -21,7 +21,7 @@
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<PlatformTarget > AnyCPU </PlatformTarget>
<PlatformTarget > x86 </PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
@ -1,5 +1,5 @@
@using NzbDrone.Core
<div>
NZBDrone ( @CentralDispatch.Version)
NZBDrone @CentralDispatch.Version (@CentralDispatch.BuildDateTime.ToString("MMM d, yyyy") )
</div>
@ -30,7 +30,7 @@
<BootstrapperEnabled > true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|x86' " >
<PlatformTarget > AnyCPU </PlatformTarget>
<PlatformTarget > x86 </PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>