mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8007625: race with nested repos in /common/bin/hgforest.sh
Reviewed-by: dholmes, ohair, ohrstrom
This commit is contained in:
parent
f9329eb66f
commit
dab327e501
2 changed files with 41 additions and 20 deletions
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
|
||||
# Get clones of all nested repositories
|
||||
sh ./common/bin/hgforest.sh clone "$@"
|
||||
sh ./common/bin/hgforest.sh clone "$@" || exit 1
|
||||
|
||||
# Update all existing repositories to the latest sources
|
||||
sh ./common/bin/hgforest.sh pull -u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue