From 27d0680bc24a2e2e949c10e1eef0990bf1f0d365 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 15 Nov 2022 17:16:50 +0100 Subject: [PATCH] .github: remove unnecessary options in update-packages-from-list As we already merged necessary changes for sync-with-gentoo into master branch of the flatcar-build-scripts repo, it is not necessary any more to point to krnowak/stuff branch. Remove it. --- .../.github/workflows/update-packages-from-list.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/.github/workflows/update-packages-from-list.yml b/sdk_container/src/third_party/portage-stable/.github/workflows/update-packages-from-list.yml index 968f56e4e2..e5fd2903a1 100644 --- a/sdk_container/src/third_party/portage-stable/.github/workflows/update-packages-from-list.yml +++ b/sdk_container/src/third_party/portage-stable/.github/workflows/update-packages-from-list.yml @@ -20,13 +20,14 @@ jobs: path: gentoo # Gentoo is quite a large repo, so limit ourselves to last # quarter milion of commits. It is about two years worth of changes. + # Is is needed by the sync script to find out the hash of the last commit + # that made the changes to the package. fetch-depth: 250000 ref: master - name: Checkout build scripts uses: actions/checkout@v3 with: repository: flatcar/flatcar-build-scripts - ref: krnowak/stuff path: flatcar-build-scripts - name: Update listed packages id: update-listed-packages