summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-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");