Skip to content

Commit

Permalink
Add removal of URLtrigger cache
Browse files Browse the repository at this point in the history
because we want to run another round of updates
from the same Tumbleweed version.
  • Loading branch information
bmwiedemann committed Sep 9, 2024
1 parent 24a5d11 commit f4cb69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ newsnapshot4: # with new $slobuild

##echo "adapt and run tools/syncbase | bash -x"
find out/pending/ -mtime +1 -delete
rm cache/changelog/* cache/changelogdiff/*
rm -f cache/changelog/* cache/changelogdiff/* cache/triggeronurlchange/http*
##echo "enable keepobsolete Flag in https://build.opensuse.org/projects/openSUSE:Slowroll/prjconf" # leave enabled. When publishing is enabled, it does not matter.
# osc copypac openSUSE:Factory kiwi-templates-Minimal $slobuild # for openQA # needs adaptation
#for p in $(osc ls $slo) ; do echo "$p"; tools/syncslo-postbump "$p" ; done | tee out/log/syncslo-postbump-$(date -I)
Expand Down

0 comments on commit f4cb69e

Please sign in to comment.