]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
standalone-reset: Add -$suite to current symlink
authorIan Campbell <Ian.Campbell@eu.citrix.com>
Thu, 31 Oct 2013 09:45:54 +0000 (09:45 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 31 Oct 2013 11:56:39 +0000 (11:56 +0000)
Required after ef3a6f2162ce "Add -$suite suffix to TftpDiVersion in code"

Written by: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
standalone-reset

index 621de59a9751274d302d4b003f1e9617282ff736..039dfeab9b895d60d051674276a83f8d04031743 100755 (executable)
@@ -100,8 +100,8 @@ else
                        echo "** need to generate d-i with firmware for $arch"
                        div=`./mg-debian-installer-update \
                                        $suite $arch $firmware`
-                       rm -f "$tftp/$dibase/$arch/current"
-                       ln -s $div "$tftp/$dibase/$arch/current"
+                       rm -f "$tftp/$dibase/$arch/current-$suite"
+                       ln -s $div "$tftp/$dibase/$arch/current-$suite"
                done
        fi
 fi