!I integrate from //ce/main...
[CRYENGINE.git] / .bootstrap.cfg
blob9f7edf768aacb05c1cb6548c1f33b8919352bf9e
1 # BOOTSTRAP CONFIGURATION FILE
3 # To customise your bootstrap configuration, create a copy of this file without
4 # the '.sample' extension, simply uncomment the relevant header (common/3rdparty)
5 # and the fields that you wish to customise. Any fields that remain commented out
6 # will use their default values, so it is only necessary to uncomment a line
7 # if you wish to change something.
9 [common]
10 #verbose = False
11 #data_file = bootstrap.dat
12 #digest_file = .bootstrap.digests.pickle
13 #checkmd5 = False
15 # set to 'True' on to sync compilers and tweak workspace root.
16 #is_buildbot = False
18 # set to 'True' to sync compilers without tweaking workspace root.
19 #is_buildmachine = True
21 # comma-separated list of tags: used to determine packages to download
22 #relevance = dcc
25 [3rdparty]
26 # your perforce username, defaults to the OS username
27 #p4user = 
29 #p4port = perforce:1666
31 # 3rdparty perforce client: default is <HOSTNAME>_bootstrap
32 #p4client = 
34 #p4path =  //depot/3rdParty/...
36 # Location of your 3rdparty client on your hard disk. On Windows this is typically
37 # something like "D:\p4\<HOSTNAME>_bootstrap", and on Linux, "/data/<HOSTNAME>_bootstrap".
38 # If this value is not provided, it is determined automatically from the p4client.
39 #root_folder =