# # configuration file for self-build-setup # # The top directory for building rpm package # default = /var/tmp # If your system has enough large memory (about 4GB or larger), # you may give TEMP_DIR to a directory on tmpfs. # For example, TEMP_DIR=/dev/shm TEMP_DIR=/var/tmp # cache downloaded files # default = no # If you give CACHE_DOWNLOADED_FILES yes, # self-build cache the downloaded files to /var/cache/self-build. CACHE_DOWNLOADED_FILES=no # additional wget options # default = "-T 10 -t 5" # -T SECONDS: set all timeout values to SECONDS. # -t NUMBER: set number of retries to NUMBER (0 unlimits). # You MUST NOT give the variable WGET_OPTS the options -O and -N! # You also SHOULD NOT make /var/lib/selfbuild/.wgetrc! WGET_OPTS="-T 10 -t 5" # User who build the rpm packages # default = selfbuild BUILD_USER=selfbuild # show download progress # default = yes DL_SHOW_PROGRESS=yes # show build progress # default = yes BUILD_SHOW_PROGRESS=yes