BUG 12213 "Adicionar soporte para hotfixes" SOLVED
- Nuevo feature
- Funcionalidad para la instalacion de hotfixes
- Nuevo feature implementado, se ha adicionado una nueva opcion al comando ./processmaker
Esta nueva opcion trabaja de la siguiente manera:
Caso 1 - ./processmaker hotfix-install MyHotfix.tar
Caso 2 - ./processmaker hotfix-install path_to_hotfix/MyHotfix.tar
Para el caso 1, el archivo tar debe estar fisicamente en la ruta:
path_to_processmaker/shared/hotfixes (si no existe el directorio "hotfixes", crearlo y darle todos los permisos)
Para el caso 2, el archivo debe existir en la ruta que se especifica
* Available from version ProcessMaker-2.5.1-testing.3
This commit is contained in:
@@ -4,7 +4,7 @@ CLI::taskName("hotfix-install");
|
||||
CLI::taskDescription(<<<EOT
|
||||
Install hotfix to system
|
||||
|
||||
This command is executed when you want to update certain files, which have improvements or solution to bugs.
|
||||
This command is executed when you want to update certain files, which have improvements or bugs solutions.
|
||||
EOT
|
||||
);
|
||||
|
||||
@@ -42,7 +42,7 @@ function runHotfixInstall($command, $args)
|
||||
|
||||
CLI::logging("HOTFIX done\n");
|
||||
} else {
|
||||
CLI::logging("Not exist hotfixes to install in the command\n");
|
||||
CLI::logging("Please specify the hotfix to install\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user