]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
mg-debian-installer-update: Print a TftpDiVersion_$suite setting too
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 18 Mar 2016 15:19:49 +0000 (15:19 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Mar 2016 15:19:49 +0000 (15:19 +0000)
The human running this script might want to update a suite-specific
value, or the global value.  Print an example of the suite-specific
value too.

No functional change other than to example config output.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
mg-debian-installer-update

index c969f1e4ae53a4856b8197cfd1f49842ae8cb23b..0d4f772dff4ea3490d8b228bacfbd60d70b86a66 100755 (executable)
@@ -178,4 +178,5 @@ if [ x$tftpdiversion = xcurrent ]; then
 fi
 
 echo "TftpDiVersion $date"
+echo "TftpDiVersion_$suite $date"
 echo >&2 "downloaded $dstroot/$dst"