From a25b0a8a0668e4641e3fda3d28d4f264221e776a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Fri, 5 Mar 2021 11:07:47 +0100 Subject: [PATCH] app-admin/sdnotify-proxy: use git ref of new repository In https://github.com/kinvolk/coreos-overlay/pull/875 the repository was switched to a fork from the archived upstream repository. However, the ebuild was still using a reference to an old squashed Flatcar build bot commit from the git-sync times that was only present in our old repository. Switch to a reference to the latest commit on the new repository which in fact does not introduce any changes. --- .../app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild index 8b9812efba..b27a645ee7 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/sdnotify-proxy/sdnotify-proxy-9999.ebuild @@ -11,7 +11,7 @@ inherit coreos-go cros-workon if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="9b681920d011ce1ca3214a05f38edea535ad0778" # flatcar-master + CROS_WORKON_COMMIT="0f8ef1aa86c59fc6d54eadaffb248feaccd1018b" # master KEYWORDS="amd64 arm64" fi