Merge pull request #214 from t-b/fix-mingw64-build

Increase the RSS feed limit
This commit is contained in:
dscho 2014-06-10 16:41:02 -06:00
Родитель d616606c6d 7c7ed4bc40
Коммит 2ebae6af82
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ cd "$(dirname "$0")"
srcdir=$(pwd)
# Limit the number of RSS feed entries.
limit=1000
limit=10000
rss="$(curl -s http://sourceforge.net/api/file/index/project-id/202880/mtime/desc/limit/$limit/rss)"
if test $? -ne 0