File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ pushd "$UNPACK_DIR" &>/dev/null || die "'pushd $UNPACK_DIR' failed"
82
82
83
83
DELPHIX_SIGNATURE_VERSION=$( /usr/bin/get-appliance-version --major)
84
84
85
- tar -x SHA256SUMS SHA256SUMS.sig." $DELPHIX_SIGNATURE_VERSION " version.info -f " $UPGRADE_IMAGE_PATH " ||
85
+ tar --warning=no-timestamp \
86
+ -x SHA256SUMS SHA256SUMS.sig." $DELPHIX_SIGNATURE_VERSION " version.info \
87
+ -f " $UPGRADE_IMAGE_PATH " ||
86
88
die 14 " failed to extract files from upgrade image '$UPGRADE_IMAGE_PATH '"
87
89
88
90
for file in SHA256SUMS SHA256SUMS.sig." $DELPHIX_SIGNATURE_VERSION " version.info; do
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pushd "$UNPACK_DIR" &>/dev/null || die "'pushd $UNPACK_DIR' failed"
101
101
102
102
report_progress_inc 10 " Extracting upgrade image."
103
103
104
- tar -xf " $UPGRADE_IMAGE_PATH " ||
104
+ tar --warning=no-timestamp - xf " $UPGRADE_IMAGE_PATH " ||
105
105
die 14 " failed to extract upgrade image '$UPGRADE_IMAGE_PATH '"
106
106
107
107
report_progress_inc 40 " Verifying format."
You can’t perform that action at this time.
0 commit comments