Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fuss-client
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FUSS
fuss-client
Commits
de6ec454
Commit
de6ec454
authored
5 years ago
by
Simone Piccardi
Browse files
Options
Downloads
Patches
Plain Diff
prepare release 10.0.1
parent
e78f8376
No related branches found
Branches containing commit
Tags
fuss/10.0.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/roles/misc/handlers/main.yml
+6
-0
6 additions, 0 deletions
ansible/roles/misc/handlers/main.yml
ansible/roles/misc/tasks/main.yml
+10
-1
10 additions, 1 deletion
ansible/roles/misc/tasks/main.yml
debian/changelog
+5
-1
5 additions, 1 deletion
debian/changelog
with
21 additions
and
2 deletions
ansible/roles/misc/handlers/main.yml
+
6
−
0
View file @
de6ec454
...
...
@@ -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
This diff is collapsed.
Click to expand it.
ansible/roles/misc/tasks/main.yml
+
10
−
1
View file @
de6ec454
...
...
@@ -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
This diff is collapsed.
Click to expand it.
debian/changelog
+
5
−
1
View file @
de6ec454
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment