internal/rosa/package/rsync: annotate blocked update
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m52s
Test / ShareFS (push) Successful in 3m44s
Test / Hakurei (push) Successful in 3m50s
Test / Sandbox (race detector) (push) Successful in 5m32s
Test / Hakurei (race detector) (push) Successful in 6m38s
Test / Flake checks (push) Successful in 1m21s
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m52s
Test / ShareFS (push) Successful in 3m44s
Test / Hakurei (push) Successful in 3m50s
Test / Sandbox (race detector) (push) Successful in 5m32s
Test / Hakurei (race detector) (push) Successful in 6m38s
Test / Flake checks (push) Successful in 1m21s
Despite rsync being practically feature complete, with minimal changes in many years, it recently had a large number of poor quality AI-generated changes, with the first release including them apparently being 3.4.2. Release 3.4.3 then introduced a dependency on kernel-headers, creating a dependency loop that prevented directly upgrading to it. This change annotates the blockage since it is not worth working around the dependency loop for AI-generated garbage. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -2,6 +2,7 @@ package rsync {
|
|||||||
description = "an open source utility that provides fast incremental file transfer";
|
description = "an open source utility that provides fast incremental file transfer";
|
||||||
website = "https://rsync.samba.org";
|
website = "https://rsync.samba.org";
|
||||||
anitya = 4217;
|
anitya = 4217;
|
||||||
|
block = "kernel-headers circular dependency";
|
||||||
|
|
||||||
version# = "3.4.1";
|
version# = "3.4.1";
|
||||||
source = remoteTar {
|
source = remoteTar {
|
||||||
|
|||||||
Reference in New Issue
Block a user