From f4cb69ebf3e6dd8577d9919bb548749c15ff45f8 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Mon, 9 Sep 2024 13:14:27 +0200 Subject: [PATCH] Add removal of URLtrigger cache because we want to run another round of updates from the same Tumbleweed version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4de8f78..ef2a445 100644 --- a/Makefile +++ b/Makefile @@ -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)