Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
octofussd
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
octofussd
Commits
6884a714
Commit
6884a714
authored
5 years ago
by
Mark Caglienzi
Browse files
Options
Downloads
Patches
Plain Diff
Packaging work for 10.0.11-1. refs #14440
parent
844329f6
No related branches found
Branches containing commit
Tags
fuss/10.0.11-1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+10
-0
10 additions, 0 deletions
debian/changelog
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
11 additions
and
1 deletion
debian/changelog
+
10
−
0
View file @
6884a714
octofussd (10.0.11-1) unstable; urgency=medium
* Add create_share_directory and set_share_permissions scripts under
hooks/
* Add support to call these two scripts when creating or editing SAMBA
shares
* Create the Samba share directory when creating a new share in Octonet
-- Mark Caglienzi <mark@truelite.it> Tue, 24 Mar 2020 12:42:07 +0100
octofussd (10.0.10-1) unstable; urgency=medium
* Export shadowLastChange and shadowMax in the user dict to make them
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6884a714
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'
octofussd
'
,
version
=
'
10.0.1
0
'
,
version
=
'
10.0.1
1
'
,
description
=
'
octofuss server
'
,
author
=
'
Truelite S.r.l.
'
,
author_email
=
'
info@truelite.it
'
,
...
...
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