You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PACKAGING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following are instructions for the maintainers of `newdoc` to package and di
42
42
43
43
1. Log into the Copr repository administration.
44
44
45
-
Currently, newdoc is packaged in the [mareksu/newdoc-rs](https://copr.fedorainfracloud.org/coprs/mareksu/newdoc-rs/) repository.
45
+
Currently, newdoc is packaged in the [mmuehlfeldrh/newdoc-rs](https://copr.fedorainfracloud.org/coprs/mmuehlfeldrh/newdoc-rs/) repository.
46
46
47
47
2. Go to the **Builds** tab.
48
48
@@ -61,7 +61,7 @@ The following are instructions for the maintainers of `newdoc` to package and di
61
61
62
62
1. Make sure you have access to the existing Homebrew repository.
63
63
64
-
Currently, newdoc is packaged in [msuchane/homebrew-repo](https://github.com/redhat-documentation/homebrew-repo), but a fork at [redhat-documentation/homebrew-repo](https://github.com/redhat-documentation/homebrew-repo) is also available.
64
+
Currently, newdoc is packaged in [redhat-documentation/homebrew-repo](https://github.com/redhat-documentation/homebrew-repo).
65
65
66
66
2. Download the `.tar.gz` archive that Github created for your latest tagged version:
67
67
@@ -84,9 +84,9 @@ The following are instructions for the maintainers of `newdoc` to package and di
84
84
85
85
## Packaging and distributing newdoc on Quay.io
86
86
87
-
Currently, newdoc is packaged in [msuchane/newdoc](https://quay.io/repository/msuchane/newdoc).
87
+
Currently, newdoc is packaged in [mmuehlfeld/newdoc](https://quay.io/repository/mmuehlfeld/newdoc).
88
88
89
-
When you push a tagged version to the [msuchane/newdoc](https://github.com/msuchane/newdoc) Git repository, it automatically triggers a rebuild of the container.
89
+
When you push a tagged version to the [mmuehlfeldrh/newdoc](https://github.com/mmuehlfeldrh/newdoc) Git repository, it automatically triggers a rebuild of the container.
90
90
91
91
The version tag must start with "v" and match the `v.*` regular expression.
The `newdoc` tool generates pre-populated module and assembly files formatted with AsciiDoc, which are used in Red Hat and Fedora documentation. The generated files follow the Modular Documentation guidelines: <https://redhat-documentation.github.io/modular-docs/>.
@@ -52,7 +52,7 @@ To install `newdoc` on macOS, use the **Homebrew** package manager:
52
52
. Install `newdoc`:
53
53
+
54
54
----
55
-
$ brew install msuchane/repo/newdoc
55
+
$ brew install redhat-documentation/repo/newdoc
56
56
----
57
57
58
58
.Container
@@ -73,13 +73,13 @@ On Fedora, RHEL, and CentOS, replace `docker` with `podman` in the following com
73
73
. Download the image:
74
74
+
75
75
----
76
-
$ docker pull quay.io/msuchane/newdoc
76
+
$ docker pull quay.io/mmuehlfeld/newdoc
77
77
----
78
78
79
79
. Configure a command alias. Save this line in your shell configuration file, such as in the `~/.bashrc` file:
80
80
+
81
81
----
82
-
alias newdoc="docker run -it -v .:/mnt/newdoc:Z msuchane/newdoc newdoc"
82
+
alias newdoc="docker run -it -v .:/mnt/newdoc:Z mmuehlfeld/newdoc newdoc"
83
83
----
84
84
85
85
. Open a new terminal to reload the shell configuration.
@@ -90,7 +90,7 @@ alias newdoc="docker run -it -v .:/mnt/newdoc:Z msuchane/newdoc newdoc"
90
90
documentation-directory]$ newdoc
91
91
----
92
92
93
-
NOTE: The default `newdoc` container is based on the Alpine distribution. If you need to install packages from the RHEL ecosystem in the `newdoc` container, you can use the `quay.io/msuchane/newdoc:distro` container variant. It is built on the RHEL 9 UBI Minimal base, and contains the `microdnf` package manager.
93
+
NOTE: The default `newdoc` container is based on the Alpine distribution. If you need to install packages from the RHEL ecosystem in the `newdoc` container, you can use the `quay.io/mmuehlfeld/newdoc:distro` container variant. It is built on the RHEL 9 UBI Minimal base, and contains the `microdnf` package manager.
0 commit comments