From 683f48302fa6188dcb49bbbcdfeac83ecef9a43c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 22 Dec 2016 20:25:34 +0100 Subject: reproducible Debian: add arm64 to tested architectures, thanks to codethink.co.uk providing us with 8 moonshot arm64 sleds Signed-off-by: Holger Levsen --- .../etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 hosts/codethink-sled14-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir (limited to 'hosts/codethink-sled14-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir') diff --git a/hosts/codethink-sled14-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir b/hosts/codethink-sled14-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir new file mode 100755 index 00000000..9225116b --- /dev/null +++ b/hosts/codethink-sled14-arm64/etc/pbuilder/rebuild-hooks/A01_modfiy_src_dir @@ -0,0 +1,18 @@ +#!/bin/bash + +set -e + +# exit if we are in the same UTS namespace as init ( != 2nd build ) +[ "$(readlink /proc/1/ns/uts)" = "$(readlink /proc/self/ns/uts)" ] && exit 0 + +cd $BUILDDIR + +if [ "$PWD" == "/build" ]; then + # build path variation disabled, so do nothing + exit 0 +fi + +# There should be only one file, the source directory. +src_dir=$(ls | head -n 1) + +mv $src_dir 2nd -- cgit v1.2.3-54-g00ecf