]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils.sh: make user script executable
authorKefu Chai <kchai@redhat.com>
Wed, 7 Apr 2021 12:41:50 +0000 (20:41 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 7 Apr 2021 13:58:08 +0000 (21:58 +0800)
as per pbuilder(8),

> The  scripts  must be executable and may be either binaries or
> interpreted scripts.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 2b00e701bb44a4f1456f74e6591bb67156eea1c3..2b98ffdb87ff086786ab884e782627f624ce2540 100644 (file)
@@ -490,6 +490,7 @@ env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none
 env DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg
 EOF
     fi
+    chmod +x $hookdir/D04install-updates-repo
 }
 
 recreate_hookdir() {