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

Revision 439, 403 bytes checked in by munepi, 14 years ago (diff)

added CACHE_DOWNLOADED_FILES option to cache downloaded files

Line 
1# configuration file for self-build-setup
2#
3
4# The top dirctory for building rpm package
5# defaut = /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# cache downloaded files
21# default = yes
22CACHE_DOWNLOADED_FILES=yes
Note: See TracBrowser for help on using the repository browser.