Skip to content

Commit

Permalink
Update docs and URLs after handing over packaging and distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuehlfeldRH committed Jun 27, 2024
1 parent a9b9a53 commit 682d4d9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = "GPL-3.0-or-later"
readme = "README.md"
categories = ["command-line-utilities", "text-processing", "template-engine"]
keywords = ["releasenotes", "asciidoc", "documentation", "RedHat"]
repository = "https://github.com/msuchane/acorns/"
homepage = "https://msuchane.github.io/acorns/"
repository = "https://github.com/redhat-documentation/acorns/"
homepage = "https://redhat-documentation.github.io/acorns/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
![Crates.io](https://img.shields.io/crates/l/acorns?label=license)
<!--[![Documentation](https://docs.rs/acorns/badge.svg)](https://docs.rs/acorns)-->

[![CI tests](https://github.com/msuchane/acorns/actions/workflows/rust-tests.yml/badge.svg)](https://github.com/msuchane/acorns/actions/workflows/rust-tests.yml)
[![Dependency status](https://deps.rs/repo/github/msuchane/acorns/status.svg)](https://deps.rs/repo/github/msuchane/acorns)
[![CI tests](https://github.com/redhat-documentation/acorns/actions/workflows/rust-tests.yml/badge.svg)](https://github.com/redhat-documentation/acorns/actions/workflows/rust-tests.yml)
[![Dependency status](https://deps.rs/repo/github/redhat-documentation/acorns/status.svg)](https://deps.rs/repo/github/redhat-documentation/acorns)

Generate an AsciiDoc release notes document from tracking tickets.

Previously known as Cizrna. This project is a reimplementation of the earlier CoRN 3 generator.

## Installation and usage

See the complete user documentation: <https://msuchane.github.io/acorns/>.
See the complete user documentation: <https://redhat-documentation.github.io/acorns/>.

## Changes

Expand Down
4 changes: 2 additions & 2 deletions acorns.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Summary: Generate an AsciiDoc release notes document from tracking tickets.
Version: 0.33.1
Release: 1%{?dist}
License: GPLv3+
URL: https://github.com/msuchane/acorns
URL: https://github.com/redhat-documentation/acorns
Group: Applications/Text
Obsoletes: cizrna
#Source0: https://static.crates.io/crates/%{name}/%{name}-%{version}.crate
Source0: https://github.com/msuchane/%{name}/archive/refs/tags/v%{version}.tar.gz
Source0: https://github.com/redhat-documentation/%{name}/archive/refs/tags/v%{version}.tar.gz

# This works fine with Fedora and RHEL, but breaks the SUSE build:
ExclusiveArch: %{rust_arches}
Expand Down
10 changes: 5 additions & 5 deletions docs/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

:name: aCoRNs
:bin-name: acorns
:git-repo: https://github.com/msuchane/acorns
:container-repo: quay.io/msuchane/acorns
:container-repo-slug: msuchane/acorns
:copr-repo: https://copr.fedorainfracloud.org/coprs/mareksu/acorns
:copr-repo-slug: mareksu/acorns
:git-repo: https://github.com/redhat-documentation/acorns
:container-repo: quay.io/redhat-documentation/acorns
:container-repo-slug: redhat-documentation/acorns
:copr-repo: https://copr.fedorainfracloud.org/coprs/mmuehlfeldrh/acorns/
:copr-repo-slug: mmuehlfeldrh/acorns

:context: generating-release-notes-using-{bin-name}
2 changes: 1 addition & 1 deletion docs/modules/proc_installing-acorns.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ WARNING: This repository is currently experimental. Please report any problems w
.. Install `acorns`:
+
----
$ brew install msuchane/repo/acorns
$ brew install redhat-documentation/repo/acorns
----

* On any system, including different Linux distributions and macOS, you can build {name} from source:
Expand Down
2 changes: 1 addition & 1 deletion example/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Build the release notes using aCoRNs
acorns:
image: quay.io/msuchane/acorns:latest
image: quay.io/redhat-documentation/acorns:latest
stage: build
tags:
- shared
Expand Down

0 comments on commit 682d4d9

Please sign in to comment.