Skip to content
Snippets Groups Projects
Commit de6ec454 authored by Simone Piccardi's avatar Simone Piccardi
Browse files

prepare release 10.0.1

parent e78f8376
No related branches found
Tags fuss/10.0.1
No related merge requests found
......@@ -3,3 +3,9 @@
---
- name: update-grub
command: update-grub
- name: restart octofuss-client
service:
name: octofuss-client
state: restarted
\ No newline at end of file
......@@ -32,10 +32,11 @@
with_items:
- samba-client
when: ansible_lsb.id != "Raspbian"
- name: server configuration for octofuss-client
- name: server {{server}} configuration for octofuss-client
template:
dest: /etc/fuss-client/server.conf
src: server.conf
notify: restart octofuss-client
# added for refs: #411
- name: remove stack-guard on i386 architecture (crash Java)
lineinfile:
......@@ -84,3 +85,11 @@
src: org.opensuse.cupspkhelper.pkla
dest: /etc/polkit-1/localauthority/10-vendor.d/org.opensuse.cupspkhelper.pkla
backup: yes
- name: force invalidation of nscd password cache
command: nscd -i passwd
changed_when: False
- name: force invalidation of nscd group cache
command: nscd -i group
changed_when: False
fuss-client (10.0.1) UNRELEASED; urgency=medium
fuss-client (10.0.1) unstable; urgency=medium
[ Elena Grandi ]
* Wait for unattended upgrades to finish. refs: #784
* Update packaging: debhelper-compat, Standards-Version etc.
[ Simone Piccardi ]
* Restart some services to speed up test after fuss-client -a
-- Elena Grandi <elena@truelite.it> Wed, 28 Aug 2019 11:39:13 +0200
fuss-client (10.0.0) unstable; urgency=medium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment