diff test/mocksudopbuilder.py @ 171:c0ea6cbb0fd2

Add "--debbuildopts -b" to "pbuilder build" command line to stop pbuilder from creating a source package. The .changes would otherwise contain references to that new source package instead of the one we passed to pbuilder. The checksums for the two source packages would be different so the .changes file would not match the source package that treepkg produces.
author Bernhard Herzog <bh@intevation.de>
date Mon, 23 Jun 2008 16:12:01 +0000
parents 98a7d70746a9
children
line wrap: on
line diff
--- a/test/mocksudopbuilder.py	Mon Jun 23 13:21:08 2008 +0000
+++ b/test/mocksudopbuilder.py	Mon Jun 23 16:12:01 2008 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# Copyright (C) 2007 by Intevation GmbH
+# Copyright (C) 2007, 2008 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh@intevation.de>
 #
@@ -44,6 +44,7 @@
     parser.add_option("--configfile")
     parser.add_option("--logfile")
     parser.add_option("--buildresult")
+    parser.add_option("--debbuildopts")
 
     opts, rest = parser.parse_args(args)
     return opts, rest
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)