bin/push_nightlies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 76e258540aed3cc1b1ae7e92599e07ab3dd1bea1 Author: LuboÅ¡ LuÅák <[email protected]> Date: Wed Jan 9 17:47:42 2013 +0100 push also dev .msi Presumably the -path is there to filter out those .msi files in /idt_files/ , which I think are not(?) final installation files. diff --git a/bin/push_nightlies.sh b/bin/push_nightlies.sh index 2c32443..e98a532 100755 --- a/bin/push_nightlies.sh +++ b/bin/push_nightlies.sh @@ -84,7 +84,7 @@ else fi echo "find packages" -for file in $(find . -name "*.dmg" -o -name '*.apk' -o -name "LibO*.tar.gz" -o -name "LibO*.exe" -o -name "LibO*.zip" -o -path '*/LibreOffice_Dev/native/install/*.msi' | grep -v "/push/") +for file in $(find . -name "*.dmg" -o -name '*.apk' -o -name "LibO*.tar.gz" -o -name "LibO*.exe" -o -name "LibO*.zip" -o -path '*/native/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
