diff --git a/ApiGit/CheckGitlabProtectedBranches.ps1 b/ApiGit/CheckGitlabProtectedBranches.ps1 index a15b7b6..9c723ca 100644 --- a/ApiGit/CheckGitlabProtectedBranches.ps1 +++ b/ApiGit/CheckGitlabProtectedBranches.ps1 @@ -26,10 +26,10 @@ $deleteProtection = 1 $logFile = "GitlabProtectedBranches.log" #specifica quale installazione di gitlab va controllata -$gitlabIstance = $destinationNembro -$head = $nembroHead -#$gitlabIstance = $destinationAzzano -#$head = $azzanoHead +#$gitlabIstance = $destinationNembro +#$head = $nembroHead +$gitlabIstance = $destinationAzzano +$head = $azzanoHead #creazione folder di Log se non già esistente if (Test-Path $logFolder) { diff --git a/ApiGit/GitlabCreateMissingMirrors.ps1 b/ApiGit/GitlabCreateMissingMirrors.ps1 index f5a523a..e978c69 100644 --- a/ApiGit/GitlabCreateMissingMirrors.ps1 +++ b/ApiGit/GitlabCreateMissingMirrors.ps1 @@ -13,7 +13,7 @@ $startTime = (Get-Date).toString("yyyy/MM/dd HH:mm:ss") # avvio stopwatch $mainStopWatch = [system.diagnostics.stopwatch]::StartNew() #contatore ciclo do while -$projectCount = 160 +$projectCount = 170 #numero massimo di progetti da analizzare $projectNumber = 200 #nome file di log diff --git a/ApiGit/GitlabMirroringToGitea.ps1 b/ApiGit/GitlabMirroringToGitea.ps1 index a72d4c7..aa45176 100644 --- a/ApiGit/GitlabMirroringToGitea.ps1 +++ b/ApiGit/GitlabMirroringToGitea.ps1 @@ -12,7 +12,7 @@ $startTime = (Get-Date).toString("yyyy/MM/dd HH:mm:ss") # avvio stopwatch $mainStopWatch = [system.diagnostics.stopwatch]::StartNew() #contatore ciclo do while -$projectCount = 42 +$projectCount = 1 #numero massimo di progetti $projectNumber = 1 #inizializzo variabili vuote diff --git a/ApiGit/ReposCreationAzzanoNembro.ps1 b/ApiGit/ReposCreationAzzanoNembro.ps1 index d95ef7d..820e37a 100644 --- a/ApiGit/ReposCreationAzzanoNembro.ps1 +++ b/ApiGit/ReposCreationAzzanoNembro.ps1 @@ -13,7 +13,7 @@ $startTime = (Get-Date).toString("yyyy/MM/dd HH:mm:ss") # avvio stopwatch $mainStopWatch = [system.diagnostics.stopwatch]::StartNew() #contatore ciclo do while -$projectCount = 150 +$projectCount = 170 #numero massimo di progetti da analizzare (messo a 1 per "sicura inserita" siccome questo script è potenzialmente pericoloso) $projectNumber = 200 #nome file di log diff --git a/ApiGit/ReposCreationGitea.ps1 b/ApiGit/ReposCreationGitea.ps1 index 5451fb4..d57772f 100644 --- a/ApiGit/ReposCreationGitea.ps1 +++ b/ApiGit/ReposCreationGitea.ps1 @@ -12,7 +12,7 @@ $startTime = (Get-Date).toString("yyyy/MM/dd HH:mm:ss") # avvio stopwatch $mainStopWatch = [system.diagnostics.stopwatch]::StartNew() #contatore ciclo do while -$projectCount = 150 +$projectCount = 170 #numero massimo di progetti da analizzare $projectNumber = 200 #nome file di log diff --git a/ApiGit/ReposCreationGogs.ps1 b/ApiGit/ReposCreationGogs.ps1 index 75bf41a..f905e65 100644 --- a/ApiGit/ReposCreationGogs.ps1 +++ b/ApiGit/ReposCreationGogs.ps1 @@ -12,7 +12,7 @@ $startTime = (Get-Date).toString("yyyy/MM/dd HH:mm:ss") # avvio stopwatch $mainStopWatch = [system.diagnostics.stopwatch]::StartNew() #contatore ciclo do while -$projectCount = 150 +$projectCount = 170 #numero massimo di progetti da analizzare $projectNumber = 200 #nome file di log