Subversion Repositories DevTools

Rev

Rev 5710 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5710 Rev 6177
Line 1... Line 1...
1
########################################################################
1
########################################################################
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
3
#
4
# Module name   : jats_ccrelease.pl
4
# Module name   : jats_ccrelease.pl
5
# Module type   : Makefile system
5
# Module type   : Makefile system
6
# Compiler(s)   : Perl
6
# Compiler(s)   : Perl
7
# Environment(s): jats
7
# Environment(s): jats
Line 599... Line 599...
599
    #   In order to operate in this view (ie set the config spec, we need to
599
    #   In order to operate in this view (ie set the config spec, we need to
600
    #   be in the directory of the view
600
    #   be in the directory of the view
601
    #
601
    #
602
    chdir ($VIEWDIR) or Error( "Cannot chdir to $VIEWDIR");
602
    chdir ($VIEWDIR) or Error( "Cannot chdir to $VIEWDIR");
603
 
603
 
604
    #
-
 
605
    #   Create a local package archive
-
 
606
    #   May be needed for multipackage builds and it will prevent JATS from
-
 
607
    #   finding any outside the view
-
 
608
    #
-
 
609
    mkdir ( 'local_dpkg_archive')
-
 
610
        unless ($GBE_SANDBOX);
-
 
611
 
-
 
612
    my $config_file = $opt_config_spec;
604
    my $config_file = $opt_config_spec;
613
    unless ( $config_file )
605
    unless ( $config_file )
614
    {
606
    {
615
        $config_file = create_config_spec ('config_spec.txt');
607
        $config_file = create_config_spec ('config_spec.txt');
616
    }
608
    }