[Piuparts-commits] [piuparts] 13/13: p: allow starting firebird2.5-super with --allow-database

Holger Levsen holger at moszumanska.debian.org
Sun Nov 24 05:28:35 UTC 2013


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

holger pushed a commit to branch develop
in repository piuparts.

commit 1a8e6c401cbc2e795ccb1b11d48456942867996b
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Nov 24 00:53:47 2013 +0100

    p: allow starting firebird2.5-super with --allow-database
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 debian/changelog                     | 1 +
 master-bin/detect_piuparts_issues.in | 1 +
 piuparts.py                          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 037c114..1988a5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ piuparts (0.56) UNRELEASED; urgency=low
     - Use temporary files while creating basetgz and rename afterwards.
     - Remove the package to be tested separately before removing its Depends
       and Recommends.
+    - --allow-database now also enables firebird2.5-super.
   * piuparts.conf:
     - New per-section settings:
       + components
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index b4f47f1..e39996f 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -52,6 +52,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -e 'invoke-rc.d: initscript mysql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'invoke-rc.d: initscript postgresql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'No database found online on port 5432' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e 'Firebird .* server already running.' $MASTER/$SECTION/$subdir >> $FILE
 	done
 done
 if [ -s $FILE ] ; then
diff --git a/piuparts.py b/piuparts.py
index ab1f2e1..9134924 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -1033,6 +1033,7 @@ class Chroot:
             policy += 'test "$1" = "mysql" && exit 0\n'
             policy += 'test "$1" = "postgresql" && exit 0\n'
             policy += 'test "$1" = "postgresql-8.3" && exit 0\n'
+            policy += 'test "$1" = "firebird2.5-super" && exit 0\n'
         policy += "exit 101\n"
         create_file(full_name, policy)
         os.chmod(full_name, 0755)

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



More information about the Piuparts-commits mailing list