[Libreoffice-commits] buildbot.git: tb/tb_internals.sh

Thorsten Behrens thb at documentfoundation.org
Wed Oct 23 10:02:45 PDT 2013


 tb/tb_internals.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2016b872167f5b96f2fe9b89601c99ee61d01884
Author: Thorsten Behrens <thb at 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}"


More information about the Libreoffice-commits mailing list