[Pkg-debile-commits] [debile-master] 01/01: Remaining renamings from lucy to debile in the doc

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Fri Aug 23 09:47:01 UTC 2013


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

leo.cavaille-guest pushed a commit to branch master
in repository debile-master.

commit b3012f0daac339610367f037bdd13c8b3e80f242
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Aug 23 11:46:20 2013 +0200

    Remaining renamings from lucy to debile in the doc
---
 PACKAGING              |   64 +++++++++++++++++++-----------------------------
 skel/debile-master.ini |    2 +-
 2 files changed, 26 insertions(+), 40 deletions(-)

diff --git a/PACKAGING b/PACKAGING
index 433dbb7..9919230 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -9,23 +9,27 @@ System : fresh wheezy, up to date on 04 Jul 2013
 
 (root)
 * Create a dedicated user in the machine. This user will run the various services.
-    adduser --disabled-password --disabled-login --gecos "Lucy manager,,," --home /srv/lucy lucy
+    adduser --disabled-password --disabled-login --gecos "Debile master,,," --home /srv/debile debile
 
-(lucy)
+(debile)
 * Fetch the repo of lucy
-    cd ~ && git clone  https://github.com/LeoCavaille/lucy.git -b scan-build-html
-# Should be "git clone https://github.com/paultag/lucy.git" at some point
+    cd ~ && git clone git://git.debian.org/git/pkg-debile/debile-master.git
 
 (root)
 * Install postgresql
-    apt-get install postgresql postgresql-server-dev-9.1
+    apt-get install postgresql postgresql-server-dev-9.1i
+
+* Install postgresql debversion extension and load it
+    apt-get install postgresql-9.1-debversion
+    su - postgres
+    echo "CREATE EXTENSION debversion" | psql debile_master
 
 (root)
 * Create the database
     su - postgres
-    createuser -W  --no-superuser   --no-createrole  --no-createdb lucy
-    Enter: adamngoodpassword
-    createdb -O lucy lucy
+    createuser  --no-superuser --no-createrole  --no-createdb debile
+    createdb -O debile debile_master
+    echo "ALTER ROLE debile WITH PASSWORD 'adamngoodpassword'" | psql
 
 (root)
 * Install some deps :
@@ -37,24 +41,22 @@ System : fresh wheezy, up to date on 04 Jul 2013
     # For lucy-process-incoming
     apt-get install inoticoming
 
-(lucy)
-* Reconnect as lucy for virtualenvwrapper hooks
-    mkvirtualenv lucy && workon lucy
+(debile)
+* Reconnect as debile for virtualenvwrapper hooks
+    mkvirtualenv debile && workon debile
 
-(lucy) virtualenv=lucy
+(debile) virtualenv=debile
 * Install lucy dependancies
-    cd ~/lucy
+    cd ~/debile-master
     pip install -r requirements.txt
-    pip install python-debian
-    pip install chardet
 
-(lucy) virtualenv=lucy
+(debile) virtualenv=debile
 * Install lucy
     python setup.py develop
 
 (root)
 * Copy the configuration file at the right place
-    cp ~lucy/lucy/skel/lucy.ini /etc/lucy.ini
+    cp ~debile/debile-master/skel/debile-master.ini /etc/debile-master.ini
 
 Update:
 - suites
@@ -64,21 +66,6 @@ Update:
 - public - the URL of the pool (see further for the web server configuration)
 
 (root)
-* Create the paths and give rigts to lucy
-    mkdir -p /srv/local-mirror/pool /srv/local-mirror/incoming /srv/local-mirror/jobs
-    chown -R lucy. /srv/local-mirror
-
-(lucy)
-* Configure dput locally so that lucy can dput packages to the local mirror
-SAMPLE ~lucy/.dput.cf:
-###############################################################
-[local]
-fqdn = localhost
-method = local
-incoming = /srv/local-mirror/incoming
-###############################################################
-
-(root)
 * Setup an HTTP server for the local mirror
     apt-get install nginx
 * Edit the conf
@@ -100,10 +87,9 @@ cd /etc/nginx/sites-enabled && ln -s ../sites-available/lucy
     service nginx start
 
 
-(lucy) virtualenv=lucy
-* Run lucy
-    workon lucy
-    lucy-init
-    lucyd
-    ~/lucy/scripts/lucy-processd
-* Start your ethel builders
+(debile) virtualenv=debile
+* Run debile
+    workon debile
+    debile-init
+    debile-masterd
+* Start your debile-slave builders
diff --git a/skel/debile-master.ini b/skel/debile-master.ini
index 96e73d5..23b1793 100644
--- a/skel/debile-master.ini
+++ b/skel/debile-master.ini
@@ -5,7 +5,7 @@
 ; please refer to SQLAlchemy engine doc
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 [db]
-engine=postgresql://debile:adamngoodpassword@localhost/lucy
+engine=postgresql://debile:adamngoodpassword@localhost/debile_master
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; In this section you are to define what kind of jobs debile will

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