Skip to content

Commit

Permalink
Makefile: Adds assert-clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jul 18, 2016
1 parent a7e066f commit 02b5ca0
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ pull:
push:
$(GIT) submodule foreach $(GIT) push

assert-clean:
$(GIT) submodule foreach $(GIT) diff-index --quiet HEAD --

$(LIBRABBITMQ):
$(GIT) clone "$(GITUSER)@$(GITHUB):$(GITLIBRABBITMQ)" $@

Expand Down Expand Up @@ -151,6 +154,7 @@ help:
@echo " reqs-cyanide - Install Cyanide requirements."
@echo " reqs-django-celery - Install Django-Celery requirements."
@echo " reqs-sphinx_celery - Install Sphinx-Celery requirements."
@echo " assert-clean - Error if any repositories changed."
@echo "pull - Pull changes from all repositories."
@echo "push - Push changes from all repositories."
@echo "develop - Run setup.py develop for all modules."
Expand Down
2 changes: 1 addition & 1 deletion case
Submodule case updated 1 files
+10 −0 .cookiecutterrc
2 changes: 1 addition & 1 deletion celery
Submodule celery updated 589 files
2 changes: 1 addition & 1 deletion cyanide
2 changes: 1 addition & 1 deletion kombu
Submodule kombu updated 147 files
2 changes: 1 addition & 1 deletion sphinx_celery
2 changes: 1 addition & 1 deletion vine

0 comments on commit 02b5ca0

Please sign in to comment.