Skip to content

Commit

Permalink
chore: Disable apt and yum for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblackman committed Mar 16, 2024
1 parent e8430d9 commit dc557d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ brew install dustinblackman/tap/oatmeal

### Debian / Ubuntu

Note: This method may have outdated releases.

```sh
curl -s https://apt.dustinblackman.com/KEY.gpg | apt-key add -
curl -s https://apt.dustinblackman.com/dustinblackman.list > /etc/apt/sources.list.d/dustinblackman.list
Expand All @@ -68,6 +70,8 @@ sudo apt-get install oatmeal

### Fedora / CentOS

Note: This method may have outdated releases.

```sh
dnf config-manager --add-repo https://yum.dustinblackman.com/config.repo
dnf install oatmeal
Expand Down
4 changes: 2 additions & 2 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ cargo gha gh pr list -R microsoft/winget-pkgs -A dustinblackman --state open --j

# Release to package managers not supported by GoReleaser.
cargo publish
tools/apt.sh "$OM_VERSION" "$(realpath dist)"
#tools/apt.sh "$OM_VERSION" "$(realpath dist)"
tools/nur.sh "$OM_VERSION" "$(realpath dist)"
tools/yum.sh "$OM_VERSION" "$(realpath dist)"
#tools/yum.sh "$OM_VERSION" "$(realpath dist)"
tools/choco.sh "$OM_VERSION" "$(realpath dist)"

# Archive and upload debug packages
Expand Down

0 comments on commit dc557d0

Please sign in to comment.