diff --git a/ipasserelle-gp.spec b/ipasserelle-gp.spec index 97ed00b..76f2095 100644 --- a/ipasserelle-gp.spec +++ b/ipasserelle-gp.spec @@ -1,4 +1,4 @@ -%define version 0.2.26 +%define version 0.2.27 %define release 1 %define name ipasserelle-gp @@ -26,9 +26,12 @@ Ce paquet permet de gérer un parc de machines sous MS Windows Basé sur WPKG et d'autres outils %changelog -* Tue Nov 20 2012 Daniel Berteaud - 0.2.26-1 +* Tue Nov 20 2012 Daniel Berteaud - 0.2.27-1 - Exclude ImapMail.old and Mail from Thunderbird profile backups +* Sat Nov 10 2012 Daniel Berteaud - 0.2.26-1 +- Fix missing GOTO in mozBackup script + * Fri Nov 9 2012 Daniel Berteaud - 0.2.25-1 - Use GOTO :EOF instead of exit in mozBackup diff --git a/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat b/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat index d78d02a..66c7665 100755 --- a/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat +++ b/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat @@ -24,7 +24,7 @@ REM Recherche du répertoire de profile de Thunderbird for /f %%a in ('dir /b "%APPDATA%\Thunderbird\Profiles\*.default"') do SET TBPROFILE=%APPDATA%\Thunderbird\Profiles\%%a REM Si le répertoire de profile n'existe pas, on s'arrête -IF NOT EXIST "%TBPROFILE%" :EOF +IF NOT EXIST "%TBPROFILE%" GOTO :EOF REM Rotation des anciennes sauvegardes REM Pas très élégant, mais on fait ce qu'on peut