Skip to content

Commit

Permalink
Rename to t2linux-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jul 29, 2024
1 parent 2909682 commit c1eb7df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
base_sha: ${{ steps.branch-name.outputs.base_ref_branch }}
files: |
kernel/*
copr-sharpenedblade-t2linux-release/*
t2linux-repos/*
rust-tiny-dfr/*
t2linux-audio/*
t2linux-config/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copr-webhooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "t2linux-config/*"
- "t2linux-audio/*"
- "rust-tiny-dfr/*"
- "copr-sharpenedblade-t2linux-release/*"
- "t2linux-repos/*"
- "rust-arraydeque/*"
- "rust-nonempty/*"
- "rust-rust-ini0.20/*"
Expand Down
2 changes: 1 addition & 1 deletion build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

if [ "$1" == "all" ]; then
packages=( "t2linux-config" "t2linux-audio" "rust-tiny-dfr" "kernel" "copr-sharpenedblade-t2linux-release" "rust-arraydeque" "rust-nonempty" "rust-rust-ini0.20" "t2fanrd" "linux-apfs-rw" "linux-apfs-rw-kmod" "t2linux-scripts" "t2linux-release" )
packages=( "t2linux-config" "t2linux-audio" "rust-tiny-dfr" "kernel" "t2linux-repos" "rust-arraydeque" "rust-nonempty" "rust-rust-ini0.20" "t2fanrd" "linux-apfs-rw" "linux-apfs-rw-kmod" "t2linux-scripts" "t2linux-release" )
else
packages=( "$@" )
fi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Name: copr-sharpenedblade-t2linux-release
Version: 1.0.0
Name: t2linux-repos
Version: 2.0.0
Release: 1%{?dist}
Summary: Copr repo for t2linux owned by sharpenedblade.
License: MIT
URL: https://copr.fedorainfracloud.org/coprs/sharpenedblade/t2linux

Provides: copr-sharpenedblade-t2linux-release = 2.0.0-1
Obsoletes: copr-sharpenedblade-t2linux-release < 1.0.0-2
Obsoletes: t2linux-repo < 7.0.0-2

Source0: copr-sharpenedblade-t2linux.repo
Expand Down

0 comments on commit c1eb7df

Please sign in to comment.