bin/push_nightlies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 82ddef9c27e81a083eb3d6ad9f78e9ef4b64f23f Author: Caolán McNamara <[email protected]> Date: Fri Feb 15 01:12:07 2013 +0000 sigh: upload release names too diff --git a/bin/push_nightlies.sh b/bin/push_nightlies.sh index e98a532..9e209c9 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 '*/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 '*/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
