Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

remote rejects push citing `missing source file: J`
### Checklist This bug template is meant to provide bug issues for code existing in the aurweb repository. This bug template is **not meant** to handle bugs with user-uploaded packages. To work out a bug you have found in a user-uploaded package, contact the package's maintainer first. If you receive no response, file the relevant package request against it so TUs can deal with cleanup. - [x] I confirm that this is an issue with aurweb's code and not a user-uploaded package. - [x] I have described the bug in complete detail in the [Description](#description) section. - [x] I have specified steps in the [Reproduction](#reproduction) section. - [x] I have included any logs related to the bug in the [Logs](#logs) section. - [x] I have included the versions which are affected in the [Version(s)](#versions) section. ### Description aurweb has been refusing to accept a commit I've re-created several times and tried to push. It failed with the [same error](https://github.com/txtsd/aur_jackett_updater/actions/runs/4022188887/jobs/6912344448#step:19:15) twice on an Arch CI, and also [locally](https://paste.sr.ht/~txtsd/de5899717c033decdfd2aca9eb1744a1aa8559b7) on my Arch system. ### Reproduction 1. Clone [jackett-bin](https://aur.archlinux.org/packages/jackett-bin) ``` git clone https://aur.archlinux.org/packages/jackett-bin ``` 2. Apply [this patch](https://paste.sr.ht/~txtsd/a96250fef4f0edfdb4d7d963534972ca2f3709c6), or commit the same contents. 3. Commit and try to push it to the AUR ### Logs **git push log** ``` [txtsd@dungeon-of-data]─[~/git/mine/pkgbuilds/jackett-bin]─[± master] λ git push warning: not sending a push certificate since the receiving end does not support --signed push Enumerating objects: 7, done. Counting objects: 100% (7/7), done. Delta compression using up to 8 threads Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 975 bytes | 975.00 KiB/s, done. Total 4 (delta 3), reused 0 (delta 0), pack-reused 0 remote: error: The following error occurred when parsing commit remote: error: bd2613ffc6bfd894fd4d080c708cb1e550647f1e: remote: error: missing source file: J remote: error: hook declined to update refs/heads/master To ssh://aur.archlinux.org/jackett-bin.git ! [remote rejected] master -> master (hook declined) error: failed to push some refs to 'ssh://aur.archlinux.org/jackett-bin.git' ``` **github actions log** https://github.com/txtsd/aur_jackett_updater/actions/runs/4022188887/jobs/6912344448#step:19:15 **commit.patch** ```patch From 6b316235ae726539a23953c612998ccee3717fef Mon Sep 17 00:00:00 2001 From: txtsd <code@ihavea.quest> Date: Fri, 27 Jan 2023 13:16:23 +0530 Subject: [PATCH] upgpkg: jackett-bin 0.20.2721-1 Signed-off-by: txtsd <code@ihavea.quest> --- .SRCINFO | 14 +++++++------- PKGBUILD | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7686b5e..4177036 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = jackett-bin pkgdesc = Use many torrent trackers with software that supports torznab/potato feeds. - pkgver = 0.20.2707 + pkgver = 0.20.2721 pkgrel = 1 url = https://github.com/Jackett/Jackett arch = x86_64 @@ -20,11 +20,11 @@ pkgbase = jackett-bin sha256sums = 9d8f9d73e5fa2b2877dde010c0d8ca6fbf47f03eb1f01b02f846026a949a0dcf sha256sums = d005fcd009ec5404e1ec88246c31e664167f5551d6cabc35f68eb41750bfe590 sha256sums = 64022e15565a609f449090f02d53ee90ef95cffec52ae14f99e4e2132b6cffe1 - source_x86_64 = Jackett.Binaries.LinuxAMDx64-0.20.2707.tar.gz::https://github.com/Jackett/Jackett/releases/download/v0.20.2707/Jackett.Binaries.LinuxAMDx64.tar.gz - sha256sums_x86_64 = f948d0c5a55f2681382e6c334315cf432fb40c89c7ed0eb78acdf897114197ba - source_aarch64 = Jackett.Binaries.LinuxARM64-0.20.2707.tar.gz::https://github.com/Jackett/Jackett/releases/download/v0.20.2707/Jackett.Binaries.LinuxARM64.tar.gz - sha256sums_aarch64 = 016c823479f09d97884d3669d6d6fc1c25978d7be673e59a4d04265274c98f10 - source_armv7h = Jackett.Binaries.LinuxARM32-0.20.2707.tar.gz::https://github.com/Jackett/Jackett/releases/download/v0.20.2707/Jackett.Binaries.LinuxARM32.tar.gz - sha256sums_armv7h = 159df128f64708412be2532eb2afb247830f29e4b1d2c5eb6b6afd7dafce7026 + source_x86_64 = Jackett.Binaries.LinuxAMDx64-0.20.2721.tar.gz::https://github.com/Jackett/Jackett/releases/download/v0.20.2721/Jackett.Binaries.LinuxAMDx64.tar.gz + sha256sums_x86_64 = f486f8528292c067620e9d495f66b0af2ad55dd4dc2e9d35b11aa7dd656d487b + source_aarch64 = Jackett.Binaries.LinuxARM64-0.20.2721.tar.gz::https://github.com/Jackett/Jackett/releases/download/v0.20.2721/Jackett.Binaries.LinuxARM64.tar.gz + sha256sums_aarch64 = 1f72deec0a9af5059e1350d7b5a5a93bc4d2fbef6eeaa363fda764eb9c472b7b + source_armv7h = Jackett.Binaries.LinuxARM32-0.20.2721.tar.gz::https://github.com/Jackett/Jackett/releases/download/v0.20.2721/Jackett.Binaries.LinuxARM32.tar.gz + sha256sums_armv7h = 8229b4bbf43563d8b688d19a514fb0fa0a1ef0eadbd96233882a4b496fa4c8c8 pkgname = jackett-bin diff --git a/PKGBUILD b/PKGBUILD index 1a0ca49..3ff9fbe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Donald Webster <fryfrog@gmail.com> pkgname=jackett-bin -pkgver=0.20.2707 +pkgver=0.20.2721 pkgrel=1 pkgdesc='Use many torrent trackers with software that supports torznab/potato feeds.' arch=('x86_64' 'aarch64' 'armv7h') @@ -27,9 +27,9 @@ source_armv7h=("Jackett.Binaries.LinuxARM32-${pkgver}.tar.gz::https://github.com sha256sums=('9d8f9d73e5fa2b2877dde010c0d8ca6fbf47f03eb1f01b02f846026a949a0dcf' 'd005fcd009ec5404e1ec88246c31e664167f5551d6cabc35f68eb41750bfe590' '64022e15565a609f449090f02d53ee90ef95cffec52ae14f99e4e2132b6cffe1') -sha256sums_x86_64=('f948d0c5a55f2681382e6c334315cf432fb40c89c7ed0eb78acdf897114197ba') -sha256sums_aarch64=('016c823479f09d97884d3669d6d6fc1c25978d7be673e59a4d04265274c98f10') -sha256sums_armv7h=('159df128f64708412be2532eb2afb247830f29e4b1d2c5eb6b6afd7dafce7026') +sha256sums_x86_64=('f486f8528292c067620e9d495f66b0af2ad55dd4dc2e9d35b11aa7dd656d487b') +sha256sums_aarch64=('1f72deec0a9af5059e1350d7b5a5a93bc4d2fbef6eeaa363fda764eb9c472b7b') +sha256sums_armv7h=('8229b4bbf43563d8b688d19a514fb0fa0a1ef0eadbd96233882a4b496fa4c8c8') -- 2.39.1 ``` ### Version(s) aurweb 6.2.0
issue