[freedesktop-sdk-base] Copy instead of hardlinking the final image
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [freedesktop-sdk-base] Copy instead of hardlinking the final image
- Date: Wed, 1 Apr 2015 15:02:57 +0000 (UTC)
commit 8e44c998adbf1546c45cf733c688fed74e8ddc89
Author: Alexander Larsson <alexl redhat com>
Date: Wed Apr 1 16:59:50 2015 +0200
Copy instead of hardlinking the final image
This means we inherit the proper selinux label at build.gnome.org
freedesktop-sdk-build-yocto | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/freedesktop-sdk-build-yocto b/freedesktop-sdk-build-yocto
index 259422f..7ab230f 100755
--- a/freedesktop-sdk-build-yocto
+++ b/freedesktop-sdk-build-yocto
@@ -96,5 +96,5 @@ bitbake freedesktop-contents-{sdk,platform}
rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
for basetype in sdk platform; do
- ln -f
${workdir}/${architecture}/tmp-glibc/deploy/images/${MACHINE}/freedesktop-contents-${basetype}-${MACHINE}.tar.gz
$IMAGEDIR/freedesktop-contents-${basetype}-${architecture}-${HASH}.tar.gz
+ cp -f
${workdir}/${architecture}/tmp-glibc/deploy/images/${MACHINE}/freedesktop-contents-${basetype}-${MACHINE}.tar.gz
$IMAGEDIR/freedesktop-contents-${basetype}-${architecture}-${HASH}.tar.gz
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]