Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #110 from hypriot/update-rootfs-0.8.7
Browse files Browse the repository at this point in the history
Update os-rootfs 0.8.7
  • Loading branch information
DieterReuter committed Jul 28, 2016
2 parents c4eb139 + 2d38d15 commit 727a9f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
it { should be_owned_by 'root' }
its(:content) { should contain /ID=debian/ }
its(:content) { should match /HYPRIOT_OS="HypriotOS\/armhf"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v0.8.6"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v0.8.7"/ }
its(:content) { should match /HYPRIOT_DEVICE="Raspberry Pi"/ }
its(:content) { should match /HYPRIOT_IMAGE_VERSION=/ }
end
Expand All @@ -17,7 +17,7 @@
it { should be_owned_by 'root' }
its(:content) { should contain /ID=debian/ }
its(:content) { should match /HYPRIOT_OS="HypriotOS\/armhf"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v0.8.6"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v0.8.7"/ }
its(:content) { should match /HYPRIOT_DEVICE="Raspberry Pi"/ }
its(:content) { should match /HYPRIOT_IMAGE_VERSION=/ }
end
4 changes: 2 additions & 2 deletions builder/test/os-release_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
expect(stdout).to contain('^HYPRIOT_DEVICE="Raspberry Pi"$')
end

it "uses os-rootfs version 'HYPRIOT_OS_VERSION=\"v0.8.6\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v0.8.6"$')
it "uses os-rootfs version 'HYPRIOT_OS_VERSION=\"v0.8.7\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v0.8.7"$')
end

if ENV.fetch('TRAVIS_TAG','') != ''
Expand Down
4 changes: 2 additions & 2 deletions versions.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config vars for the root file system
HYPRIOT_OS_VERSION="v0.8.6"
ROOTFS_TAR_CHECKSUM="d1b9642317d5154ddfe5042b21232d10a036ff677cf100bcf916da81a5c811ad"
HYPRIOT_OS_VERSION="v0.8.7"
ROOTFS_TAR_CHECKSUM="dfe865cfce32ca0712bbe4402b5c5152fa05e9864d3b875507b1bdd9dc812979"

# name of the ready made raw image for RPi
RAW_IMAGE="rpi-raw.img"
Expand Down

0 comments on commit 727a9f8

Please sign in to comment.