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 #30 from hypriot/with_raspbian_rootfs
Browse files Browse the repository at this point in the history
use armhf-raspbian rootfs
  • Loading branch information
Govinda-Fichtner committed Apr 7, 2016
2 parents 8fb671d + f73bbb2 commit 338fc46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ BUILD_RESULT_PATH="/workspace"
BUILD_PATH="/build"

# config vars for the root file system
HYPRIOT_OS_VERSION="v0.7.2"
ROOTFS_TAR="rootfs-armhf-${HYPRIOT_OS_VERSION}.tar.gz"
HYPRIOT_OS_VERSION="v0.8.1"
ROOTFS_TAR="rootfs-armhf-raspbian-${HYPRIOT_OS_VERSION}.tar.gz"
ROOTFS_TAR_PATH="${BUILD_RESULT_PATH}/${ROOTFS_TAR}"

# Show TRAVSI_TAG in travis builds
Expand Down
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.7.2\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v0.7.2"$')
it "uses os-rootfs version 'HYPRIOT_OS_VERSION=\"v0.8.1\"'" do
expect(stdout).to contain('^HYPRIOT_OS_VERSION="v0.8.1"$')
end

if ENV.fetch('TRAVIS_TAG','') != ''
Expand Down

0 comments on commit 338fc46

Please sign in to comment.