| Revision 460,
401 bytes
checked in by kazutaka, 17 years ago
(diff) |
|
CACHE_DOWNLOADED_FILES をデフォルト no に変更。
|
| Line | |
|---|
| 1 | # configuration file for self-build-setup |
|---|
| 2 | # |
|---|
| 3 | |
|---|
| 4 | # The top dirctory for building rpm package |
|---|
| 5 | # defaut = /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 | # cache downloaded files |
|---|
| 21 | # default = no |
|---|
| 22 | CACHE_DOWNLOADED_FILES=no |
|---|
Note: See
TracBrowser
for help on using the repository browser.