From fe0bf49c21df76afc6a91b650e9527b0a65285fe Mon Sep 17 00:00:00 2001 From: Ben Luddy <bluddy@redhat.com> Date: Tue, 14 Jan 2020 10:58:14 -0500 Subject: [PATCH] Remove pyjq and yq from the release documentation prereqs. The release now uses a vendored copy of yq, and pyjq is unused. --- doc/design/release.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/design/release.md b/doc/design/release.md index af41c4ad7d..21656ac728 100644 --- a/doc/design/release.md +++ b/doc/design/release.md @@ -8,12 +8,6 @@ Ensure you have `autoconf`, `automake`, and `libtool` installed. On Fedora, you dnf install autoconf automake libtool ``` -Install [pyjq](https://pypi.org/project/pyjq/) using `pip`. Finally install [yq](https://github.com/mikefarah/yq) (using `snap` on Fedora): - -``` -snap install yq -``` - ## Step 1: Verify Manifests We need to ensure that `./manifests` folder is in sync with the templates in `deploy/chart/templates`. * Make sure you have a clean workspace. `git status` should show no change(s) or untracked file.