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
Release Engineering
Public
toolkit
Commits
8b9fe76a
Verified
Commit
8b9fe76a
authored
Nov 11, 2021
by
Louis Abel
📺
Browse files
redundant sha
parent
c50a1123
Pipeline
#114
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sync/minor-release-sync-to-staging.sh
View file @
8b9fe76a
...
...
@@ -60,16 +60,16 @@ for ARCH in "${ARCHES[@]}"; do
cp
"
${
SOURCE
}
"
/
*
.iso
"
${
TARGET
}
/"
cp
"
${
SOURCE
}
"
/
*
.iso.manifest
"
${
TARGET
}
/"
pushd
"
${
TARGET
}
"
||
{
echo
"Could not change directory"
;
break
;
}
# shellcheck disable=SC2086
for
file
in
*
.iso
;
do
printf
"# %s: %s bytes
\n
%s
\n
"
\
"
${
file
}
"
\
"
$(
stat
-c
%s
${
file
}
)
"
\
"
$(
sha256sum
--tag
${
file
}
)
"
\
|
sudo tee
-a
CHECKSUM
;
done
popd
||
{
echo
"Could not change directory"
;
break
;
}
done
# shellcheck disable=SC2086
for
file
in
*
.iso
;
do
printf
"# %s: %s bytes
\n
%s
\n
"
\
"
${
file
}
"
\
"
$(
stat
-c
%s
${
file
}
)
"
\
"
$(
sha256sum
--tag
${
file
}
)
"
\
|
sudo tee
-a
CHECKSUM
;
done
popd
||
{
echo
"Could not change directory"
;
break
;
}
done
# make a kickstart directory
...
...
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