8056269: get_source.sh does not copy the closed repos when cloning local filesystems
Reviewed-by: tbell
This commit is contained in:
parent
66630877b2
commit
ebb077b544
@ -335,7 +335,10 @@ else
|
||||
for j in ${repos_extra} ; do
|
||||
if [ "${i}" = "${j}" ] ; then
|
||||
# it's an "extra"
|
||||
pull_base="${pull_extra}"
|
||||
if [ -n "${pull_extra}" ]; then
|
||||
# if no pull_extra is defined, assume that pull_default is valid
|
||||
pull_base="${pull_extra}"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user