[kup] 04/18: Typo fix and record changes in ChangeLog

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Apr 9 02:47:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kup.

commit 21615423ce5bbd85cecd0891c5471a8f2f7f893a
Author: Konstantin Ryabitsev <konstantin at linuxfoundation.org>
Date:   Tue Mar 14 16:34:06 2017 -0400

    Typo fix and record changes in ChangeLog
    
    Accept a small patch from Sitaram for the DELETE/DIR string change, and
    record the changes in ChangeLog.
    
    Signed-off-by: Konstantin Ryabitsev <konstantin at linuxfoundation.org>
---
 ChangeLog  | 5 +++++
 kup-server | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e9b8d68..db969aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-14 Konstantin Ryabitsev <mricon at kernel.org> - 0.3.5
+	* Add support for "subcmd" option for kup client, for cases where
+	  kup is used with another authZ system relying on ssh (specifically,
+	  gitolite).
+	* Small typo fixes
 2012-12-10 Konstantin Ryabitsev <mricon at kernel.org> - 0.3.4
 	* Calculate and log sha256sums of all uploaded files for forensic
 	  record-keeping.
diff --git a/kup-server b/kup-server
index a25bdb0..02dd502 100755
--- a/kup-server
+++ b/kup-server
@@ -1197,7 +1197,7 @@ sub do_dir(@)
 	my(@args) = @_;
 
 	if (scalar(@args) != 1) {
-		fatal("Bad DELETE command");
+		fatal("Bad DIR command");
 	}
 
 	my($dir) = @args;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kup.git



More information about the Kernel-svn-changes mailing list