Project

General

Profile

Download (1.87 KB) Statistics
| Branch: | Tag: | Revision:
1
#
2
# build.conf.sample
3
#
4
# part of pfSense (https://www.pfsense.org)
5
# Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
6
# All rights reserved.
7
#
8
# 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
#
12
# http://www.apache.org/licenses/LICENSE-2.0
13
#
14
# 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

    
20
# Name of the product you are building, beware that only Netgate is legally
21
# authorized to build and distribute pfSense® software
22
export PRODUCT_NAME="nonSense"
23
export PRODUCT_URL="https://PRODUCT_URL/"
24

    
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
#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
#export PKG_REPO_SERVER_DEVEL="pkg+http://beta.pfsense.org/packages"
46
#export PKG_REPO_SERVER_RELEASE="pkg+http://pkg.pfsense.org/packages"
47
#export PKG_REPO_SERVER_STAGING="pkg+http://release-staging.netgate.com/ce/packages"
48

    
49
# Branch to replace pkg.conf template, defaults to $GIT_REPO_BRANCH_OR_TAG
50
#export PKG_REPO_BRANCH_DEVEL="BRANCH"
51
#export PKG_REPO_BRANCH_RELEASE="BRANCH"
(7-7/9)