tb/tb_internals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2016b872167f5b96f2fe9b89601c99ee61d01884 Author: Thorsten Behrens <t...@documentfoundation.org> Date: Wed Oct 23 18:59:43 2013 +0200 Adapt to changes in workdir layout for Windows. This makes tb again find the msi files, after commit 8fc7e560db11f424362c8effdeb61eb8d1526256 and previous changes wrt workdir / solver-cleanup in the core repo. diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh index 592af80..45ff9f7 100644 --- a/tb/tb_internals.sh +++ b/tb/tb_internals.sh @@ -542,7 +542,7 @@ push_nightly() stage="./push" tag="${P?}~${upload_time?}" - for file in $(find . -name "*.dmg" -o -name '*.apk' -o -name "Lib*.tar.gz" -o -name "Lib*.exe" -o -name "Lib*.zip" -o -path '*/native/install/*.msi' | grep -v "/push/") + for file in $(find . -name "*.dmg" -o -name '*.apk' -o -name "Lib*.tar.gz" -o -name "Lib*.exe" -o -name "Lib*.zip" -o -path '*/installation/*/msi/install/*.msi' | grep -v "/push/") do target=$(basename $file) target="${tag}_${target}" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits