-
Notifications
You must be signed in to change notification settings - Fork 8
/
build.conf.dist
37 lines (30 loc) · 1009 Bytes
/
build.conf.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
###########################################################################
# Generic settings
###########################################################################
# User / hostname to ssh / sftp into for storing work and finished builds
# (Optional)
SFTPUSER=""
SFTPHOST=""
export SFTPUSER SFTPHOST
# Set the remote dirs to store finshed ISO/PKGS
# (Optional)
SFTPFINALDIR=""
export SFTPFINALDIR
# Set the remote dir to use for storing temp build data
# (Optional)
SFTPWORKDIR=""
export SFTPWORKDIR
# Select which branch of ixbuild repo testing framework to use
# (Optional)
# IXBUILDBRANCH=""
# export IXBUILDBRANCH
###########################################################################
# TrueOS specific settings
###########################################################################
# Set PBI signing key
# This key is used to sign your PBI repo
PBI_REPO_KEY=""
export PBI_REPO_KEY
# Command used in 'pkg repo' to sign (I.E. signing_command: <cmd>)
PKGSIGNCMD=""
export PKGSIGNCMD