1
|
#
|
2
|
# build.conf.sample
|
3
|
#
|
4
|
# part of pfSense (https://www.pfsense.org)
|
5
|
# Copyright (c) 2004-2013 BSD Perimeter
|
6
|
# Copyright (c) 2013-2016 Electric Sheep Fencing
|
7
|
# Copyright (c) 2014-2022 Rubicon Communications, LLC (Netgate)
|
8
|
# All rights reserved.
|
9
|
#
|
10
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
# you may not use this file except in compliance with the License.
|
12
|
# You may obtain a copy of the License at
|
13
|
#
|
14
|
# http://www.apache.org/licenses/LICENSE-2.0
|
15
|
#
|
16
|
# Unless required by applicable law or agreed to in writing, software
|
17
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
# See the License for the specific language governing permissions and
|
20
|
# limitations under the License.
|
21
|
|
22
|
# Name of the product you are building, beware that only Netgate is legally
|
23
|
# authorized to build and distribute pfSense® software
|
24
|
export PRODUCT_NAME="nonSense"
|
25
|
export PRODUCT_URL="https://PRODUCT_URL/"
|
26
|
|
27
|
# Define FreeBSD repository, branch and specific commit
|
28
|
#export FREEBSD_REPO_BASE=https://github.com/freebsd/freebsd.git
|
29
|
#export FREEBSD_BRANCH=stable/10
|
30
|
#export GIT_FREEBSD_COSHA1=##HASH##
|
31
|
|
32
|
# Do not clean FreeBSD obj dirs
|
33
|
#export NO_CLEAN_FREEBSD_OBJ=YES
|
34
|
|
35
|
# rsync data to upload snapshots
|
36
|
#export RSYNCIP="your.snapshot.server"
|
37
|
#export RSYNCUSER="username"
|
38
|
#export RSYNCPATH="/usr/local/www/snapshots"
|
39
|
|
40
|
# rsync data to upload pkg repo
|
41
|
#export PKG_RSYNC_HOSTNAME="pkg_repo_hostname"
|
42
|
#export PKG_RSYNC_USERNAME="username"
|
43
|
#export PKG_RSYNC_SSH_PORT="22"
|
44
|
#export PKG_RSYNC_DESTDIR="/usr/local/www/beta/packages"
|
45
|
|
46
|
# pkg repo URL
|
47
|
#export PKG_REPO_SERVER_DEVEL="pkg+http://packages-beta.netgate.com/packages"
|
48
|
#export PKG_REPO_SERVER_RELEASE="pkg+http://packages.netgate.com"
|
49
|
#export PKG_REPO_SERVER_STAGING="pkg+http://release-staging.netgate.com/ce/packages"
|
50
|
|
51
|
# Branch to replace pkg.conf template, defaults to $GIT_REPO_BRANCH_OR_TAG
|
52
|
#export PKG_REPO_BRANCH_DEVEL="BRANCH"
|
53
|
#export PKG_REPO_BRANCH_RELEASE="BRANCH"
|