[Pkg-debile-commits] [debile-master] 42/126: add config

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:11 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 1eb857daacf2aae18836db3d8447ad246a254ec0
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Wed May 29 21:10:25 2013 -0400

    add config
---
 eg/config.json |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/eg/config.json b/eg/config.json
index 04eba90..e5796e3 100644
--- a/eg/config.json
+++ b/eg/config.json
@@ -2,13 +2,10 @@
     "configs": [
         {
             "_id": "default",
-            "incoming": "/srv/lucy.pault.ag/incoming",
             "arches": [
                 "amd64"
             ],
-            "suites": [
-                "unstable"
-            ],
+            "incoming": "/srv/lucy.pault.ag/incoming",
             "job_classes": {
                 "binary": [
                     "piuparts",
@@ -25,7 +22,10 @@
             },
             "keyring": "/var/lib/lucy/keyring",
             "pool": "/srv/lucy.pault.ag/pool",
-            "public": "http://localhost/pool"
+            "public": "http://localhost/pool",
+            "suites": [
+                "unstable"
+            ]
         }
     ],
     "machines": [
@@ -38,13 +38,13 @@
         {
             "_id": "chayot",
             "auth": "password",
-            "gpg": "BDCF0DF8B500A91BFDD26103ED557BBBC1EB3C94", 
+            "gpg": "BDCF0DF8B500A91BFDD26103ED557BBBC1EB3C94",
             "owner": "paultag"
         },
         {
             "_id": "loki",
             "auth": "password",
-            "gpg": null,
+            "gpg": "C1C274ACEA4F7879378DC6960943D06F6CA9F2D8",
             "owner": "paultag"
         }
     ],
diff --git a/scripts/lucy-processd b/scripts/lucy-processd
old mode 100644
new mode 100755

-- 
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