Skip to content

Commit e3a7845

Browse files
committed
Update docs after handing over packaging and distribution from Marek Suchanek to Marc Muehlfeld
1 parent 8def696 commit e3a7845

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

PACKAGING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following are instructions for the maintainers of `newdoc` to package and di
4242
4343
1. Log into the Copr repository administration.
4444
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.
4646
4747
2. Go to the **Builds** tab.
4848
@@ -61,7 +61,7 @@ The following are instructions for the maintainers of `newdoc` to package and di
6161
6262
1. Make sure you have access to the existing Homebrew repository.
6363
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).
6565
6666
2. Download the `.tar.gz` archive that Github created for your latest tagged version:
6767
@@ -84,9 +84,9 @@ The following are instructions for the maintainers of `newdoc` to package and di
8484
8585
## Packaging and distributing newdoc on Quay.io
8686
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).
8888
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.
9090
9191
The version tag must start with "v" and match the `v.*` regular expression.
9292

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Rust tests](https://github.com/redhat-documentation/newdoc/actions/workflows/rust-test.yml/badge.svg)](https://github.com/redhat-documentation/newdoc/actions/workflows/rust-test.yml)
88
[![dependency status](https://deps.rs/repo/github/redhat-documentation/newdoc/status.svg)](https://deps.rs/repo/github/redhat-documentation/newdoc)
9-
[![Copr build](https://copr.fedorainfracloud.org/coprs/mareksu/newdoc-rs/package/newdoc/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/mareksu/newdoc-rs/package/newdoc/)
9+
[![Copr build](https://copr.fedorainfracloud.org/coprs/mmuehlfeldrh/newdoc-rs/package/newdoc/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/mmuehlfeldrh/newdoc-rs/package/newdoc/)
1010

1111
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/>.
1212

docs/proc_installing-newdoc.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To install `newdoc` on current Fedora, RHEL 8 or later, or CentOS 8 or later, en
1414
. Enable the repository:
1515
+
1616
----
17-
# dnf copr enable mareksu/newdoc-rs
17+
# dnf copr enable mmuehlfeldrh/newdoc-rs
1818
----
1919

2020
. Install `newdoc`:
@@ -33,7 +33,7 @@ To install `newdoc` on openSUSE Tumbleweed:
3333
+
3434
----
3535
# zypper addrepo \
36-
'https://copr.fedorainfracloud.org/coprs/mareksu/newdoc-rs/repo/opensuse-tumbleweed/mareksu-newdoc-rs-opensuse-tumbleweed.repo'
36+
'https://copr.fedorainfracloud.org/coprs/mmuehlfeldrh/newdoc-rs/repo/opensuse-tumbleweed/mmuehlfeldrh-newdoc-rs-opensuse-tumbleweed.repo'
3737
----
3838

3939
. Install `newdoc`:
@@ -52,7 +52,7 @@ To install `newdoc` on macOS, use the **Homebrew** package manager:
5252
. Install `newdoc`:
5353
+
5454
----
55-
$ brew install msuchane/repo/newdoc
55+
$ brew install redhat-documentation/repo/newdoc
5656
----
5757

5858
.Container
@@ -73,13 +73,13 @@ On Fedora, RHEL, and CentOS, replace `docker` with `podman` in the following com
7373
. Download the image:
7474
+
7575
----
76-
$ docker pull quay.io/msuchane/newdoc
76+
$ docker pull quay.io/mmuehlfeld/newdoc
7777
----
7878

7979
. Configure a command alias. Save this line in your shell configuration file, such as in the `~/.bashrc` file:
8080
+
8181
----
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"
8383
----
8484

8585
. 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"
9090
documentation-directory]$ newdoc
9191
----
9292

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.
9494

9595
.From source on any platform
9696

docs/proc_updating-newdoc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To update the `newdoc` container, use Docker or Podman.
6060
On Fedora, RHEL, and CentOS, replace `docker` with `podman` in the following command:
6161

6262
----
63-
$ docker pull quay.io/msuchane/newdoc
63+
$ docker pull quay.io/mmuehlfeld/newdoc
6464
----
6565

6666
.From source on any platform

0 commit comments

Comments
 (0)