From fbb9afaf5850a2b73fc6b8adf873ed9f0acea6c2 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 11 Sep 2015 16:14:37 -0600 Subject: Fix typo for new ref variable Change-Id: I86dd1a0034328598f0a10be00572233369fb9b98 --- scripts/MakeRelease.job | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job index c3ec5b31..75bdaa18 100755 --- a/scripts/MakeRelease.job +++ b/scripts/MakeRelease.job @@ -10,7 +10,7 @@ target="" tarsrc="" tarbin="" check="" -ref="=/snapshots-ref" +ref="snapshots-ref" nocheck="no" fileserver="148.251.136.42" user_workspace="${WORKSPACE:-/home/${USER:-buildslave}/workspace}" @@ -69,7 +69,7 @@ cd ${user_workspace}/_build if ! test -e host.conf; then $CONFIG_SHELL ${abe_dir}/configure ${chroot} --with-local-snapshots=${user_snapshots} \ - --with-git-reference-dir=${shared}/snapshots --with-fileserver=${fileserver} --with-remote-snapshots=/${ref} + --with-git-reference-dir=${shared}/snapshots --with-fileserver=${fileserver} --with-remote-snapshots=${ref} fi -- cgit v1.2.3