oem/ami: update path to ami scripts directory

The ami builder host now has a proper checkout of the scripts repo.
This commit is contained in:
Michael Marineau 2015-04-22 18:33:07 -07:00
parent 02dcb2790b
commit 41a64f6da1
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
DIR=/home/ec2-user/scripts
DIR=/home/ec2-user/scripts/oem/ami
URL="https://commondatastorage.googleapis.com/storage.core-os.net/coreos/amd64-usr/master"
set -e

View File

@ -3,7 +3,7 @@
BOARD="amd64-usr"
GROUP="$1"
VER="$2"
DIR=/home/ec2-user/scripts
DIR=/home/ec2-user/scripts/oem/ami
if [ -z "$GROUP" -o -z "$VER" ]; then
echo "Usage: $0 alpha 1.2.3" >&2

View File

@ -3,7 +3,7 @@
BOARD="amd64-usr"
GROUP="$1"
VER="$2"
DIR=/home/ec2-user/scripts
DIR=/home/ec2-user/scripts/oem/ami
if [ -z "$GROUP" -o -z "$VER" ]; then
echo "Usage: $0 alpha 1.2.3" >&2

View File

@ -1,6 +1,6 @@
#!/bin/bash
DIR=/home/ec2-user/scripts
DIR=/home/ec2-user/scripts/oem/ami
USER=someone
TYPE=production
VERSION="367.0.0+2014-07-10-1613"