source: trunk/debathena/scripts/build-server/dot-sbuildrc @ 25902

Revision 25902, 844 bytes checked in by jdreed, 11 years ago (diff)
Put relevant dotfiles under version control
Line 
1# This is the ~/.sbuildrc for the 'builder' account
2$mailto = undef;
3$log_dir = '/tmp/sbuild-logs';
4$maintainer_name = 'Debathena Project <debathena@mit.edu>';
5$force_orig_source = 1;
6$sbuild_mode = 'user';
7# Pass all DEBATHENA-specific variables to external commands
8# (e.g. chroot-sources)
9# N.B. This replaces the default value, it does not union them.
10# So ensure that this has the defaults as noted in sbuild.conf
11$environment_filter = [ '^DEBATHENA_',
12                        '^KRB5CCNAME_',
13                        '^PATH$',
14                        '^DEB(IAN|SIGN)?_[A-Z_]+$',
15                        '^(C(PP|XX)?|LD|F)FLAGS(_APPEND)?$',
16                        '^USER(NAME)?$',
17                        '^LOGNAME$',
18                        '^HOME$',
19                        '^TERM$',
20                        '^SHELL$'];
21# Ensure file evaluates as true in Perl
221;
23
Note: See TracBrowser for help on using the repository browser.