From b528403ec8758f794b587d607a0eee23e7fa1fdd Mon Sep 17 00:00:00 2001 From: Michelle Date: Mon, 6 Oct 2025 21:59:42 +0200 Subject: [PATCH] Fixed Flux openbuild name --- .gitea/workflows/{oss-keep.txt => openbuild-keep.txt} | 0 .gitea/workflows/sync-public.yml | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename .gitea/workflows/{oss-keep.txt => openbuild-keep.txt} (100%) diff --git a/.gitea/workflows/oss-keep.txt b/.gitea/workflows/openbuild-keep.txt similarity index 100% rename from .gitea/workflows/oss-keep.txt rename to .gitea/workflows/openbuild-keep.txt diff --git a/.gitea/workflows/sync-public.yml b/.gitea/workflows/sync-public.yml index 454ce5a..e276e46 100644 --- a/.gitea/workflows/sync-public.yml +++ b/.gitea/workflows/sync-public.yml @@ -29,13 +29,13 @@ jobs: ssh-keyscan -p 22 192.168.1.15 >> ~/.ssh/known_hosts - name: Clone public repo - run: git clone --depth 1 ssh://git@192.168.1.15:22/Bausager/Flux-oss.git /tmp/public + run: git clone --depth 1 ssh://git@192.168.1.15:22/Bausager/Flux-openbuild.git /tmp/public - - name: Sync files using .gitea/workflows/oss-keep.txt + - name: Sync files using .gitea/workflows/openbuild-keep.txt run: | set -euo pipefail - KEEP_FILE=".gitea/workflows/oss-keep.txt" - INCLUDE_FILE="$(pwd)/.oss-include.rsync" + KEEP_FILE=".gitea/workflows/openbuild-keep.txt" + INCLUDE_FILE="$(pwd)/.openbuild-include.rsync" : > "$INCLUDE_FILE" echo "+ */" >> "$INCLUDE_FILE" while IFS= read -r line; do