commit:     84c9d068a49f4c326694f10571e98542378a244c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 12:07:06 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 12:07:06 2026 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=84c9d068

dormant-projects.sh: don't print progress updates for fetch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dormant-projects.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dormant-projects.sh b/dormant-projects.sh
index 2f1c113..505e885 100755
--- a/dormant-projects.sh
+++ b/dormant-projects.sh
@@ -16,7 +16,7 @@ cleanup () {
         [[ -e ${tmpfile} ]] && rm ${tmpfile}
 }
 
-wcurl --curl-options="--clobber" -O ${tmpfile} 
https://api.gentoo.org/metastructure/projects.xml || { cleanup; exit 1; }
+wcurl --curl-options="--silent --clobber" -O ${tmpfile} 
https://api.gentoo.org/metastructure/projects.xml || { cleanup; exit 1; }
 
 xsltproc --novalid --stringparam now "$(date)" -o dormant-projects.html 
dormant-projects.xsl ${tmpfile}
 

Reply via email to