Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele Carpene
Irods Resource Plugin S3
Commits
3a8d1d73
Commit
3a8d1d73
authored
Nov 01, 2018
by
Terrell Russell
Browse files
[#1806] bump version to 1.7 for irods 4.1.12
parent
1d51a8a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
3a8d1d73
PLUGINVERSION=1.
6
PLUGINVERSIONINT=1
6
0
PLUGINVERSION=1.
7
PLUGINVERSIONINT=1
7
0
PLUGINNAME="irods_resource_plugin_s3"
packaging/irods_resource_plugin_s3.list.template
View file @
3a8d1d73
...
...
@@ -26,7 +26,7 @@ $OS_IRODS_HOME_DIR=/var/lib/irods
# preinstall
# =-=-=-=-=-=-=-
%preinstall << END_PREINSTALL
REQUIRED_VERSION="4.1.1
1
"
REQUIRED_VERSION="4.1.1
2
"
DETECTED_VERSION=`python -c 'import json; print json.loads(open("/var/lib/irods/VERSION.json").read())["irods_version"]'`
if [ "$$DETECTED_VERSION" != "$$REQUIRED_VERSION" ] ; then
echo "Local iRODS is $$DETECTED_VERSION"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment