mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
The old "zulip_internal" name was from back when Zulip, Inc. had two distributions of Zulip, the enterprise distribution in puppet/zulip/ and the "internal" SAAS distribution in puppet/zulip_internal. I think the name is a bit confusing in the new fully open-source Zulip work, so we're replacing it with "zulip_ops". I don't think the new name is perfect, but it's better. In the following commits, we'll delete a bunch of pieces of Zulip, Inc.'s infrastructure that don't exist anymore and thus are no longer useful (e.g. the old Trac configuration), with the goal of cleaning the repository of as much unnecessary content as possible.
22 lines
791 B
Plaintext
22 lines
791 B
Plaintext
# Mail address where logs are sent to (mandatory, no default!)
|
|
$mailto = 'buildd-maintainers@zulip.net';
|
|
|
|
# Directory for chroot symlinks and sbuild logs. Defaults to the
|
|
# current directory if unspecified. (Deprecated.) Leave this unset;
|
|
# umt compare-bin relies upon this being unset.
|
|
#
|
|
# The above comment is a lie. ~ lfaraone
|
|
$build_dir='/home/zulip/ubuntu/build';
|
|
|
|
# Directory for writing build logs to
|
|
$log_dir="/home/zulip/ubuntu/logs";
|
|
|
|
# Override default sbuild dependency resolver (see 'man sbuild'). The default
|
|
# resolver (apt) mostly works ok but not always (eg, oneiric libreoffice).
|
|
# Use 'apt', 'aptitude', 'internal'. Can also use '--build-dep-resolver' with
|
|
# sbuild or '--sbuild-dep-resolver' with umt.
|
|
#$build_dep_resolver="apt";
|
|
|
|
# don't remove this, Perl needs it:
|
|
1;
|