[Git][qa/jenkins.debian.net] reproducible: vary BUILDDIR for 2nd build so that the path length also

Holger Levsen holger at layer-acht.org
Thu Aug 8 14:39:24 BST 2019


Hi,

I've deployed the following change now. If this causes significantly
more breakage than before we should probably/maybe revert it again...

On Sun, Aug 04, 2019 at 03:13:56PM +0000, Vagrant Cascadian wrote:
> Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net
> 
> Commits:
> 94469490 by Vagrant Cascadian at 2019-08-04T15:13:41Z
> reproducible: vary BUILDDIR for 2nd build so that the path length also
> varies.
> 
> 
> 2 changed files:
> 
> - bin/reproducible_build.sh
> - bin/reproducible_common.sh
> 
> 
> Changes:
> 
> =====================================
> bin/reproducible_build.sh
> =====================================
> @@ -657,7 +657,7 @@ EOF
>  	# build path is only varied on unstable and experimental
>  	if [ "${SUITE}" = "unstable" ] || [ "$SUITE" = "experimental" ]; then
>  		local src_dir_name="$(perl -mDpkg::Source::Package -e '$_ = Dpkg::Source::Package->new(filename => $ARGV[0])->get_basename; s/_/-/g; print' -- "${SRCPACKAGE}_${EVERSION}.dsc")"
> -		echo "BUILDDIR=/build/$src_dir_name" >> "$TMPCFG"
> +		echo "BUILDDIR=/build/2/$src_dir_name" >> "$TMPCFG"
>  		echo "BUILDSUBDIR=2nd" >> "$TMPCFG"
>  	else
>  		echo "BUILDDIR=/build" >> "$TMPCFG"

-- 
cheers,
	Holger

-------------------------------------------------------------------------------
               holger@(debian|reproducible-builds|layer-acht).org
       PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/reproducible-builds/attachments/20190808/14037092/attachment.sig>


More information about the Reproducible-builds mailing list