Project

General

Profile

Download (1.96 KB) Statistics
| Branch: | Tag: | Revision:
1 d27cb78d Renato Botelho
#
2 c5d81585 Renato Botelho
# build.conf.sample
3
#
4
# part of pfSense (https://www.pfsense.org)
5 38809d47 Renato Botelho do Couto
# Copyright (c) 2004-2013 BSD Perimeter
6
# Copyright (c) 2013-2016 Electric Sheep Fencing
7 a68f7a3d Luiz Otavio O Souza
# Copyright (c) 2014-2024 Rubicon Communications, LLC (Netgate)
8 c5d81585 Renato Botelho
# All rights reserved.
9 d27cb78d Renato Botelho
#
10 b12ea3fb Renato Botelho
# 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 d27cb78d Renato Botelho
#
14 b12ea3fb Renato Botelho
# http://www.apache.org/licenses/LICENSE-2.0
15 d27cb78d Renato Botelho
#
16 b12ea3fb Renato Botelho
# 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 d27cb78d Renato Botelho
22 81299b5c Renato Botelho
# Name of the product you are building, beware that only Netgate is legally
23 d689bc7d Luiz Otavio O Souza
# authorized to build and distribute pfSense® software
24 d27cb78d Renato Botelho
export PRODUCT_NAME="nonSense"
25 46f33ce5 Renato Botelho
export PRODUCT_URL="https://PRODUCT_URL/"
26 d27cb78d Renato Botelho
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 6921fd5a Renato Botelho
#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 00c9d739 Renato Botelho do Couto
#export PKG_REPO_SERVER_DEVEL="pkg+http://packages-beta.netgate.com/packages"
48
#export PKG_REPO_SERVER_RELEASE="pkg+http://packages.netgate.com"
49 f4958194 Renato Botelho
#export PKG_REPO_SERVER_STAGING="pkg+http://release-staging.netgate.com/ce/packages"
50 6921fd5a Renato Botelho
51
# Branch to replace pkg.conf template, defaults to $GIT_REPO_BRANCH_OR_TAG
52 74a4eefb Renato Botelho
#export PKG_REPO_BRANCH_DEVEL="BRANCH"
53
#export PKG_REPO_BRANCH_RELEASE="BRANCH"