[Pkg-bazaar-commits] ./bzr-builddeb/unstable r194: * when running the testsuite, set home directory to effectively disable

Reinhard Tartler siretart at tauware.de
Thu Feb 14 18:52:50 UTC 2008


------------------------------------------------------------
revno: 194
committer: Reinhard Tartler <siretart at tauware.de>
branch nick: unstable
timestamp: Sat 2007-11-10 23:36:16 +0100
message:
  * when running the testsuite, set home directory to effectively disable
    any user installed plugins
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-11-05 21:01:30 +0000
+++ b/debian/changelog	2007-11-10 22:36:16 +0000
@@ -18,8 +18,10 @@
   [ Reinhard Tartler ]
   * (Build-)Depend on python-apt
   * bump dependency on bzrtools
+  * when running the testsuite, set home directory to effectively disable
+    any user installed plugins
 
- -- Reinhard Tartler <siretart at tauware.de>  Mon, 05 Nov 2007 22:01:09 +0100
+ -- Reinhard Tartler <siretart at tauware.de>  Sat, 10 Nov 2007 23:35:57 +0100
 
 bzr-builddeb (0.91) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-07-10 21:21:19 +0000
+++ b/debian/rules	2007-11-10 22:36:16 +0000
@@ -23,7 +23,8 @@
 	python$* setup.py build
 ifeq (,$(findstring nocheck,$(DEBBUILDOPTS)))
 ifeq (,$(findstring notest,$(DEBBUILDOPTS)))
-	python$* __init__.py
+	# set home directory to effectively disable any user installed plugins
+	HOME=/tmp python$* __init__.py
 endif
 endif
 	touch $@



More information about the Pkg-bazaar-commits mailing list