Revision 7361,
584 bytes
checked in by munepi, 10 years ago
(diff) |
add additional wget options
|
Line | |
---|
1 | # configuration file for self-build-setup |
---|
2 | # |
---|
3 | |
---|
4 | # The top directory for building rpm package |
---|
5 | # default = /var/tmp |
---|
6 | TEMP_DIR=/var/tmp |
---|
7 | |
---|
8 | # User who build the rpm packages |
---|
9 | # default = selfbuild |
---|
10 | BUILD_USER=selfbuild |
---|
11 | |
---|
12 | # show download progress |
---|
13 | # default = yes |
---|
14 | DL_SHOW_PROGRESS=yes |
---|
15 | |
---|
16 | # show build progress |
---|
17 | # default = yes |
---|
18 | BUILD_SHOW_PROGRESS=yes |
---|
19 | |
---|
20 | # additional wget options |
---|
21 | # default = "-T 10 -t 5" |
---|
22 | # -T SECONDS: set all timeout values to SECONDS. |
---|
23 | # -t NUMBER: set number of retries to NUMBER (0 unlimits). |
---|
24 | WGET_OPTS="-T 10 -t 5" |
---|
25 | |
---|
26 | # cache downloaded files |
---|
27 | # default = no |
---|
28 | CACHE_DOWNLOADED_FILES=no |
---|
Note: See
TracBrowser
for help on using the repository browser.