Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Neil Hanlon
Efs Utils
Commits
563efc29
Commit
563efc29
authored
Apr 05, 2019
by
Matthias Gerstner
Committed by
patelia
Apr 09, 2019
Browse files
version bump to 1.7
parent
7beab6c0
Changes
5
Hide whitespace changes
Inline
Side-by-side
build-deb.sh
View file @
563efc29
...
...
@@ -11,7 +11,7 @@ set -ex
BASE_DIR
=
$(
pwd
)
BUILD_ROOT
=
${
BASE_DIR
}
/build/debbuild
VERSION
=
1.
6
VERSION
=
1.
7
echo
'Cleaning deb build workspace'
rm
-rf
${
BUILD_ROOT
}
...
...
dist/amazon-efs-utils.control
View file @
563efc29
Package: amazon-efs-utils
Architecture: all
Version: 1.
6
Version: 1.
7
Section: utils
Depends: python|python2, nfs-common, stunnel4 (>= 4.56)
Priority: optional
...
...
dist/amazon-efs-utils.spec
View file @
563efc29
...
...
@@ -20,7 +20,7 @@
%endif
Name : amazon-efs-utils
Version : 1.
6
Version : 1.
7
Release : 1%{?dist}
Summary : This package provides utilities for simplifying the use of EFS file systems
...
...
src/mount_efs/__init__.py
View file @
563efc29
...
...
@@ -54,7 +54,7 @@ except ImportError:
from
urllib.error
import
URLError
from
urllib.request
import
urlopen
VERSION
=
'1.
6
'
VERSION
=
'1.
7
'
CONFIG_FILE
=
'/etc/amazon/efs/efs-utils.conf'
CONFIG_SECTION
=
'mount'
...
...
src/watchdog/__init__.py
View file @
563efc29
...
...
@@ -25,7 +25,7 @@ try:
except
ImportError
:
from
configparser
import
ConfigParser
VERSION
=
'1.
6
'
VERSION
=
'1.
7
'
CONFIG_FILE
=
'/etc/amazon/efs/efs-utils.conf'
CONFIG_SECTION
=
'mount-watchdog'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment