From ec0e687c2177ca0c18d9abc21712bc258515d39c Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 19 Jan 2024 13:06:11 +0100 Subject: [PATCH] Adapt step order: check of ISMAS trigger is done with percent value 2. --- worker.h | 62 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/worker.h b/worker.h index cd80f62..5eddade 100644 --- a/worker.h +++ b/worker.h @@ -33,37 +33,37 @@ #define _ISMAS_RESET_WAIT "ISMAS" // reset WAIT-button to "WAIT" #define _STARTED (1) -#define _CHECK_SANITY (2) -#define _CHECK_SANITY_FAILURE (3) -#define _CHECK_SANITY_SUCCESS (4) -#define _REPOSITORY_RECOVERED_FAILURE (5) -#define _REPOSITORY_RECOVERED_SUCCESS (6) -#define _CHECK_REPOSITORY (7) -#define _CHECK_REPOSITORY_FAILURE (8) -#define _CHECK_REPOSITORY_SUCCESS (9) -#define _CLONE_REPOSITORY (10) -#define _CLONE_REPOSITORY_FAILURE (11) -#define _CLONE_REPOSITORY_SUCCESS (12) -#define _CHECKOUT_REPOSITORY (13) -#define _CHECKOUT_REPOSITORY_FAILURE (14) -#define _CHECKOUT_REPOSITORY_SUCCESS (15) -#define _INITIAL_CLONE_WITHOUT_ACTIVE_ISMAS_TRIGGER (16) -#define _INITIAL_CLONE_WITH_ACTIVE_ISMAS_TRIGGER (17) -#define _CHECK_ISMAS_TRIGGER (19) -#define _CHECK_ISMAS_TRIGGER_WRONG_VALUE (20) -#define _CHECK_ISMAS_TRIGGER_SUCCESS (21) -#define _CHECK_ISMAS_TRIGGER_FAILURE (22) -#define _CHECKOUT_BRANCH (23) -#define _CHECKOUT_BRANCH_FAILURE (24) -#define _CHECKOUT_BRANCH_SUCCESS (25) -#define _UPDATE_REPOSITORY (26) -#define _UPDATE_REPOSITORY_FAILURE (28) -#define _UPDATE_REPOSITORY_SUCCESS (29) -#define _CHECK_FOR_REPOSITORY_CHANGES (30) -#define _CHECK_FOR_REPOSITORY_CHANGES_SUCCESS (36) -#define _FILES_TO_UPDATE (37) -#define _CHECK_FOR_REPOSITORY_CHANGES_FAILURE (38) -#define _FILES_TO_DOWNLOAD (39) +#define _CHECK_ISMAS_TRIGGER (2) +#define _CHECK_SANITY (3) +#define _CHECK_SANITY_FAILURE (4) +#define _CHECK_SANITY_SUCCESS (5) +#define _REPOSITORY_RECOVERED_FAILURE (6) +#define _REPOSITORY_RECOVERED_SUCCESS (7) +#define _CHECK_REPOSITORY (8) +#define _CHECK_REPOSITORY_FAILURE (9) +#define _CHECK_REPOSITORY_SUCCESS (10) +#define _CLONE_REPOSITORY (11) +#define _CLONE_REPOSITORY_FAILURE (12) +#define _CLONE_REPOSITORY_SUCCESS (13) +#define _CHECKOUT_REPOSITORY (14) +#define _CHECKOUT_REPOSITORY_FAILURE (15) +#define _CHECKOUT_REPOSITORY_SUCCESS (16) +#define _INITIAL_CLONE_WITHOUT_ACTIVE_ISMAS_TRIGGER (17) +#define _INITIAL_CLONE_WITH_ACTIVE_ISMAS_TRIGGER (18) +#define _CHECK_ISMAS_TRIGGER_WRONG_VALUE (19) +#define _CHECK_ISMAS_TRIGGER_SUCCESS (20) +#define _CHECK_ISMAS_TRIGGER_FAILURE (21) +#define _CHECKOUT_BRANCH (22) +#define _CHECKOUT_BRANCH_FAILURE (23) +#define _CHECKOUT_BRANCH_SUCCESS (24) +#define _UPDATE_REPOSITORY (25) +#define _UPDATE_REPOSITORY_FAILURE (26) +#define _UPDATE_REPOSITORY_SUCCESS (27) +#define _CHECK_FOR_REPOSITORY_CHANGES (28) +#define _CHECK_FOR_REPOSITORY_CHANGES_SUCCESS (29) +#define _FILES_TO_UPDATE (30) +#define _CHECK_FOR_REPOSITORY_CHANGES_FAILURE (31) +#define _FILES_TO_DOWNLOAD (32) #define _EXEC_OPKG_COMMANDS (41) #define _EXEC_OPKG_COMMAND_1 (42) #define _EXEC_OPKG_COMMAND_2 (43)