diff --git a/projectutility/config/tools_registry.json b/projectutility/config/tools_registry.json index 55632ca..3c9018d 100644 --- a/projectutility/config/tools_registry.json +++ b/projectutility/config/tools_registry.json @@ -5,7 +5,7 @@ "description": "Generates .ico files from PNG images, fetched via Git.", "type": "git", "enabled": true, - "git_url": "http://172.17.23.250:3000/vallongol/CreateIconFromFilesPng", + "git_url": "http://192.168.100.10:3000/vallongol/CreateIconFromFilesPng", "git_ref": "master", "run_command": ["python", "create_icon_file.py"], "has_gui": false, @@ -17,7 +17,7 @@ "description": "GUI Wrapper for PyInstaller, fetched via Git.", "type": "git", "enabled": true, - "git_url": "http://172.17.23.250:3000/vallongol/PyInstallerGUIWrapper", + "git_url": "http://192.168.100.10:3000/vallongol/PyInstallerGUIWrapper", "git_ref": "master", "run_command": ["python", "-m", "pyinstallerguiwrapper"], "has_gui": true, @@ -29,7 +29,7 @@ "description": "Get elevation data from network, fetched via Git.", "type": "git", "enabled": true, - "git_url": "http://172.17.23.250:3000/vallongol/GeoElevation", + "git_url": "http://192.168.100.10:3000/vallongol/GeoElevation", "git_ref": "master", "run_command": ["python", "-m", "geoelevation"], "has_gui": true, @@ -41,7 +41,7 @@ "description": "Manag. requirements from python project, fetched via Git.", "type": "git", "enabled": true, - "git_url": "http://172.17.23.250:3000/vallongol/DependencyAnalyzer", + "git_url": "http://192.168.100.10:3000/vallongol/DependencyAnalyzer", "git_ref": "master", "run_command": ["python", "-m", "dependencyanalyzer"], "has_gui": true, @@ -53,11 +53,59 @@ "description": "Create standard folders for new dev tool, fetched via Git.", "type": "git", "enabled": true, - "git_url": "http://172.17.23.250:3000/vallongol/ProjectInitializer", + "git_url": "http://192.168.100.10:3000/vallongol/ProjectInitializer", "git_ref": "master", "run_command": ["python", "-m", "projectinitializer"], "has_gui": true, "parameters_definition_file": null + }, + { + "id": "gui_g_reconverter_git", + "display_name": "Gui g_reconverter (Git)", + "description": "Gui for console application g_reconverter, fetched via Git.", + "type": "git", + "enabled": true, + "git_url": "http://192.168.100.10:3000/vallongol/GUI_g_reconverter", + "git_ref": "master", + "run_command": ["python", "-m", "gui_g_reconverter"], + "has_gui": true, + "parameters_definition_file": null + }, + { + "id": "git_utility_git", + "display_name": "Git Utility (Git)", + "description": "Git utility suite, fetched via Git.", + "type": "git", + "enabled": true, + "git_url": "http://192.168.100.10:3000/vallongol/GitUtility", + "git_ref": "master", + "run_command": ["python", "-m", "gitutility"], + "has_gui": true, + "parameters_definition_file": null + }, + { + "id": "backup_tools_git", + "display_name": "Backup Tools (Git)", + "description": "Backup suite, fetched via Git.", + "type": "git", + "enabled": true, + "git_url": "http://192.168.100.10:3000/vallongol/BackupTools", + "git_ref": "master", + "run_command": ["python", "-m", "backuptools"], + "has_gui": true, + "parameters_definition_file": null + }, + { + "id": "launcher_tool_git", + "display_name": "Launcher tool (Git)", + "description": "Launcher tool, fetched via Git.", + "type": "git", + "enabled": true, + "git_url": "http://192.168.100.10:3000/vallongol/LauncherTool", + "git_ref": "master", + "run_command": ["python", "-m", "launchertool"], + "has_gui": true, + "parameters_definition_file": null }, { "id": "dummy_script",