602
|
1 |
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
#
|
|
8 |
# Initial Contributors:
|
|
9 |
# Nokia Corporation - initial contribution.
|
|
10 |
#
|
|
11 |
# Contributors:
|
|
12 |
#
|
|
13 |
# Description:
|
|
14 |
#
|
|
15 |
|
|
16 |
#*****************************************#
|
|
17 |
# Reltools.ini configuration example file #
|
|
18 |
#*****************************************#
|
|
19 |
|
|
20 |
# Common configuration options
|
|
21 |
# ----------------------------
|
|
22 |
diff_tool windiff
|
|
23 |
require_internal_versions
|
|
24 |
categorise_binaries
|
|
25 |
categorise_exports
|
|
26 |
disallow_unclassified_source
|
|
27 |
|
|
28 |
# Archives containing your releases
|
|
29 |
# ---------------------------------
|
|
30 |
archive_path my_releases \\myserver\builds\componentised\my_build_config /Optional_path_on_remote_server
|
|
31 |
archive_path my_other_releases \\myserver\builds\componentised\my_other_build_config /Optional_path_on_remote_server
|
|
32 |
|
|
33 |
# Remote server configuration
|
|
34 |
# ----------------------------
|
|
35 |
export_data_file \\myserver\config_man\reltools\export_data.csv
|
|
36 |
pgp_config_path \\myserver\config_man\reltools
|
|
37 |
pgp_tool pgp # Must be pgp or gpg
|
|
38 |
pgp_encryption_key 0x12345678
|
|
39 |
remote_site_type ftp # Common values are netdrive and ftp
|
|
40 |
remote_host ourftp.mycompany.com.invalid
|
|
41 |
remote_username myusername
|
|
42 |
remote_password mypassword
|
|
43 |
remote_logs_dir /release_logs # Path on server for logs
|
|
44 |
pasv_transfer_mode
|
|
45 |
ftp_server_supports_resume
|
|
46 |
ftp_timeout 30
|
|
47 |
ftp_reconnect_attempts 5
|
|
48 |
proxy_host myproxyftpserver # Only valid if using remote_site_type proxy
|
|
49 |
proxy_username myproxyusername
|
|
50 |
proxy_password myproxypassword
|