gnomeos-run.sh: Run triggers after checkout
We need to run ldconfig etc.
This commit is contained in:
parent
1ca517f36f
commit
564840e691
|
|
@ -80,6 +80,7 @@ for branch in runtime devel; do
|
||||||
rev=$(ostree --repo=repo rev-parse ${BRANCH_PREFIX}${branch});
|
rev=$(ostree --repo=repo rev-parse ${BRANCH_PREFIX}${branch});
|
||||||
if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
|
if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
|
||||||
ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
|
ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
|
||||||
|
ostbuild chroot-run-triggers ${BRANCH_PREFIX}${branch}-${rev}
|
||||||
fi
|
fi
|
||||||
rm -f ${BRANCH_PREFIX}${branch}-current
|
rm -f ${BRANCH_PREFIX}${branch}-current
|
||||||
ln -s ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current
|
ln -s ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue