index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-01-03 15:27:48 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-03 15:27:48 +0100 |
commit | 1feca7e5466dec92bba8ffb088aef21c07e1a4bc (patch) | |
tree | 077e7c056230f26ba58ebcb867e5ed4ed4bdc13e /conf | |
parent | bbc75ad1f15f7ffa5174ac607c54b9ff17720178 (diff) |
-rwxr-xr-x | conf/default.conf | 4 |
diff --git a/conf/default.conf b/conf/default.conf index 34c1ccf..a73c3db 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -96,6 +96,10 @@ staging_package_repositories=$( printf '%s\n' 'community-staging' 'staging' ) +# irc client configuration +irc_dir='/home/slave/irc/irc.freenode.net' +irc_password='top_secret' + # possibly pull in custom modifications # shellcheck source=/dev/null |