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 #129 from hypriot/update-os-rootfs
Browse files Browse the repository at this point in the history
Update os-rootfs to v1.0.0
  • Loading branch information
DieterReuter committed Aug 18, 2016
2 parents bc70b4e + 862935e commit 7f9a12e
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=raspbian/ }
its(:content) { should match /HYPRIOT_OS="HypriotOS\/armhf"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v1.0.0-rc1"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v1.0.0"/ }
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=raspbian/ }
its(:content) { should match /HYPRIOT_OS="HypriotOS\/armhf"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v1.0.0-rc1"/ }
its(:content) { should match /HYPRIOT_OS_VERSION="v1.0.0"/ }
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=\"v1.0.0-rc1\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v1.0.0-rc1"$')
it "uses os-rootfs version 'HYPRIOT_OS_VERSION=\"v1.0.0\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v1.0.0"$')
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="v1.0.0-rc1"
ROOTFS_TAR_CHECKSUM="7996b17616fa418388fa111e4b89c9a1641930d065269f0b63b5cb4be5797ea4"
HYPRIOT_OS_VERSION="v1.0.0"
ROOTFS_TAR_CHECKSUM="2f9a7a559b9ae25e71fbcb42b4a64c04a916ca0d89fb3416ff501ed06c0c5fbe"

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

0 comments on commit 7f9a12e

Please sign in to comment.