From ae47cc5437c5a9c6143787d2978c91faf4d73ace Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 23 Aug 2011 15:05:06 -0400 Subject: Added .sbuildrc --- .sbuildrc | 24 ++++++++++++++++++++++++ dm | 1 + 2 files changed, 25 insertions(+) create mode 100644 .sbuildrc diff --git a/.sbuildrc b/.sbuildrc new file mode 100644 index 0000000..c8b84bf --- /dev/null +++ b/.sbuildrc @@ -0,0 +1,24 @@ +# *** VERIFY AND UPDATE $mailto and $maintainer_name BELOW *** + +# Mail address where logs are sent to (mandatory, no default!) +$mailto = 'ryan'; + +# Name to use as override in .changes files for the Maintainer: field +# (mandatory, no default!). +$maintainer_name='Ryan Kavanagh '; + +# Directory for chroot symlinks and sbuild logs. Defaults to the +# current directory if unspecified. +#$build_dir='/home/ryan/ubuntu/build'; + +# Directory for writing build logs to +$log_dir="/home/ryan/ubuntu/logs"; + +$build_environment = { + 'CCACHE_DIR' => '/ccache', + 'PATH' => '/usr/lib/ccache:$PATH' +}; + + +# don't remove this, Perl needs it: +1; diff --git a/dm b/dm index 45431c7..5dcd448 100755 --- a/dm +++ b/dm @@ -35,6 +35,7 @@ GLOBAL_FILES = \ .offlineimap.py \ .pythonrc.py \ .quiltrc-dpkg \ + .sbuildrc \ .screenlayout/ \ .signature \ .vim/ \ -- cgit v1.2.3