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
98eba8f2
Unverified
Commit
98eba8f2
authored
Jul 10, 2021
by
Louis Abel
📺
Browse files
quick fix
parent
29500351
Pipeline
#35
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sync/prep-staging-8.sh
View file @
98eba8f2
...
...
@@ -51,7 +51,7 @@ for x in "${ARCHES[@]}"; do
test
-d
"
${
STAGING_ROOT
}
/
${
RELEASE_DIR
}
/
${
y
}
/
${
x
}
/debug/tree"
ret_val
=
$?
if
[
"
$ret_val
"
-eq
0
]
;
then
createrepo
--update
"
${
STAGING_ROOT
}
/
${
RELEASE_DIR
}
/
${
y
}
/
${
x
}
/
${
z
}
"
\
createrepo
--update
"
${
STAGING_ROOT
}
/
${
RELEASE_DIR
}
/
${
y
}
/
${
x
}
/
debug/tree
"
\
"--distro=cpe:/o:rocky:rocky:
${
REVISION
:0:1
}
,Rocky Linux
${
REVISION
:0:1
}
"
else
echo
"
${
STAGING_ROOT
}
/
${
RELEASE_DIR
}
/
${
y
}
/
${
x
}
/debug/tree does not exist"
...
...
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