Ubuntu Pastebin

Paste from nacc at Wed, 12 Apr 2017 19:10:12 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# *** VERIFY AND UPDATE $mailto and $maintainer_name BELOW ***

# Mail address where logs are sent to (mandatory, no default!)
$mailto='nacc@localhost';

# Name to use as override in .changes files for the Maintainer: field
$maintainer_name='Nishanth Aravamudan <nish.aravamudan@canonical.com>';

# Directory for chroot symlinks and sbuild logs.  Defaults to the
# current directory if unspecified.
$build_dir='/home/nacc/ubuntu/build';

# Directory for writing build logs to
$log_dir="/home/nacc/ubuntu/logs";

# for now
$build_environment = {
	'DEB_BUILD_OPTIONS' => $ENV{'DEB_BUILD_OPTIONS'}
};

# don't remove this, Perl needs it:
1;
Download as text