Skip to content

Commit

Permalink
Merge pull request #1265 from flatcar/tormath1/update-engine
Browse files Browse the repository at this point in the history
overlay coreos-base/update_engine: pull quotes handling
  • Loading branch information
tormath1 authored Oct 17, 2023
2 parents f05a3e0 + 433e5b8 commit 27ec808
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2023-10-12-update-engine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed quotes handling for update-engine ([Flatcar#1209](https://github.com/flatcar/Flatcar/issues/1209))
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="a95d6d86c019ebe33a605cf03cb6e0b3a8405056" # flatcar-master
CROS_WORKON_COMMIT="11309004b8451bf232539bdd3c7b0f5e4f69f5cb" # flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 27ec808

Please sign in to comment.