jdahlin - r7166 - in flumotion/trunk: . common
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Fri Aug 1 17:04:45 CEST 2008
Author: jdahlin
Date: Fri Aug 1 17:04:44 2008
New Revision: 7166
Log:
2008-08-01 Johan Dahlin <johan at flumotion.com>
* Makefile.am:
Remove trailing :
* common/common.mk:
Also run it on all files in the sourcedir, in case
they are not the same
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/Makefile.am
flumotion/trunk/common/common.mk
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Fri Aug 1 17:04:44 2008
@@ -1,6 +1,14 @@
2008-08-01 Johan Dahlin <johan at flumotion.com>
* Makefile.am:
+ Remove trailing :
+ * common/common.mk:
+ Also run it on all files in the sourcedir, in case
+ they are not the same
+
+2008-08-01 Johan Dahlin <johan at flumotion.com>
+
+ * Makefile.am:
* common/common.mk:
Add check-local-pep8 which runs the pep8.py script
on all python files in the tree
Modified: flumotion/trunk/Makefile.am
==============================================================================
--- flumotion/trunk/Makefile.am (original)
+++ flumotion/trunk/Makefile.am Fri Aug 1 17:04:44 2008
@@ -66,7 +66,7 @@
integration:
trial tests.integration
-check-local: check-local-pep8:
+check-local: check-local-pep8
# generated by make check during make distcheck and translation stuff
DISTCLEANFILES = \
Modified: flumotion/trunk/common/common.mk
==============================================================================
--- flumotion/trunk/common/common.mk (original)
+++ flumotion/trunk/common/common.mk Fri Aug 1 17:04:44 2008
@@ -13,7 +13,7 @@
for f in $(CONFIG); do $(top_builddir)/env bash -c "export PYTHONPATH=$(FLUMOTION_DIR):$(top_srcdir)${PYTHONPATH:+:$PYTHONPATH} && $(PYTHON) $(top_srcdir)/common/validate-config.py $(srcdir)/$$f"; done
check-local-pep8:
- find $(top_builddir) -name \*.py|xargs $(PYTHON) $(top_srcdir)/misc/pep8.py
+ find $(top_srcdir) $(top_builddir) -name \*.py|sort|uniq|xargs $(PYTHON) $(top_srcdir)/misc/pep8.py
coverage:
@trial --temp-directory=_trial_coverage --coverage flumotion.test
More information about the flumotion-commit
mailing list