Skip to content

Commit

Permalink
Updated maintenance files
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Herzog committed Jun 2, 2022
1 parent 34a68b2 commit a25b1c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## 20220419
## 20220602

* new [version and contributing policies](.github/CONTRIBUTING.md)
* added transparent [testing protocols](.github/TESTING.md)
* fixed several bugs regarding salt and proxy integration
* implemented mail service system
* implemented mail service system (see [README.md](https://github.com/conceptsandtraining/doil#mail-server))
* implemented better update and install mechanism
* added fallback for `-r` to `-gr` when checking for repositories
* refactored a lot of code
* Even more bulletproofed windows integration
* fixed a lot of stability bugs

## 1.4.4

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ login data:

* User: www-data
* Password: ilias
* Server: localhost

Every minion sends all E-Mails to this mailserver.

Expand Down
2 changes: 1 addition & 1 deletion src/lib/system/version/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# /ᐠ。‸。ᐟ\
# Thanks to Concepts and Training for supporting doil

echo "doil version 20220419 - build 2022-04-19"
echo "doil version 20220602 - build 2022-06-02"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source ${SCRIPT_DIR}/../lib/include/system.sh

doil_update_20220420() {
doil_update_20220602() {

doil_system_stop_all_services
doil_system_remove_services
Expand Down

0 comments on commit a25b1c0

Please sign in to comment.