add: retrying (#8988) (#9015)

(cherry picked from commit a9da60791e)

Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-01-09 14:06:47 -08:00
committed by GitHub
parent 509bead48a
commit 48e9f71cde
3 changed files with 54 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "retrying.spec"
}
}