From 40c588c93a2aa7831a3b9420b502375fa3ccb7d4 Mon Sep 17 00:00:00 2001 From: "marco.locatelli@steamware.net" Date: Tue, 10 Jun 2025 13:01:51 +0200 Subject: [PATCH] Organizzazione folder progetto --- ApiGit/Mirrors/GitlabForcePushMirror.ps1 | 2 +- ApiGit/ReposCreation/ReposCreationAzzanoNembro.ps1 | 4 ++-- {MapUnmapDrive => Generic}/ConnectS.bat | 0 {MapUnmapDrive => Generic}/DisconnectS.bat | 0 {MapUnmapDrive => Generic}/VeeamOvhMountB.ps1 | 0 {WDC => Generic}/WDC_SyncWebCompo.ps1 | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename {MapUnmapDrive => Generic}/ConnectS.bat (100%) rename {MapUnmapDrive => Generic}/DisconnectS.bat (100%) rename {MapUnmapDrive => Generic}/VeeamOvhMountB.ps1 (100%) rename {WDC => Generic}/WDC_SyncWebCompo.ps1 (100%) diff --git a/ApiGit/Mirrors/GitlabForcePushMirror.ps1 b/ApiGit/Mirrors/GitlabForcePushMirror.ps1 index d15eaba..5bc7b04 100644 --- a/ApiGit/Mirrors/GitlabForcePushMirror.ps1 +++ b/ApiGit/Mirrors/GitlabForcePushMirror.ps1 @@ -14,7 +14,7 @@ $mainStopWatch = [system.diagnostics.stopwatch]::StartNew() #contatore ciclo do while $projectCount = 1 #numero massimo di progetti -$projectNumber = 300 +$projectNumber = 250 #conteggio progetti trovati $existingProjects = 0 #contatore mirror trovati diff --git a/ApiGit/ReposCreation/ReposCreationAzzanoNembro.ps1 b/ApiGit/ReposCreation/ReposCreationAzzanoNembro.ps1 index 030083d..591e95f 100644 --- a/ApiGit/ReposCreation/ReposCreationAzzanoNembro.ps1 +++ b/ApiGit/ReposCreation/ReposCreationAzzanoNembro.ps1 @@ -20,8 +20,8 @@ $projectNumber = 300 $logFile = "AzzanoNembroReposCreation.log" #specifica quale installazione di gitlab va controllata -#$remote = "Nembro" -$remote = "Azzano" +$remote = "Nembro" +#$remote = "Azzano" if ($remote -eq "Nembro"){ $gitlabIstance = $destinationNembro diff --git a/MapUnmapDrive/ConnectS.bat b/Generic/ConnectS.bat similarity index 100% rename from MapUnmapDrive/ConnectS.bat rename to Generic/ConnectS.bat diff --git a/MapUnmapDrive/DisconnectS.bat b/Generic/DisconnectS.bat similarity index 100% rename from MapUnmapDrive/DisconnectS.bat rename to Generic/DisconnectS.bat diff --git a/MapUnmapDrive/VeeamOvhMountB.ps1 b/Generic/VeeamOvhMountB.ps1 similarity index 100% rename from MapUnmapDrive/VeeamOvhMountB.ps1 rename to Generic/VeeamOvhMountB.ps1 diff --git a/WDC/WDC_SyncWebCompo.ps1 b/Generic/WDC_SyncWebCompo.ps1 similarity index 100% rename from WDC/WDC_SyncWebCompo.ps1 rename to Generic/WDC_SyncWebCompo.ps1