Subversion Repositories DevTools

Rev

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

Rev 7213 Rev 7266
Line 138... Line 138...
138
#   Determine Sandbox type. Exact or local
138
#   Determine Sandbox type. Exact or local
139
#
139
#
140
$opt_exact = (-f  $GBE_SANDBOX . '/sandbox_dpkg_archive/.exact' )
140
$opt_exact = (-f  $GBE_SANDBOX . '/sandbox_dpkg_archive/.exact' )
141
    if ( $GBE_SANDBOX );
141
    if ( $GBE_SANDBOX );
142
 
142
 
-
 
143
#   Flag to subcommands that the build is occuring within a SANDBOX
-
 
144
#   Example usage: Prevent gradle subproject inclusion
-
 
145
$ENV{'GBE_SANDBOX_BUILD'} = 1;
-
 
146
 
143
#
147
#
144
#   Parse the user command and decide what to do
148
#   Parse the user command and decide what to do
145
#
149
#
146
#   Remove user command from the command line. This will leave command options
150
#   Remove user command from the command line. This will leave command options
147
#   in @ARGV so that they can be parsed by the subcommand.
151
#   in @ARGV so that they can be parsed by the subcommand.