[Pkg-debile-commits] [debile-master] 98/126: Added default configuration file for lucy

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:22 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit ac8b46ea76f1d02e978fe4f4e902df3cadfae2d4
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Jul 26 19:47:14 2013 +0200

    Added default configuration file for lucy
---
 skel/lucy.ini |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/skel/lucy.ini b/skel/lucy.ini
new file mode 100644
index 0000000..d891e5f
--- /dev/null
+++ b/skel/lucy.ini
@@ -0,0 +1,43 @@
+; LUCY daemon configuration
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; Database configuration used by SQLAlchemy
+; please refer to SQLAlchemy engine doc
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+[db]
+engine=postgresql://lucy:adamngoodpassword@localhost/lucy
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; In this section you are to define what kind of jobs lucy will
+; create or accept
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+[jobs]
+suites=unstable,testing
+; Define the type of jobs you want to run with source package (comma separated 
+; list). This must be ethel.commands module names
+source=lintian,clanganalyzer,perlcritic
+; Idem for binary packages
+binary=lintian,piuparts,adequate
+; For the arches listed here by commas, lucy will create build
+; jobs for source packages
+; It will also execute binary jobs for all of the architectures
+arches=amd64,i386
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; Different paths needed to access or to store lucy files
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+[paths]
+; NOT USED YET
+#keyring=
+; This has to be the dput target of ricky
+; Here will be received the incoming packages to process, this folder will be
+; watched by lucy-processd
+incoming=/srv/local-mirror/incoming
+; The pool meaning that packages are moved here like in an archive to be downloaded
+; elsewhere (dget by ethel for instance)
+pool=/srv/local-mirror/pool
+; A public URL to access the system path "pool" defined above, you must install
+; some http server (apache, nginx...)
+public=http://debian-archive.via.ecp.fr/pool
+; The place we put the reports in, you can download them through debuild.me links
+job=/srv/local-mirror/jobs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list