get_source.sh

changeset 436
955a3e8ed4f0
parent 276
dc9eb519c6ed
child 538
8e36a0fabf58
equal deleted inserted replaced
434:d939bd0ab13c 436:955a3e8ed4f0
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # 3 #
4 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 4 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # 6 #
7 # This code is free software; you can redistribute it and/or modify it 7 # This code is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License version 2 only, as 8 # under the terms of the GNU General Public License version 2 only, as
9 # published by the Free Software Foundation. Oracle designates this 9 # published by the Free Software Foundation. Oracle designates this
24 # or visit www.oracle.com if you need additional information or have any 24 # or visit www.oracle.com if you need additional information or have any
25 # questions. 25 # questions.
26 # 26 #
27 27
28 # Get clones of all nested repositories 28 # Get clones of all nested repositories
29 sh ./make/scripts/hgforest.sh clone 29 sh ./make/scripts/hgforest.sh clone $*
30 30
31 # Update all existing repositories to the latest sources 31 # Update all existing repositories to the latest sources
32 sh ./make/scripts/hgforest.sh pull -u 32 sh ./make/scripts/hgforest.sh pull -u
33 33

mercurial