Skip to content

Commit

Permalink
Update cockpit.js to version 307 (#999)
Browse files Browse the repository at this point in the history
Update `cockpit.js` files to version 307, which we ship in the Live
medium.
  • Loading branch information
imobachgs committed Feb 12, 2024
2 parents d3ce7b6 + 2a3434a commit 6370a1f
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 193 deletions.
6 changes: 3 additions & 3 deletions web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ bots:
# when you start a new project, use the latest release, and update it from time to time
test/common:
flock Makefile sh -ec '\
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 267; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 307; \
git checkout --force FETCH_HEAD -- test/common; \
git reset test/common'

# checkout Cockpit's PF/React/build library; again this has no API stability guarantee, so check out a stable tag
# TODO: replace the commit with the tag 267 once it is released, which includes cockpit.js as a ES6 module in lib/.
# TODO: replace the commit with the tag 307 once it is released, which includes cockpit.js as a ES6 module in lib/.
$(LIB_TEST):
flock Makefile sh -ec '\
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 267; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 307; \
git checkout --force FETCH_HEAD -- ../pkg/lib; \
git reset -- ../pkg/lib'
mv ../pkg/lib src/ && rmdir ../pkg
Expand Down
Loading

0 comments on commit 6370a1f

Please sign in to comment.