summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-07 02:44:23 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-07 02:44:25 +0000
commite29b49fdc614b9a8dfd668dc42e40d87cd381df4 (patch)
treef116b0530862e00c089543b3573090a876aea21a
parent59fbae9cfaa385e896af7714ee697a675de557ec (diff)
dgit: Always print canonical suite name
Not only when a noncanonical one was specified. This makes some output less confusing - especially when combined with the forthcoming multisuite feature. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgit b/dgit
index bc9f74e..cdc7c16 100755
--- a/dgit
+++ b/dgit
@@ -1562,6 +1562,8 @@ sub canonicalise_suite () {
$csuite = archive_query('canonicalise_suite');
if ($isuite ne $csuite) {
progress "canonical suite name for $isuite is $csuite";
+ } else {
+ progress "canonical suite name is $csuite";
}
}