Generate md5sum of windows binaries
authorMichael Prokop <devnull@localhost>
Sun, 4 Nov 2007 10:32:28 +0000 (11:32 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 4 Nov 2007 10:32:28 +0000 (11:32 +0100)
debian/changelog
grml-live

index f8b7fa1..ce6883e 100644 (file)
@@ -10,6 +10,7 @@ grml-live (0.0.8) unstable; urgency=low
   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
     softupdate action.
   * Remove /var/log/fai/* in class RELEASE.
   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
     softupdate action.
   * Remove /var/log/fai/* in class RELEASE.
+  * Generate md5sum of windows binaries.
 
  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
 
 
  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
 
index 2ebfa88..dbc43fc 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -447,6 +447,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then
                ( cd "$BUILD_OUTPUT"/windows
                  for file in pageant plink pscp psftp putty puttygen ; do
                     wget -O ${file}.exe ${WINDOWS_BINARIES}/${file}.exe
                ( cd "$BUILD_OUTPUT"/windows
                  for file in pageant plink pscp psftp putty puttygen ; do
                     wget -O ${file}.exe ${WINDOWS_BINARIES}/${file}.exe
+                    md5sum ${WINDOWS_BINARIES}/${file}.exe > ${WINDOWS_BINARIES}/${file}.exe.md5
                  done )
             fi
          fi
                  done )
             fi
          fi