minor fix per sistemare repo azzano

This commit is contained in:
marco.locatelli@steamware.net
2026-05-05 15:36:05 +02:00
parent 370530efd5
commit 1e9b24a3df
7 changed files with 24 additions and 24 deletions
@@ -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
$startProj = 200
$startProj = 1
#numero massimo di progetti da analizzare
$endProj = 300
#nome file di log
+10 -10
View File
@@ -12,17 +12,17 @@ $startTime = (Get-Date).toString("yyyy/MM/dd HH:mm:ss")
# avvio stopwatch
$mainStopWatch = [system.diagnostics.stopwatch]::StartNew()
#contatore ciclo do while
$startProj = 200
$startProj = 1
#numero massimo di progetti da analizzare
$endProj = 260
$endProj = 300
#nome file di log
$logFile = "GiteaReposCreation.log"
#nome file di log old
$oldLogFile = "GiteaReposCreation.old"
#gitea di destinazione
#$target = "steamware"
$target = "nembro"
$target = "steamware"
#$target = "nembro"
#creazione folder di Log se non esiste
CheckLogFolder
@@ -40,16 +40,16 @@ $giteaPass = $giteaSteamwPass
#access token per autenticazione gitea Steamw da profilo replica
$giteaHead = $giteaSteamwHead
}
if ($target = "nembro") {
#if ($target = "nembro") {
#destinazione mirror per gitea nembro
$giteaDestination = $giteaNembro
#$giteaDestination = $giteaNembro
#nome utente gitea nembro che effettua i mirror push
$giteaUser = $giteaNembroUser
#$giteaUser = $giteaNembroUser
#autenticazione replica gitea nembro
$giteaPass = $giteaNembroPass
#$giteaPass = $giteaNembroPass
#access token per autenticazione gitea nembro da profilo replica
$giteaHead = $giteaNembroHead
}
#$giteaHead = $giteaNembroHead
#}
#scrivo intestazione e inizio analisi
WriteLogOutput $logFile 0 "--------------------"
+1 -1
View File
@@ -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
$startProj = 200
$startProj = 1
#numero massimo di progetti da analizzare
$endProj = 300
#nome file di log