Skip to content

Commit

Permalink
Merge 5b01ba5 into d95abf1
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Apr 19, 2022
2 parents d95abf1 + 5b01ba5 commit 80dfd25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,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 265; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 267; \
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/.
$(LIB_TEST):
flock Makefile sh -ec '\
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 4ca4c20ce6697c76463d79113dae4772a31777d8; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 267; \
git checkout --force FETCH_HEAD -- ../pkg/lib; \
git reset -- ../pkg/lib'
mv ../pkg/lib src/ && rmdir ../pkg
Expand Down

0 comments on commit 80dfd25

Please sign in to comment.