| 1 |
operz |
1 |
# vim: ft=make |
| 2 |
|
|
# |
| 3 |
|
|
# ~/.garrc - Local settings file for the CSW build system. |
| 4 |
|
|
# |
| 5 |
|
|
# For the most part, any setting found in gar.conf.mk can be overridden by |
| 6 |
|
|
# setting (or unsetting) the variable in this file. The system gar.conf.mk |
| 7 |
|
|
# provides a reasonable set of defaults, but customizations may be required to |
| 8 |
|
|
# build packages outside of the CSW build stack. |
| 9 |
|
|
# |
| 10 |
|
|
|
| 11 |
|
|
# Packaging information |
| 12 |
|
|
SPKG_PACKAGER = Joe Developer |
| 13 |
|
|
SPKG_EMAIL = jdev@domain.org |
| 14 |
|
|
|
| 15 |
|
|
# Where to put finished packages |
| 16 |
|
|
SPKG_EXPORT = /export/home/jdev/staging/build-$(shell date '+%d.%b.%Y') |
| 17 |
|
|
|
| 18 |
|
|
# Proxy settings |
| 19 |
|
|
#http_proxy = |
| 20 |
|
|
#ftp_proxy = |
| 21 |
|
|
|