Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
datadump
Commits
89970fce
Commit
89970fce
authored
Jul 15, 2019
by
Jonathan Schaeffer
Browse files
Report when file is skipped
parent
ce7fb8df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/resifdatadump
View file @
89970fce
...
...
@@ -244,6 +244,7 @@ for dir in $(find . -maxdepth 3 -type d | sort); do
# If the hashes differs, then move distant file and push this one
if
[[
"
$local_sha
"
=
"
$irods_sha
"
]]
;
then
echo
"[
$KEY
] The archive on irods is the same as our version. Skipping."
format_report
$KEY
"-"
$(
date
+%Y-%m-%dT%H%M%S
--date
=
@
$start
)
"-"
"-"
"skipped"
>>
$LOCAL_REPORT
continue
fi
fi
...
...
Write
Preview
Supports
Markdown
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