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 #96 from hypriot/update-jessie-packages
Browse files Browse the repository at this point in the history
Update to debian/jessie Schatzkiste
  • Loading branch information
Govinda-Fichtner committed May 25, 2016
2 parents f314c04 + 2529032 commit 00d63cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export HYPRIOT_IMAGE_VERSION
export KERNEL_BUILD="20160520-141137"
export KERNEL_VERSION="4.4.10"
export DOCKER_ENGINE_VERSION="1.11.1-1"
export DOCKER_COMPOSE_VERSION="1.7.1-38"
export DOCKER_COMPOSE_VERSION="1.7.1-40"
export DOCKER_MACHINE_VERSION="0.7.0-26"
export DEVICE_INIT_VERSION="0.1.5"
export CLUSTER_LAB_VERSION="0.2.8-1"
export DEVICE_INIT_VERSION="0.1.7"
export CLUSTER_LAB_VERSION="0.2.12-1"

# create build directory for assembling our image filesystem
rm -rf ${BUILD_PATH}
Expand Down
2 changes: 1 addition & 1 deletion builder/chroot-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wget -q https://packagecloud.io/gpg.key -O - | apt-key add -
echo 'deb https://packagecloud.io/Hypriot/rpi/debian/ jessie main' > /etc/apt/sources.list.d/hypriot.list

# set up hypriot schatzkiste repository for generic packages
echo 'deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main' >> /etc/apt/sources.list.d/hypriot.list
echo 'deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ jessie main' >> /etc/apt/sources.list.d/hypriot.list

wget -q -O - http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | apt-key add -
echo 'deb http://archive.raspberrypi.org/debian/ jessie main' | tee /etc/apt/sources.list.d/raspberrypi.list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe command('dpkg -l hypriot-cluster-lab') do
its(:stdout) { should match /ii hypriot-cluster-lab/ }
its(:stdout) { should match /0.2.8/ }
its(:stdout) { should match /0.2.12/ }
its(:exit_status) { should eq 0 }
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe command('dpkg -l device-init') do
its(:stdout) { should match /ii device-init/ }
its(:stdout) { should match /0.1.5/ }
its(:stdout) { should match /0.1.7/ }
its(:exit_status) { should eq 0 }
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
it { should be_file }
it { should be_mode 644 }
it { should be_owned_by 'root' }
it { should contain 'deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main' }
it { should contain 'deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ jessie main' }
end

describe package('apt-transport-https') do
Expand Down

0 comments on commit 00d63cd

Please sign in to comment.