Subversion Repositories DevTools

Rev

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

Rev 392 Rev 1356
Line 66... Line 66...
66
my $opt_debug_build = 0;                    # Build Debug Only
66
my $opt_debug_build = 0;                    # Build Debug Only
67
my $opt_prod_build = 0;                     # Build ion Only
67
my $opt_prod_build = 0;                     # Build ion Only
68
my $opt_config_spec;                        # User provided config spec
68
my $opt_config_spec;                        # User provided config spec
69
my $opt_prefix = 1;                         # Prefix the view tag with user-name
69
my $opt_prefix = 1;                         # Prefix the view tag with user-name
70
my $opt_tag;                                # View tag insert (build or export or user)
70
my $opt_tag;                                # View tag insert (build or export or user)
-
 
71
my $opt_devModeStr;                         # Development mode string - not used
71
 
72
 
72
#
73
#
73
#   Globals - Provided by the JATS environment
74
#   Globals - Provided by the JATS environment
74
#
75
#
75
my $USER            = $ENV{'USER'};
76
my $USER            = $ENV{'USER'};
Line 168... Line 169...
168
                "prodOnly"      => \$opt_prod_build,        # flag
169
                "prodOnly"      => \$opt_prod_build,        # flag
169
                "debugOnly"     => \$opt_debug_build,       # flag
170
                "debugOnly"     => \$opt_debug_build,       # flag
170
                "root=s"        => \$GBE_VIEWBASE,          # string
171
                "root=s"        => \$GBE_VIEWBASE,          # string
171
                "prefix!"       => \$opt_prefix,            # flag
172
                "prefix!"       => \$opt_prefix,            # flag
172
                "tag=s"         => \$opt_tag,               # string
173
                "tag=s"         => \$opt_tag,               # string
-
 
174
                'devMode=s'     => \$opt_devModeStr,            # string
173
                );
175
                );
174
 
176
 
175
                #
177
                #
176
                #   UPDATE THE DOCUMENTATION AT THE END OF THIS FILE !!!
178
                #   UPDATE THE DOCUMENTATION AT THE END OF THIS FILE !!!
177
                #
179
                #