webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
|
Variables
check_root_dir Namespace Reference
Functions
def
main
()
Variables
SOLUTION_ROOT_DIR
string
MESSAGE
Function Documentation
◆
main()
def check_root_dir.main
(
void
)
Variable Documentation
◆
MESSAGE
string
check_root_dir.MESSAGE
Initial value:
1
=
"""\
2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
3
A C T I O N R E Q I R E D
4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
5
6
It looks like you have a legacy checkout where the solution's top-level
7
directory is named 'trunk'. From now on, it must be named 'src'.
8
9
What you need to do is to:
10
11
1. Edit your .gclient file and change the solution name from 'trunk' to 'src'
12
2. Rename your 'trunk' directory to 'src'
13
3. Re-run gclient sync (or gclient runhooks)"""
◆
SOLUTION_ROOT_DIR
check_root_dir.SOLUTION_ROOT_DIR
Initial value:
1
= os.path.join(os.path.dirname(os.path.abspath(__file__)),
2
os.pardir)
Generated by
1.8.13