Project

General

Profile

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