parallel-debian: Update to latest
This commit is contained in:
parent
9a8736203d
commit
9372ca0446
|
|
@ -116,7 +116,7 @@ if ! test -d ${OBJ}; then
|
||||||
cd ostree/worktree
|
cd ostree/worktree
|
||||||
mkdir -m 0755 $INITRD_MOVE_MOUNTS $TOPROOT_BIND_MOUNTS $OSTREE_BIND_MOUNTS $READONLY_BIND_MOUNTS $MOVE_MOUNTS
|
mkdir -m 0755 $INITRD_MOVE_MOUNTS $TOPROOT_BIND_MOUNTS $OSTREE_BIND_MOUNTS $READONLY_BIND_MOUNTS $MOVE_MOUNTS
|
||||||
chmod a=rwxt tmp
|
chmod a=rwxt tmp
|
||||||
$OSTREE --repo=../repo commit -b gnomeos-filesystem -s 'Base filesystem layout'
|
$OSTREE --repo=../repo commit -b gnomeos-filesystem -s "Base filesystem layout"
|
||||||
BRANCHES="$BRANCHES gnomeos-filesystem"
|
BRANCHES="$BRANCHES gnomeos-filesystem"
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf worktree
|
rm -rf worktree
|
||||||
|
|
@ -141,7 +141,7 @@ if ! test -d ${OBJ}; then
|
||||||
|
|
||||||
$OSTREE --repo=repo compose --out-metadata=./compose-meta worktree $BRANCHES
|
$OSTREE --repo=repo compose --out-metadata=./compose-meta worktree $BRANCHES
|
||||||
cd worktree
|
cd worktree
|
||||||
$OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s 'Compose of Debian $DEBTARGET'
|
$OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s "Compose of Debian $DEBTARGET"
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf worktree
|
rm -rf worktree
|
||||||
|
|
||||||
|
|
@ -168,11 +168,11 @@ if ! test -d ${OBJ}; then
|
||||||
chroot worktree ./debian-setup.sh
|
chroot worktree ./debian-setup.sh
|
||||||
rm worktree/debian-setup.sh
|
rm worktree/debian-setup.sh
|
||||||
cd worktree;
|
cd worktree;
|
||||||
$OSTREE --repo=../repo commit -b gnomeos -s 'Run debian-setup.sh'
|
$OSTREE --repo=../repo commit -b gnomeos -s "Run debian-setup.sh"
|
||||||
|
|
||||||
# This is the name for the real rootfs, not the chroot
|
# This is the name for the real rootfs, not the chroot
|
||||||
mkdir sysroot;
|
mkdir sysroot;
|
||||||
$OSTREE --repo=../repo commit -b gnomeos -s 'Add sysroot' --add=sysroot
|
$OSTREE --repo=../repo commit -b gnomeos -s "Add sysroot"
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf worktree
|
rm -rf worktree
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue