From d9fcf8512bb029bdf7b83e20e26f384e5073d674 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 24 Aug 2019 08:04:48 +0000 Subject: [PATCH] changed for rsync usage instead of git --- build_packages.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/build_packages.sh b/build_packages.sh old mode 100644 new mode 100755 index 62f3f65..bb61675 --- a/build_packages.sh +++ b/build_packages.sh @@ -1,4 +1,6 @@ #!/bin/bash -CHDIR=$(dirname "$(realpath $0)")/chroot +CHDIR=$(dirname "$(realpath $0)")/chroot +mount --bind $CHDIR $CHDIR $CHDIR/bin/arch-chroot $CHDIR su joel -c "/build/repo/build.sh" +umount $CHDIR -- Gitblit v1.10.0