commit:     4463ca243b8c7c5a8aa37b6cb150091340f98768
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 08:41:38 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 08:41:38 2026 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=4463ca24

dormant-projects.sh: fix running outside of qa-scripts repo

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 5114175..b803394 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.xsl 
${tmpfile}
+xsltproc --novalid --stringparam now "$(date)" -o - 
${BASH_SOURCE%/*}/dormant-projects.xsl ${tmpfile}
 
 cleanup
 

Reply via email to