From 83c059dd776408a921473b85685192cf807c3dbd Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 30 Apr 2013 14:56:47 +0200 Subject: use relative symlink in distpack To simplify building a release on jenkins, we run distpack-opt in one job, store the `dists/` directory in a tar ball, archive that artifact and copy it to the downstream jobs that package on windows and unix. To make the tarball portable between machines, it must not use absolute symlinks. --- src/build/pack.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/build') diff --git a/src/build/pack.xml b/src/build/pack.xml index 381d3f1931..20c4034107 100644 --- a/src/build/pack.xml +++ b/src/build/pack.xml @@ -112,8 +112,10 @@ MAIN DISTRIBUTION PACKAGING + -- cgit v1.2.3