summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-18 12:14:51 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-18 13:27:59 +0100
commit226518037ab030a717936762712a0d9431c04a6f (patch)
tree4e76e44cbfd9c2e21513e4e72457875b5f2262b2
parent54aa7290e5498423429298dee1de2f013d1576fa (diff)
dgit: Add a couple of comments
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit7
1 files changed, 5 insertions, 2 deletions
diff --git a/dgit b/dgit
index af3a96a..5fecf29 100755
--- a/dgit
+++ b/dgit
@@ -1802,8 +1802,9 @@ sub mergeinfo_version ($) {
}
sub fetch_from_archive () {
- # ensures that lrref() is what is actually in the archive,
- # one way or another
+ # Ensures that lrref() is what is actually in the archive,
+ # one way or another. If there is nothing in the archive,
+ # leaves lrref alone and returns 0.
get_archive_dsc();
if ($dsc) {
@@ -2617,6 +2618,8 @@ END
$changesfile = "$buildproductsdir/$changesfile";
}
+ # Checks complete, we're going to try and go ahead:
+
responder_send_file('changes',$changesfile);
responder_send_command("param head $dgithead");
responder_send_command("param csuite $csuite");