From e8b6fa044b8df746e84aa034a44d7c96156cc546 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 9 Oct 2013 01:45:37 +0100 Subject: implement initiator_expect --- TODO | 2 ++ dgit | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 5890597..7a3d688 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +implement i_resp_* + --gpg= etc. @gpg should be in manual should pass @gpg to debsign --ssh= etc. @ssh should be in manual diff --git a/dgit b/dgit index 8482381..381b731 100755 --- a/dgit +++ b/dgit @@ -233,7 +233,10 @@ sub responder_receive_files ($@) { #---------- remote protocol support, initiator ---------- - +sub initiator_expect (&) { + my ($match) = @_; + protocol_expect \*RO, &$match; +} #---------- end remote code ---------- -- cgit v1.2.3