summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 9d6f7c3e7..f0101af9a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,6 @@
BUILD_DIR := $(shell pwd)/v4l
TMP ?= /tmp
REPO_PULL := http://linuxtv.org/hg/v4l-dvb
-ifeq ($(REPO_PUSH),)
- ifneq ($(CHANGE_LOG_LOGIN),)
- REPO_PUSH := ssh://$(CHANGE_LOG_LOGIN)@linuxtv.org/hg/v4l-dvb
- else
- REPO_PUSH := ssh://linuxtv.org/hg/v4l-dvb
- endif
-endif
ifeq ($(EDITOR),)
ifeq ($(VISUAL),)
@@ -40,8 +33,8 @@ pull update v4l-update::
-hg pull -u $(REPO_PULL)
push::
- @echo "Pushing changes to master repository $(REPO_PUSH)"
- -hg push $(REPO_PUSH)
+ @echo "Pushing changes to master repository"
+ -hg push
whitespace:
@echo "Cleaning bad whitespaces"