bin/push_nightlies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ea73927b55718635f37eab48bd318de2b4162431 Author: Norbert Thiebaud <[email protected]> Date: Thu Nov 7 10:41:49 2013 -0600 push_nightlies.sh fix the location detection of msi fo windows diff --git a/bin/push_nightlies.sh b/bin/push_nightlies.sh index ac62788..0ae1f91 100755 --- a/bin/push_nightlies.sh +++ b/bin/push_nightlies.sh @@ -90,7 +90,7 @@ else fi echo "find packages" -for file in $(find . -name "*.dmg" -o -name '*.apk' -o -name "Lib*O*.tar.gz" -o -name "Lib*O*.exe" -o -name "Lib*O*.zip" -o -path '*/native/install/*.msi' | grep -v "/push/") +for file in $(find . -name "*.dmg" -o -name '*.apk' -o -name "Lib*O*.tar.gz" -o -name "Lib*O*.exe" -o -name "Lib*O*.zip" -o -path '*/installation/*/msi/install/*.msi' | grep -v "/push/") do target=$(basename $file) target="${tag}_${target}" _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
