[Bug 1266693] New: 3.3.1 Verifying checksums on Windows systems not correct

bugzilla at redhat.com bugzilla at redhat.com
Sat Sep 26 15:40:43 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1266693

            Bug ID: 1266693
           Summary: 3.3.1 Verifying checksums on Windows systems not
                    correct
           Product: Fedora Documentation
           Version: devel
         Component: install-guide
          Assignee: pbokoc at redhat.com
          Reporter: fran_hermida at hotmail.com
        QA Contact: docs-qa at lists.fedoraproject.org
                CC: pbokoc at redhat.com, zach at oglesby.co



Description of problem:
Powershell command for getting expected checksum not correct:

$expected_checksum = ((Get-Content $checksum_file | Select-String -Pattern
$image) -split " ")[0].ToLower()

Should be:

$expected_checksum = ((Get-Content $checksum_file | Select-String -Pattern
$image) -split " ")[3].ToLower()

since checksum file content is:

SHA256 (Fedora-Live-Workstation-x86_64-22-3.iso) =
615abfc89709a46a078dd1d39638019aa66f62b0ff8325334f1af100551bb6cf

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the docs-qa mailing list