Subversion Repositories DevTools

Rev

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

Rev 7323 Rev 7324
Line 139... Line 139...
139
 
139
 
140
#   Flag to subcommands that the build is occuring within a SANDBOX
140
#   Flag to subcommands that the build is occuring within a SANDBOX
141
#   Example usage: Prevent gradle subproject inclusion
141
#   Example usage: Prevent gradle subproject inclusion
142
$ENV{'GBE_SANDBOX_BUILD'} = 1;
142
$ENV{'GBE_SANDBOX_BUILD'} = 1;
143
 
143
 
-
 
144
#   Flag to subcommands that the build is occuring within a SANDBOX
-
 
145
#   Example usage: Prevent gradle subproject inclusion
-
 
146
$ENV{'GBE_SANDBOX_BUILD'} = 1;
-
 
147
 
144
#
148
#
145
#   Parse the user command and decide what to do
149
#   Parse the user command and decide what to do
146
#
150
#
147
#   Remove user command from the command line. This will leave command options
151
#   Remove user command from the command line. This will leave command options
148
#   in @ARGV so that they can be parsed by the subcommand.
152
#   in @ARGV so that they can be parsed by the subcommand.