source: projects/self-build-setup/trunk/self-build.conf @ 7361

Revision 7361, 584 bytes checked in by munepi, 11 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
6TEMP_DIR=/var/tmp
7
8# User who build the rpm packages
9# default = selfbuild
10BUILD_USER=selfbuild
11
12# show download progress
13# default = yes
14DL_SHOW_PROGRESS=yes
15
16# show build progress
17# default = yes
18BUILD_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).
24WGET_OPTS="-T 10 -t 5"
25
26# cache downloaded files
27# default = no
28CACHE_DOWNLOADED_FILES=no
Note: See TracBrowser for help on using the repository browser.