summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--v4l/ChangeLog9
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dac78fc94..7d960135b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BUILD_DIR := $(shell pwd)/v4l
REPO_PULL := http://linuxtv.org/hg/v4l-dvb
-REPO_PUSH := ssh://linuxtv.org/hg/v4l-dvb
+REPO_PUSH := ssh://$(CHANGE_LOG_LOGIN)@linuxtv.org/hg/v4l-dvb
ifeq ($(EDITOR),)
ifeq ($(VISUAL),)
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index ce6c5e6f6..eff06d726 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-29 13:42 hverkuil
+
+ * Makefile:
+ Use the login name with the ssh URL. This allows you to use
+ make push, even if your local username differs from the repo
+ username.
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+
2006-01-29 13:30 hverkuil
* README.HG: