Sha256: a811eddedab9041229ed5f68b5e9d21dce616d3c05396206016249350f307a9d

Contents?: true

Size: 611 Bytes

Versions: 12

Compression:

Stored size: 611 Bytes

Contents

#!/bin/bash

# Requires
#   ruby.sh
#   aur.sh

# Change TMPDIR for packer to stop /tmp from filling up during install
export TMPDIR=$(pwd)/tmp
mkdir -p $TMPDIR

# Packer does not always seem to install the dependencies in the correct order.
# For example, in a case where A requires B, C and B requires C, packer seems
# to install B then C which causes B's installation to fail, leading to an
# installation failure for A. This works around that problem.
packer -S --noconfirm --noedit ruby-net-ssh ruby-ohai
pacman -D --asdeps ruby-net-ssh ruby-ohai

packer -S --noconfirm --noedit ruby-chef

rm -rf $TMPDIR

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/archlinux-x86_64/chef.sh
veewee-0.5.0.alpha3 templates/archlinux-x86_64/chef.sh
veewee-0.5.0.alpha2 templates/archlinux-x86_64/chef.sh
veewee-0.5.0.alpha1 templates/archlinux-x86_64/chef.sh
veewee-0.4.5.1 templates/archlinux-x86_64/chef.sh
veewee-0.4.5 templates/archlinux-x86_64/chef.sh
veewee-0.4.5.pre1 templates/archlinux-x86_64/chef.sh
veewee-0.4.4 templates/archlinux-x86_64/chef.sh
veewee-0.4.3 templates/archlinux-x86_64/chef.sh
veewee-0.4.2 templates/archlinux-x86_64/chef.sh
veewee-0.4.1 templates/archlinux-x86_64/chef.sh
veewee-0.4.0 templates/archlinux-x86_64/chef.sh