chiark / gitweb /
wip changes for remote push - beginning with remote protocol
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 26 Sep 2013 00:14:00 +0000 (01:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 26 Sep 2013 00:14:00 +0000 (01:14 +0100)
debian/changelog
dgit

index 104b6bb23f840c8b90164b7e6ebba3bf3eb8572b..bb7ff046a729aa228e1d7836a7db93be22402c00 100644 (file)
@@ -1,6 +1,6 @@
 dgit (0.16~experimental2) experimental; urgency=low
 
-  * 
+  * WIP remote functionality.  Untested, do not use.
 
  --
 
diff --git a/dgit b/dgit
index 5cdf21e14a5a75fe01fb94c57817b2dc6b8225cb..2fb3e0ef9e6589b843764591be1fd89c80bc6a01 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -906,6 +906,8 @@ sub push_parse_changelog ($) {
     my $clogp = Dpkg::Control::Hash->new();
     $clogp->load($clogpfn);
 
+    responder_send_file('parsed-changelog', $clogpfn);
+
     $package = getfield $clogp, 'Source';
     my $cversion = getfield $clogp, 'Version';
     my $tag = debiantag($cversion);