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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/build_packages.sh b/build_packages.sh index 98b5339..bb61675 100755 --- a/build_packages.sh +++ b/build_packages.sh @@ -3,3 +3,4 @@ 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