doc: updated production installation instructions#3829
Merged
Conversation
jennifer-richards
requested changes
Apr 15, 2022
Member
jennifer-richards
left a comment
There was a problem hiding this comment.
I think there's a missing step. The rest looks ok as far as I can tell.
| 2. Don't forget to copy $releasenumber/ietf/settings_local.py from the | ||
| old release to the new one; otherwise things won't work! | ||
| :: | ||
| wget https://github.com/ietf-tools/datatracker/archive/refs/tags/${releasenumber}.tar.gz |
Member
There was a problem hiding this comment.
Need to unpack the tarball (with --strip-components=1 for consistency with the instructions, I think)
Member
Author
There was a problem hiding this comment.
the nonproduction tarballs at least start out in the directory.
rjsparks@undex tmp % ls -l release.tar.gz
-rw-r--r--@ 1 rjsparks staff 49081554 Apr 14 20:47 release.tar.gz
rjsparks@undex tmp % tar tzvf release.tar.gz | head -5
drwxr-xr-x 0 runner docker 0 Apr 14 15:47 ./
drwxr-xr-x 0 runner docker 0 Apr 14 15:46 ./pyzmail/
-rw-r--r-- 0 runner docker 863 Apr 14 15:46 ./pyzmail/__init__.py
-rw-r--r-- 0 runner docker 5184 Apr 14 15:46 ./pyzmail/utils.py
-rw-r--r-- 0 runner docker 32571 Apr 14 15:46 ./pyzmail/parse.py
Member
There was a problem hiding this comment.
ok, i was looking at 7.46.0, which is likely to be different
$ tar tvfz 7.46.0.tar.gz | head
drwxrwxr-x root/root 0 2022-02-23 23:05 datatracker-7.46.0/
-rw-rw-r-- root/root 46 2022-02-23 23:05 datatracker-7.46.0/.bowerrc
drwxrwxr-x root/root 0 2022-02-23 23:05 datatracker-7.46.0/.devcontainer/
-rw-rw-r-- root/root 3491 2022-02-23 23:05 datatracker-7.46.0/.devcontainer/devcontainer.json
-rw-rw-r-- root/root 342 2022-02-23 23:05 datatracker-7.46.0/.devcontainer/docker-compose.extend.yml
-rw-rw-r-- root/root 1208 2022-02-23 23:05 datatracker-7.46.0/.editorconfig
-rw-rw-r-- root/root 421 2022-02-23 23:05 datatracker-7.46.0/.eslintrc.js
drwxrwxr-x root/root 0 2022-02-23 23:05 datatracker-7.46.0/.github/
drwxrwxr-x root/root 0 2022-02-23 23:05 datatracker-7.46.0/.github/workflows/
-rw-rw-r-- root/root 1233 2022-02-23 23:05 datatracker-7.46.0/.github/workflows/dev-db-nightly.yml
jennifer-richards
approved these changes
Apr 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.