Skip to content
Snippets Groups Projects
Verified Commit 56338415 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

lxc-generator: Disable Debian & friends again, wrong tarball

parent 3e131f50
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,13 @@ get_linaro_url() {
add_image "Turris_OS" "stable" "armv7l" "`get_omnia_url`"
add_image "Turris_OS" "stable" "ppc" "https://api.turris.cz/openwrt-repo/turris/openwrt-mpc85xx-p2020-nand-TURRISNAND-rootfs.tar.gz"
add_image "Debian" "`get_linaro_release debian`" "armv7l" "`get_linaro_url debian`"
# Wrong structure, would need to be repacked
# add_image "Debian_by_Linaro" "`get_linaro_release debian`" "armv7l" "`get_linaro_url debian`"
add_image "Gentoo" "stable" "armv7l" "`get_gentoo_url arm armv7a_hardfp`"
add_image "openSUSE" "13.2" "armv7l" "http://download.opensuse.org/ports/armv7hl/distribution/13.2/appliances/openSUSE-13.2-ARM-JeOS.armv7-rootfs.armv7l-Current.tbz"
add_image "openSUSE" "Tumbleweed" "armv7l" "http://download.opensuse.org/ports/armv7hl/tumbleweed/images/openSUSE-Tumbleweed-ARM-JeOS.armv7-rootfs.armv7l-Current.tbz"
add_image "Ubuntu" "`get_linaro_release ubuntu`" "armv7l" "`get_linaro_url ubuntu`"
# Wrong structure, would need to be repacked
# add_image "Ubuntu_by_Linaro" "`get_linaro_release ubuntu`" "armv7l" "`get_linaro_url ubuntu`"
if [ "`gpg -K`" ]; then
if [ -f ~/gpg-pass ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment