Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2156 from flatcar/krnowak/updateservicectl
Browse files Browse the repository at this point in the history
app-admin/updateservicectl: Bring in flatcar org change
  • Loading branch information
krnowak authored Sep 14, 2022
2 parents 952473e + 5d9a0cd commit f8b5f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-admin/updateservicectl/updateservicectl-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
CROS_WORKON_PROJECT="kinvolk/updateservicectl"
CROS_WORKON_PROJECT="flatcar/updateservicectl"
CROS_WORKON_LOCALNAME="updateservicectl"
CROS_WORKON_REPO="https://github.com"
COREOS_GO_PACKAGE="github.com/kinvolk/updateservicectl"
COREOS_GO_PACKAGE="github.com/flatcar/updateservicectl"
COREOS_GO_GO111MODULE="on"
inherit cros-workon coreos-go

if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="6a4ff4ca879082c07353dd379439c437cbe27e18" # main
CROS_WORKON_COMMIT="446f13594465503a3fdfc9106fd8a0c3123249c2" # main
KEYWORDS="amd64 arm64"
fi

DESCRIPTION="CoreUpdate Management CLI"
HOMEPAGE="https://github.com/kinvolk/updateservicectl"
HOMEPAGE="https://github.com/flatcar/updateservicectl"
SRC_URI=""

LICENSE="Apache-2.0"
Expand Down

0 comments on commit f8b5f93

Please sign in to comment.