From 511e89fd4b1e9070f46a848f3c73375a38cf9e7e Mon Sep 17 00:00:00 2001 From: Emanuele Fumagalli Date: Sun, 25 Aug 2024 08:53:06 +0100 Subject: [PATCH] hide output in preloading script --- scripts/get_repos_data.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/get_repos_data.sh b/scripts/get_repos_data.sh index 1395fc0..5cb2d45 100755 --- a/scripts/get_repos_data.sh +++ b/scripts/get_repos_data.sh @@ -15,12 +15,12 @@ while IFS= read -r repo; do sleep 600 done /dev/null +curl -s "http://143.47.226.125:8080/allPRs?repo=helm/helm" > /dev/null +curl -s "http://143.47.226.125:8080/allIssues?repo=helm/helm" > /dev/null +curl -s "http://143.47.226.125:8080/allForks?repo=helm/helm" > /dev/null sleep 600 -curl -s "http://143.47.226.125:8080/allCommits?repo=pyenv/pyenv" -curl -s "http://143.47.226.125:8080/allPRs?repo=pyenv/pyenv" -curl -s "http://143.47.226.125:8080/allIssues?repo=pyenv/pyenv" -curl -s "http://143.47.226.125:8080/allForks?repo=pyenv/pyenv" \ No newline at end of file +curl -s "http://143.47.226.125:8080/allCommits?repo=pyenv/pyenv" > /dev/null +curl -s "http://143.47.226.125:8080/allPRs?repo=pyenv/pyenv" > /dev/null +curl -s "http://143.47.226.125:8080/allIssues?repo=pyenv/pyenv" > /dev/null +curl -s "http://143.47.226.125:8080/allForks?repo=pyenv/pyenv" > /dev/null \ No newline at end of file