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
dfd6b06c
Verified
Commit
dfd6b06c
authored
Nov 10, 2021
by
Louis Abel
📺
Browse files
fixes for ISO placement and other stuff
parent
bccb90c2
Pipeline
#97
passed with stage
in 31 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
sync/common_8
View file @
dfd6b06c
...
...
@@ -44,10 +44,10 @@ ALL_REPOS=(
NONSIG_COMPOSE=(
Rocky
Rocky-devel
Extras
Plus
Rocky-devel
NFV
Plus
rockyrpi
)
...
...
sync/minor-release-sync-to-staging.sh
View file @
dfd6b06c
...
...
@@ -9,7 +9,7 @@ source $(dirname "$0")/common
MAJ
=
${
RLVER
}
# sync all pieces of a release, including extras, nfv, etc
for
COMPOSE
in
Rocky
"
${
NON
MODS_RE
POS
[@]
}
"
;
do
for
COMPOSE
in
Rocky
"
${
NON
SIG_COM
POS
E
[@]
}
"
;
do
echo
"
${
COMPOSE
}
: Syncing"
cd
"/mnt/compose/
${
MAJ
}
/latest-
${
COMPOSE
}
-
${
MAJ
}
/compose"
||
{
echo
"
${
COMPOSE
}
: Failed to change directory"
;
break
;
}
...
...
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