This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/fs in repository toolchain/abe.
commit 076a7aab9ab79447025fabb48d3e9b02111e048c Author: Bernard Ogden bernie.ogden@linaro.org Date: Wed Jul 29 17:44:04 2015 +0200
Use full paths for tarballs
Change-Id: I2c07be9256482713af9d485b367dfa35f6370189 --- config/bench/fs/makefs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/bench/fs/makefs.sh b/config/bench/fs/makefs.sh index f62f482..4c87d5f 100755 --- a/config/bench/fs/makefs.sh +++ b/config/bench/fs/makefs.sh @@ -45,7 +45,7 @@ function derivevars { echo ${label:?Must give label} > /dev/null extras="${include}${extras:+,${extras}}" outdir="${label}-${suite}-${variant:+${variant}-}${arch}-${stamp}-${hash}" - tarball="${outdir}.tgz" #debootstrap insists on .tar or .tgz + tarball="`pwd`/${outdir}.tgz" #debootstrap insists on .tar or .tgz, and full paths if test ${make_chroot} -ne 0; then if test -e "${outdir}"; then echo "${outdir} already exists" >&2