mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
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});
|
||||
if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
|
||||
ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
|
||||
ostbuild chroot-run-triggers ${BRANCH_PREFIX}${branch}-${rev}
|
||||
fi
|
||||
rm -f ${BRANCH_PREFIX}${branch}-current
|
||||
ln -s ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current
|
||||
|
Loading…
x
Reference in New Issue
Block a user