From 862935e94e99dd572326c40636a43b3d10072606 Mon Sep 17 00:00:00 2001 From: Dieter Reuter Date: Thu, 18 Aug 2016 21:21:14 +0200 Subject: [PATCH] Update os-rootfs to v1.0.0 Signed-off-by: Dieter Reuter --- .../spec/hypriotos-image/base/release_spec.rb | 4 ++-- builder/test/os-release_spec.rb | 4 ++-- versions.config | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/builder/test-integration/spec/hypriotos-image/base/release_spec.rb b/builder/test-integration/spec/hypriotos-image/base/release_spec.rb index 569056b..f8a34c8 100644 --- a/builder/test-integration/spec/hypriotos-image/base/release_spec.rb +++ b/builder/test-integration/spec/hypriotos-image/base/release_spec.rb @@ -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 @@ -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 diff --git a/builder/test/os-release_spec.rb b/builder/test/os-release_spec.rb index cd29c17..f4cdef9 100644 --- a/builder/test/os-release_spec.rb +++ b/builder/test/os-release_spec.rb @@ -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','') != '' diff --git a/versions.config b/versions.config index 66983c3..da0c595 100644 --- a/versions.config +++ b/versions.config @@ -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"