From 98dfc03695b614089fd9350597ca0a27f2d2b29a Mon Sep 17 00:00:00 2001 From: Kevin Puertas Ruiz Date: Fri, 3 Jul 2020 18:40:39 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 2 +- README.MD | 2 +- docs/changelog.md | 4 ++++ docs/index.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c53a407..33cf255 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:alpine +image: python:3.8-buster before_script: - pip install mkdocs diff --git a/README.MD b/README.MD index b606c45..5ef5e8f 100644 --- a/README.MD +++ b/README.MD @@ -3,7 +3,7 @@ # What is "Powerful Computer Manager"? Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way. -It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands. +It inteed to be a simple [SCCM](https://en.wikipedia.org/wiki/Microsoft_System_Center_Configuration_Manager) alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands. You only have to write simple _cooks_ that are small yaml text files, create groups of computers and assign _cooks_ to this groups, and will be run in the destination computers diff --git a/docs/changelog.md b/docs/changelog.md index 061706c..77d90f1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2020/07/03 +- Fixes to web gui and some new options +- + ## 2020/03/17 - New function copy - Some fixes diff --git a/docs/index.md b/docs/index.md index 57a81cd..95d8536 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # What is "Powerful Computer Manager"? Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way. -It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands. +It inteed to be a simple [SCCM](https://en.wikipedia.org/wiki/Microsoft_System_Center_Configuration_Manager) alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands. You only have to write simple _cooks_ that are small yaml text files, create groups of computers and assign _cooks_ to this groups, and will be run in the destination computers