Subversion Repositories DevTools

Rev

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

Rev 4619 Rev 4688
Line 73... Line 73...
73
 
73
 
74
#
74
#
75
#   Structure to translate -archive=xxx option to archive variable
75
#   Structure to translate -archive=xxx option to archive variable
76
#   These are the various dpkg_archives known to JATS
76
#   These are the various dpkg_archives known to JATS
77
#
77
#
78
my %Archive2Var =( 'main'       =>  'GBE_DPKG',
78
my %Archive2Var =( 'main'      => 'GBE_DPKG',
79
                   'store'      =>  'GBE_DPKG_STORE',
79
                   'store'     => 'GBE_DPKG_STORE',
80
                   'cache'      =>  'GBE_DPKG_CACHE',
80
                   'cache'     => 'GBE_DPKG_CACHE',
81
                   'local'      =>  'GBE_DPKG_LOCAL',
81
                   'local'     => 'GBE_DPKG_LOCAL',
82
                   'sandbox'    =>  'GBE_DPKG_SBOX',
82
                   'sandbox'   => 'GBE_DPKG_SBOX',
83
                   'deploy'     =>  'GBE_DPLY',
83
                   'deploy'    => 'GBE_DPLY',
-
 
84
                   'replica'   => 'GBE_DPKG_REPLICA',
84
                   );
85
                   );
85
 
86
 
86
#-------------------------------------------------------------------------------
87
#-------------------------------------------------------------------------------
87
# Function        : Main Entry
88
# Function        : Main Entry
88
#
89
#