-
Notifications
You must be signed in to change notification settings - Fork 12
/
sbuildrc
33 lines (27 loc) · 854 Bytes
/
sbuildrc
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
# *** VERIFY AND UPDATE $mailto and $maintainer_name BELOW ***
# Mail address where logs are sent to (mandatory, no default!)
#$mailto = 'ubuntu';
# Name to use as override in .changes files for the Maintainer: field
#$maintainer_name='ubuntu <ubuntu@localhost>';
# Directory for chroot symlinks and sbuild logs. Defaults to the
# current directory if unspecified.
#$build_dir='/home/ubuntu/ubuntu/build';
# Directory for writing build logs to
#$log_dir="/tmp";
# don't remove this, Perl needs it:
1;
$environment_filter = ['^PATH$',
'^DEB(IAN|SIGN)?_[A-Z_]+$',
'^(C(PP|XX)?|LD|F)FLAGS(_APPEND)?$',
'^USER(NAME)?$',
'^LOGNAME$',
'^HOME$',
'^TERM$',
'^SHELL$',
'^GOPROXY$',
'^CMAKE_CROSS_TOOLCHAIN_FLAGS_NATIVE$',
'^CC$',
'^CXX$',
'^DH_QUIET$',
'^DEB_BUILD_SYSTEM_OPTIONS$',
'^DEB_BUILD_MAINT_OPTIONS$' ];