Skip to content

Commit

Permalink
don't use chroot workaround for esthemes
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Oct 26, 2015
1 parent 2498054 commit 003f4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function gitPullOrClone() {
mkdir -p "$dir"

# to work around a issue with git hanging in a qemu-arm-static chroot we can use a github created archive
if [[ $__chroot -eq 1 && "$repo" =~ github && "$md_id" != "lr-picodrive" && "$md_id" != "splashscreen" ]]; then
if [[ $__chroot -eq 1 && "$repo" =~ github && "$md_id" != "lr-picodrive" && "$md_id" != "splashscreen" && "$md_id" != "esthemes" ]]; then
local archive=${repo/.git/}
archive="${archive/git:/https:}/archive/$branch.tar.gz"
wget -O- -q "$archive" | tar -xvz --strip-components=1 -C "$dir"
Expand Down

0 comments on commit 003f4a3

Please sign in to comment.