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
bccb90c2
Verified
Commit
bccb90c2
authored
Nov 10, 2021
by
Louis Abel
📺
Browse files
fixes for ISO placement and other stuff
parent
59201afb
Pipeline
#95
passed with stage
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sync/common_8
View file @
bccb90c2
...
...
@@ -48,6 +48,7 @@ NONSIG_COMPOSE=(
Extras
Plus
NFV
rockyrpi
)
declare -A SIG_COMPOSE
...
...
sync/minor-release-sync-to-staging.sh
View file @
bccb90c2
...
...
@@ -49,10 +49,12 @@ for ARCH in "${ARCHES[@]}"; do
TARGET_ARCH
=
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
/
${
x
}
/
${
ARCH
}
/iso"
mkdir
-p
"
${
SOURCE
}
"
"
${
TARGET
}
"
"
${
TARGET_ARCH
}
"
# Copy the ISO and manifests into their target architecture
cp
"
${
SOURCE
}
/*.iso*"
"
${
TARGET_ARCH
}
/"
cp
"
${
SOURCE
}
/CHECKSUM"
"
${
TARGET_ARCH
}
/"
cp
-n
"
${
SOURCE
}
"
/
*
.iso
"
${
TARGET_ARCH
}
/"
cp
-n
"
${
SOURCE
}
"
/
*
.iso.manifest
"
${
TARGET_ARCH
}
/"
cp
-n
"
${
SOURCE
}
/CHECKSUM"
"
${
TARGET_ARCH
}
/"
# Copy the ISO and manifests into the main isos target
cp
"
${
SOURCE
}
/*.iso*"
"
${
TARGET
}
/"
cp
"
${
SOURCE
}
"
/
*
.iso
"
${
TARGET
}
/"
cp
"
${
SOURCE
}
"
/
*
.iso.manifest
"
${
TARGET
}
/"
cat
"
${
SOURCE
}
/CHECKSUM"
>>
"
${
TARGET
}
/CHECKSUM"
done
done
...
...
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