You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	cleanup
This commit is contained in:
		
							
								
								
									
										2
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							| @@ -3,7 +3,7 @@ Upstream-Name: nzbdrone | ||||
| Source: https://github.com/Sonarr/Sonarr | ||||
|  | ||||
| Files: * | ||||
| Copyright: 2010-2014 Sonarr <hello@sonarr.tv> | ||||
| Copyright: 2010-2016 Sonarr <hello@sonarr.tv> | ||||
|  | ||||
| License: GPL-3.0+ | ||||
|  | ||||
|   | ||||
							
								
								
									
										17
									
								
								rename.ps1
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								rename.ps1
									
									
									
									
									
								
							| @@ -1,17 +0,0 @@ | ||||
| Param(  | ||||
|     [Parameter(Mandatory=$true, Position=0, HelpMessage="A branch name is #requires required")]  | ||||
|     [string]$branch,  | ||||
|     [Parameter(Mandatory=$true, Position=1, HelpMessage="A version is required")]  | ||||
|     [string]$version | ||||
| ) | ||||
|  | ||||
| if ($branch -eq "<default>") | ||||
| { | ||||
|     $branch = "teamcity"; | ||||
| } | ||||
|  | ||||
| Write-Host $branch; | ||||
| Write-Host $version; | ||||
| Write-Host "NzbDrone.$branch.$version.zip"; | ||||
|  | ||||
| Rename-Item "nzbdrone.zip" "NzbDrone.$branch.$version.zip" | ||||
		Reference in New Issue
	
	Block a user