Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4e2d5f9b authored by Robert Nelson's avatar Robert Nelson
Browse files

elinux: nope one more xenial


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 3840213c
Branches
Tags v2018.09
No related merge requests found
......@@ -13,6 +13,7 @@ fi
if [ ! -f jenkins.build ] ; then
./RootStock-NG.sh -c rcn-ee_console_debian_stretch_armhf
./RootStock-NG.sh -c rcn-ee_console_debian_buster_armhf
./RootStock-NG.sh -c rcn-ee_console_ubuntu_xenial_armhf
./RootStock-NG.sh -c rcn-ee_console_ubuntu_bionic_armhf
else
mkdir -p ${DIR}/deploy/ || true
......@@ -20,9 +21,8 @@ fi
debian_stable="debian-9.3-console-armhf-${time}"
debian_testing="debian-buster-console-armhf-${time}"
# ubuntu_stable="ubuntu-16.04.3-console-armhf-${time}"
ubuntu_stable="ubuntu-bionic-console-armhf-${time}"
#ubuntu_testing="ubuntu-bionic-console-armhf-${time}"
ubuntu_stable="ubuntu-16.04.3-console-armhf-${time}"
ubuntu_testing="ubuntu-bionic-console-armhf-${time}"
xz_img="xz -z -8"
xz_tar="xz -T2 -z -8"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment