[Pkg-debile-commits] [debile-master] 01/01: Minor fixes on documentation and condition

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Wed Aug 28 09:58:21 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 032d936378a2ca4fa83efc2857c57f34ce4b87a9
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Wed Aug 28 11:58:02 2013 +0200

    Minor fixes on documentation and condition
---
 PACKAGING                |    3 +--
 debilemaster/incoming.py |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/PACKAGING b/PACKAGING
index 9919230..1c203af 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -21,8 +21,6 @@ System : fresh wheezy, up to date on 04 Jul 2013
 
 * 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
@@ -30,6 +28,7 @@ System : fresh wheezy, up to date on 04 Jul 2013
     createuser  --no-superuser --no-createrole  --no-createdb debile
     createdb -O debile debile_master
     echo "ALTER ROLE debile WITH PASSWORD 'adamngoodpassword'" | psql
+    echo "CREATE EXTENSION debversion" | psql debile_master
 
 (root)
 * Install some deps :
diff --git a/debilemaster/incoming.py b/debilemaster/incoming.py
index f0185ec..7dda5e0 100644
--- a/debilemaster/incoming.py
+++ b/debilemaster/incoming.py
@@ -234,7 +234,7 @@ def add_jobs(package):
         # so that any builder arch can take jobs
         if package.type == 'source':
             arch = 'all'
-        else
+        else:
             arch = package.arch
         j = Job(package=package,
                 suite=package.suite,

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