[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Cloud not commit to cloud-init



Hi,

git svn dcommit
Committing to
svn+ssh://svn.debian.org/svn/python-apps/packages/cloud-init/trunk ...
	M	debian/changelog
	M	debian/rules
Permission denied: Can't create directory
'/svn/python-apps/db/transactions/9676-1.txn': Permission denied at
/usr/lib/git-core/git-svn line 922

Charles, can you commit the attached patch? Are the python module and
python apps team separated in Alioth?

Cheers,

Thomas
>From 8d431e038d6ddeda37a0e33990efec63fcd8735c Mon Sep 17 00:00:00 2001
From: Thomas Goirand <thomas@goirand.fr>
Date: Sun, 26 May 2013 16:31:00 +0000
Subject: [PATCH] Made the "make test" respect DEB_BUILD_OPTIONS=nocheck.

---
 debian/changelog |    7 +++++--
 debian/rules     |    2 ++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 27f1ee4..d087576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cloud-init (0.7.2-1) UNRELEASED; urgency=low
+cloud-init (0.7.2-2) UNRELEASED; urgency=low
 
   * New upstream release.
 
@@ -10,7 +10,10 @@ cloud-init (0.7.2-1) UNRELEASED; urgency=low
   * Normalised debian/control with config-model-edit (this drops some
     constraints on packages versions that are satisfied even in oldstable).
 
- -- Jakub Wilk <jwilk@debian.org>  Sun, 05 May 2013 18:04:56 +0200
+  [ Thomas Goirand ]
+  * Made the "make test" respect DEB_BUILD_OPTIONS=nocheck.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 26 May 2013 16:29:45 +0000
 
 cloud-init (0.7.1-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index aeb1d42..3570c16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,11 @@ override_dh_install:
 	dh_install
 	rm -rf debian/cloud-init/usr/lib/python?.?/dist-packages/tests
 
+ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	dh_auto_test
 	$(MAKE) test
+endif
 
 override_dh_installinit:
 	dh_installinit --no-start --no-restart-on-upgrade
-- 
1.7.10.4


Reply to: