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
a8377a7c
Commit
a8377a7c
authored
Jul 06, 2021
by
Louis Abel
📺
Browse files
Merge branch 'devel' into 'main'
fix test See merge request
!5
parents
4f0b9e5a
0da8480b
Pipeline
#22
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
sync/prep-staging-8.sh
View file @
a8377a7c
...
...
@@ -17,7 +17,7 @@ source "$(dirname "$0")/common"
echo
"** Updating source repos"
for
y
in
"
${
ALL_REPOS
[@]
}
"
;
do
test
-d
"
${
STAGING_ROOT
}
/
${
RELEASE_DIR
}
/
${
y
}
/
${
x
}
/
${
z
}
"
test
-d
"
${
STAGING_ROOT
}
/
${
RELEASE_DIR
}
/
${
y
}
/
source/tree
"
ret_val
=
$?
if
[
"
$ret_val
"
-eq
0
]
;
then
createrepo
--update
"
${
STAGING_ROOT
}
/
${
RELEASE_DIR
}
/
${
y
}
/source/tree"
\
...
...
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