# configuration file for self-build-setup # # The top directory for building rpm package # default = /var/tmp TEMP_DIR=/var/tmp # 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 # 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). WGET_OPTS="-T 10 -t 5" # cache downloaded files # default = no CACHE_DOWNLOADED_FILES=no