ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/gar/garrc.sample
Revision: 1
Committed: Sat Jun 20 14:58:51 2026 UTC (4 weeks, 3 days ago) by operz
File size: 606 byte(s)
Log Message:
Initial import of OZSW mgar build tree

File Contents

# Content
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