Merge lp:~javier-lopez/ubuntu-nexus7/fix-1177667 into lp:~ubuntu-nexus7/ubuntu-nexus7/ubuntu-nexus7-installer

Proposed by Javier López
Status: Needs review
Proposed branch: lp:~javier-lopez/ubuntu-nexus7/fix-1177667
Merge into: lp:~ubuntu-nexus7/ubuntu-nexus7/ubuntu-nexus7-installer
Diff against target: 14 lines (+4/-0)
1 file modified
ubuntu-nexus7-installer (+4/-0)
To merge this branch: bzr merge lp:~javier-lopez/ubuntu-nexus7/fix-1177667
Reviewer Review Type Date Requested Status
Chris Van Hoof Pending
Review via email: mp+163199@code.launchpad.net

Description of the change

With saucy out, the 'SHA256SUMS' file now have 2 extra entries:

28208952724b7509d7a68a2c1420bea1f9128ef4f074f4fe39060a3a904c268c *saucy-preinstalled-desktop-armhf+nexus7.bootimg
65de53cb5d78b4145d8f329cdf78207920a9e4b339c3c2ef2139d01fbed61912 *saucy-preinstalled-desktop-armhf+nexus7.img.gz

Which fail to check because the script doesn't download saucy, the following patch deletes those two lines, to keep installing raring.

Related to bug #1177667

To post a comment you must log in.
Revision history for this message
Chris Van Hoof (vanhoof) wrote :

I've posted an update that will allow for either Raring or Saucy daily builds to be flashed as an alternative:

http://kernel.ubuntu.com/git?p=vanhoof/ubuntu-nexus7-installer.git;a=shortlog;h=refs/heads/saucy-and-raring-daily

Unmerged revisions

36. By Javier López

fix #1177667: Nexus 7 Installer Fails Checksum Validation

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-nexus7-installer'
2--- ubuntu-nexus7-installer 2012-12-07 15:26:06 +0000
3+++ ubuntu-nexus7-installer 2013-05-09 18:31:27 +0000
4@@ -54,6 +54,10 @@
5 }
6
7 checksum_images () {
8+ #saucy is out, remove saucy hashes
9+ head -2 $WORKDIR/$CHECKSUM > $WORKDIR/$CHECKSUM.old
10+ mv $WORKDIR/$CHECKSUM.old $WORKDIR/$CHECKSUM
11+
12 sha256sum --check $WORKDIR/$CHECKSUM
13 if [ $? -eq 0 ];
14 then

Subscribers

People subscribed via source and target branches