Subversion Repositories DevTools

Rev

Rev 341 | Rev 353 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 341 Rev 343
Line 92... Line 92...
92
=item GBE_DPKG_LOCAL (optional)
92
=item GBE_DPKG_LOCAL (optional)
93
 
93
 
94
This the path to a group wide local package archive. This may be used to store
94
This the path to a group wide local package archive. This may be used to store
95
non-official packages that are under test or development.
95
non-official packages that are under test or development.
96
 
96
 
97
=item GBE_DPKG_SBOX (optional)
97
Not recommended. Use is being deprecated.
98
 
98
 
-
 
99
=item GBE_DPKG_SBOX (internal)
-
 
100
 
99
This the path to a sandbox specific package archive. This may be used to store
101
This the path to a sandbox specific package archive. This will be used to store
100
non-official packages that are under test or development within the current sandbox.
102
non-official packages that are under test or development within the current sandbox.
101
 
103
 
102
The archive is located by searching from the current directory to the root of
104
The archive is located by searching from the current directory to the root of
103
the filesystem for a directory called 'sandbox_dpkg_archive'.
105
the file system for a directory called 'sandbox_dpkg_archive'.
104
 
106
 
105
It is intended that a group of packages that are being developed in the same
107
It is intended that a group of packages that are being developed in the same
106
sandbox will share the same sandbox_dpkg_archive.
108
sandbox will share the same sandbox_dpkg_archive.
107
 
109
 
108
Jats will ignore the version number when dealing with packages in GBE_DPKG_SBOX.
110
Jats will ignore the version number when dealing with packages in GBE_DPKG_SBOX.
109
This is done to simplify the publishing and consuming of packages in the sandbox.
111
This is done to simplify the publishing and consuming of packages in the sandbox.
110
 
112
 
111
This should not be set by a user. It will be calculated by JATS and passed to
113
This should not be set by a user. It will be calculated by JATS and passed to
112
JATS tools and utilities.
114
JATS tools and utilities.
113
 
115
 
114
=item GBE_SANDBOX (optional)
116
=item GBE_SANDBOX (internal)
115
 
117
 
116
This the path to a sandbox base directory. It is intended that a group of
118
This the path to a sandbox base directory. It is intended that a group of
117
packages that are being developed in the same sandbox will share the same
119
packages that are being developed in the same sandbox will share the same
118
sandbox_dpkg_archive.
120
sandbox_dpkg_archive.
119
 
121
 
Line 153... Line 155...
153
 
155
 
154
Currently set to 1 to set it.
156
Currently set to 1 to set it.
155
 
157
 
156
=item GBE_VIEWBASE (optional)
158
=item GBE_VIEWBASE (optional)
157
 
159
 
158
Used by the 'release' utility to provide a user configurable base directory for
160
Used by the 'release' utilities to provide a user configurable base directory for
159
the creation of static views.
161
the creation of static views. The default location is:
-
 
162
 
-
 
163
=over 8
-
 
164
 
-
 
165
=item WINDOWS - c:\clearcase
-
 
166
 
-
 
167
=item Unix - jats_cbuilder and is relative to the users HOME directory.
-
 
168
 
-
 
169
=back
160
 
170
 
161
=item GBE_RM_LOCATION (optional)
171
=item GBE_RM_LOCATION (optional)
162
 
172
 
163
Used by tools that interface to Release Manager: primarily the (ABT) Auto Build Tools.
173
Used by tools that interface to Release Manager: primarily the (ABT) Auto Build Tools.
164
Specifies the location of the Release Manager Database. This is a database url
174
Specifies the location of the Release Manager Database. This is a database url
Line 246... Line 256...
246
This EnvVar is set when a Makefile is being processed by 'make'. The value
256
This EnvVar is set when a Makefile is being processed by 'make'. The value
247
is set current make command being processed.
257
is set current make command being processed.
248
 
258
 
249
=item GBE_SCRIPT (internal)
259
=item GBE_SCRIPT (internal)
250
 
260
 
251
This EnvVar contains the path and comamnd line argument to the current JATS
261
This EnvVar contains the path and command line argument to the current JATS
252
command.
262
command.
253
 
263
 
254
Its primary purpose is to determine the location of the jats startup script:
264
Its primary purpose is to determine the location of the jats startup script:
255
jats.bat or jats.sh.
265
jats.bat or jats.sh.
256
 
266
 
Line 282... Line 292...
282
 
292
 
283
Under Solaris, the JATS EnvVars are set in /etc/profile. These can be
293
Under Solaris, the JATS EnvVars are set in /etc/profile. These can be
284
overridden by users in there own profile, but this is not encouraged as the
294
overridden by users in there own profile, but this is not encouraged as the
285
JATS configuration is normally machine-wide.
295
JATS configuration is normally machine-wide.
286
 
296
 
287
The jats.sh script, used to start jats may provide deafult definitions. The
297
The jats.sh script, used to start jats may provide default definitions. The
288
location of this script is provided by the 'jats vars' utility.
298
location of this script is provided by the 'jats vars' utility.
289
 
299
 
290
=head3 Linux
300
=head3 Linux
291
 
301
 
292
Under Linux, the JATS EnvVars are set in  /etc/profile.d/jats.sh. These can be
302
Under Linux, the JATS EnvVars are set in  /etc/profile.d/jats.sh. These can be
293
overridden by users in there own profile, but this is not encouraged as the
303
overridden by users in there own profile, but this is not encouraged as the
294
JATS configuration is normally machine-wide.
304
JATS configuration is normally machine-wide.
295
 
305
 
296
The jats.sh script, used to start jats may provide deafult definitions. The
306
The jats.sh script, used to start jats may provide default definitions. The
297
location of this script is provided by the 'jats vars' utility.
307
location of this script is provided by the 'jats vars' utility.
298
 
308