-
Notifications
You must be signed in to change notification settings - Fork 233
SITE: enable use of 'latest' tag for TCEs #1693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@andy-stark-redis: would you mind doing a test build on your system? Everything works as it should on my system, but it wouldn't hurt to have somebody else give it a go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't looked over the code in great detail, but the build seems to work fine for staging, make serve
, and make localserve
for all the clients (I tried the few RedisVL examples, btw, and they were fine). I shall give this the Stark Seal of Approval.
Stalled until the code examples in the redis/node-redis repo are moved to master/main. Hurry up and wait... |
* SITE: enable use of 'latest' tag for TCEs (part 1 of 2) * Apply a suggestion from issue #1694. * A bit more cleanup. * Final tweaks. * Update description in update_cmds.py
* SITE: enable use of 'latest' tag for TCEs (part 1 of 2) * Apply a suggestion from issue #1694. * A bit more cleanup. * Final tweaks. * Update description in update_cmds.py
DOC-5327
This is part 1 of a 2 part PR wherein I've reduced the build code to just those parts that are relevant to the current site. I've removed code that is no longer used in the spirit of simplification. I also added some additional logging, which is really helpful for doing this kind of work.
Part 2, the switch from using named branches to the release marked "latest", has been merged to this PR.