common/bin/hgforest.sh
changeset 45103 85999d3d05f0
parent 43387 0fa3d82acf45
equal deleted inserted replaced
45102:5379b5872283 45103:85999d3d05f0
     1 #!/bin/sh
     1 #!/bin/sh
     2 #
     2 #
     3 # Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 #
     5 #
     6 # This code is free software; you can redistribute it and/or modify it
     6 # This code is free software; you can redistribute it and/or modify it
     7 # under the terms of the GNU General Public License version 2 only, as
     7 # under the terms of the GNU General Public License version 2 only, as
     8 # published by the Free Software Foundation.
     8 # published by the Free Software Foundation.
   181 trap 'safe_interrupt' INT QUIT
   181 trap 'safe_interrupt' INT QUIT
   182 trap 'nice_exit' EXIT
   182 trap 'nice_exit' EXIT
   183 
   183 
   184 subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
   184 subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
   185 jdk_subrepos_extra="closed jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed"
   185 jdk_subrepos_extra="closed jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed"
   186 subrepos_extra="$jdk_subrepos_extra deploy install sponsors pubs"
   186 subrepos_extra="$jdk_subrepos_extra deploy install sponsors"
   187 
   187 
   188 # Only look in specific locations for possible forests (avoids long searches)
   188 # Only look in specific locations for possible forests (avoids long searches)
   189 pull_default=""
   189 pull_default=""
   190 repos=""
   190 repos=""
   191 repos_extra=""
   191 repos_extra=""