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

dormant-projects.sh: print html to stdout

This works better for the cronjob, it also matches the comment in the file.

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 505e885..5114175 100755
--- a/dormant-projects.sh
+++ b/dormant-projects.sh
@@ -18,7 +18,7 @@ cleanup () {
 
 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}
+xsltproc --novalid --stringparam now "$(date)" -o - dormant-projects.xsl 
${tmpfile}
 
 cleanup
 

Reply via email to