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
e964f10c
Verified
Commit
e964f10c
authored
Aug 02, 2021
by
Louis Abel
📺
Browse files
kickstart directory for pablo
parent
3dd7e1fc
Pipeline
#66
failed with stage
in 30 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
sync/common_8
View file @
e964f10c
...
@@ -53,6 +53,7 @@ NONSIG_COMPOSE=(
...
@@ -53,6 +53,7 @@ NONSIG_COMPOSE=(
declare -A SIG_COMPOSE
declare -A SIG_COMPOSE
SIG_COMPOSE=(
SIG_COMPOSE=(
[Gluster9]="storage/gluster9"
[Gluster9]="storage/gluster9"
[advanced-virt]="virt/advanced-virt"
)
)
# These repos have modules
# These repos have modules
...
...
sync/minor-release-sync-to-staging.sh
View file @
e964f10c
...
@@ -47,6 +47,15 @@ for ARCH in "${ARCHES[@]}"; do
...
@@ -47,6 +47,15 @@ for ARCH in "${ARCHES[@]}"; do
done
done
done
done
# make a kickstart directory
for
ARCH
in
"
${
ARCHES
[@]
}
"
;
do
for
REPO
in
${
MODS_REPOS
[@]
}
;
do
SOURCE
=
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
/
${
REPO
}
/
${
ARCH
}
/os"
TARGET
=
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
/
${
REPO
}
/
${
ARCH
}
/kickstart"
cp
-na
"
${
SOURCE
}
"
"
${
TARGET
}
"
done
done
# fix treeinfo
# fix treeinfo
for
ARCH
in
"
${
ARCHES
[@]
}
"
;
do
for
ARCH
in
"
${
ARCHES
[@]
}
"
;
do
treeinfoModder
"
${
ARCH
}
"
treeinfoModder
"
${
ARCH
}
"
...
...
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