Subversion Repositories DevTools

Rev

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

Rev 4996 Rev 5109
Line 100... Line 100...
100
 
100
 
101
This the path to a local package archive cache. This is used to speed access to
101
This the path to a local package archive cache. This is used to speed access to
102
main repository. The cache should be on the users local machine and not a network
102
main repository. The cache should be on the users local machine and not a network
103
drive.
103
drive.
104
 
104
 
-
 
105
=item GBE_DPKG_CACHE_CTL (optional)
-
 
106
 
-
 
107
Controls the automatic population of GBE_DPKG_CACHE, if it is defined. The provided value
-
 
108
is used as the initial value for the build argument of '-cache'.
-
 
109
 
-
 
110
The following values are supported:
-
 
111
 
-
 
112
=over 4
-
 
113
 
-
 
114
=item 0 - Do not cache package versions.
-
 
115
 
-
 
116
This is the default mode of operation. Caching can still be controlled from the
-
 
117
comamdn line of the 'build' command.
-
 
118
 
-
 
119
=item 1 - Cache package versions. 
-
 
120
 
-
 
121
If version is not present in the cache, then it will be transferred.
-
 
122
 
-
 
123
=item 2 - Force caching of package versions. 
-
 
124
 
-
 
125
Will transfer the package even if it already exists in the cache. Not recommended.
-
 
126
 
-
 
127
=back
-
 
128
 
105
=item GBE_DPKG_LOCAL (optional)
129
=item GBE_DPKG_LOCAL (optional)
106
 
130
 
107
This the path to a group wide local package archive. This may be used to store
131
This the path to a group wide local package archive. This may be used to store
108
non-official packages that are under test or development.
132
non-official packages that are under test or development.
109
 
133