[Pkg-debile-commits] [debile-slave] 09/28: Update installation steps. Fix scan-build bug

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:55:20 UTC 2013


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

sylvestre pushed a commit to branch master
in repository debile-slave.

commit f174d4eb687950e5fa2809e5e9118231c6da60d9
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Aug 10 00:31:51 2013 +0200

    Update installation steps. Fix scan-build bug
---
 PACKAGING      |   42 +++++-------------------------------------
 skel/ethel.ini |    2 +-
 2 files changed, 6 insertions(+), 38 deletions(-)

diff --git a/PACKAGING b/PACKAGING
index 8c0e18c..acbacea 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -51,44 +51,12 @@ System : fresh wheezy, up to date on 04 Jul 2013
 
 * Configure the conf file !
 
-SAMPLE /etc/ethel.ini :
-###############################################################
-[host]
-# The address or IP to contact lucy
-host=debian-manager.via.ecp.fr
-# The port to contact lucy
-port=20017
-
-# Authentication to lucy
-user=debian-builder1
-password=password
-
-# Where to dput, must be an entry of the ~/.dput.cf
-dput-host=debian-manager
-# Where to send the logs, the same host as dput, same path without incoming/
-copy=scp {src} lucy at debian-manager.via.ecp.fr:{dest}
-
-# The GPG key of the builder machine
-# `gpg --list-secret-keys --fingerprint | grep fingerprint | cut -d'=' -f2 | tr -d ' '`
-gpg=D0FEF8101640900183B8C37A42FE51628224AAA3
-# The keyring where this key is
-keyring=/srv/ethel/.gnupg/secring.gpg
-
-# The builder capabilities
-suites=unstable
-arches=amd64,all
-all-arch=amd64
-###############################################################
-
-* You must export the GPG key and import it in lucy keyring
-gpg --export --armor D05089402742271DAAEC1E971AB3ED6D14F11B25 > gpg-key
-scp gpg-key root at irill1.inria.fr:~lucy/
-On the lucy server:
-gpg --import gpg-key
-
-* Configure the database also on lucy
-insert into machines (name, gpg_fingerprint, password) VALUES ('node-name','gpg-key','foo_bar')
+* Install paul see at https://github.com/LeoCavaille/paul
+* paul --host irill1.inria.fr --port 20017 --user admin
+> machine
+> create <nodename> <passwordsameinconfig> <gpgkeyidfreshlycreated>
 
+This adds an entry in lucy database and copy the gpg key in lucy keyring
 
 (ethel)
 * In the ~/dput.cf I set up debian-manager target
diff --git a/skel/ethel.ini b/skel/ethel.ini
index 7c63175..9981ad5 100644
--- a/skel/ethel.ini
+++ b/skel/ethel.ini
@@ -11,7 +11,7 @@ password=password
 # Where to dput, must be an entry of the ~/.dput.cf
 dput-host=debian-manager
 # Where to send the logs, the same host as dput, same path without incoming/
-copy=scp {src} lucy at debian-manager.via.ecp.fr:{dest}
+copy=scp -r {src} lucy at debian-manager.via.ecp.fr:{dest}
 
 [gpg]
 # The GPG key of the builder machine

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



More information about the Pkg-debile-commits mailing list