Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A aurweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 85
    • Issues 85
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • aurweb
  • Issues
  • #422
Closed
Open
Issue created Jan 27, 2023 by txtsd@txtsd5 of 5 checklist items completed5/5 checklist items

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.

  • I confirm that this is an issue with aurweb's code and not a user-uploaded package.
  • I have described the bug in complete detail in the Description section.
  • I have specified steps in the Reproduction section.
  • I have included any logs related to the bug in the Logs section.
  • I have included the versions which are affected in the Version(s) 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 twice on an Arch CI, and also locally on my Arch system.

Reproduction

  1. Clone jackett-bin
    git clone https://aur.archlinux.org/packages/jackett-bin
  2. Apply this patch, 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

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

Edited Jan 27, 2023 by txtsd
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking