зеркало из https://github.com/github/msysgit.git
Merge pull request #214 from t-b/fix-mingw64-build
Increase the RSS feed limit
This commit is contained in:
Коммит
2ebae6af82
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче