[aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install
Hi. y try to update a pkgbuild. but server refuses by: remote: error: The following error occurred when parsing commit remote: error: 8ba6f94497960275d1a78f913163df30b238cf72: remote: error: missing install file: avidemux.install remote: error: hook declined to update refs/heads/master To ssh+git://aur4.archlinux.org/avidemux-git.git/ ! [remote rejected] master -> master (hook declined) but in my pkgbuild, the install file is called 'avidemux-git.install' need the rename that file to 'avidemux.install'? or is a AUR4 hook error the last update for this package make a zero problems about this file is a new mandatory? greetings
On Sun, 07 Jun 2015 at 16:03:29, SpinFlo wrote:
Hi. y try to update a pkgbuild. but server refuses by:
remote: error: The following error occurred when parsing commit remote: error: 8ba6f94497960275d1a78f913163df30b238cf72: remote: error: missing install file: avidemux.install remote: error: hook declined to update refs/heads/master To ssh+git://aur4.archlinux.org/avidemux-git.git/ ! [remote rejected] master -> master (hook declined)
but in my pkgbuild, the install file is called 'avidemux-git.install'
need the rename that file to 'avidemux.install'? or is a AUR4 hook error
the last update for this package make a zero problems about this file
is a new mandatory?
Yes, it is a new check. Are you sure the file is called "avidemux-git.install" in the PKGBUILD? What about the install field in .SRCINFO? Also make sure you are looking at the right commit (8ba6f94).
greetings
yes, I complety sure, and the .SRCINFO also points to same file ' install = avidemux-git.install' ok then. I'll rename that file to new standarized name the pkgbuild is the same like [AUR] pkgbuild (https://aur.archlinux.org/packages/av/avidemux-git/PKGBUILD) greetings
ok then. I'll rename that file to new standarized name
nope. I rename the file, adjust the .gitignore and generate new .SRCINFO with the changes. but the server still refuses the commit (with first reset the repo to a origin commit) I back to 8ba6f94, but i don't how edit the commit to make the changes and save it with the new changes need wait to server reset? greetings
On 07/06, SpinFlo wrote:
I back to 8ba6f94, but i don't how edit the commit to make the changes and save it with the new changes
You will have to either use git-rebase or just start over with a fresh repo. -- Sincerely, Johannes Löthberg PGP Key ID: 0x50FB9B273A9D0BB5 https://theos.kyriasis.com/~kyrias/
thanks @Johannes Löthberg for you reply. but i think this has been fixed - git reset --hard HEAD~ - edit the files (pkgbuild, .install, .SRCINFO and .gitignore) - add the files with 'git add <missing files>' - git commit --all --amend --no-edit - git push this is ok? greetings
Hello! How did you access AUR4? The web page still says "This site is down due to maintenance" and I can't add my SSH public key. -- Andrejs Mivreņiks PGP Key Fingerprint: 3872 5DEB BCA5 9460 09B2 E867 F34B C7DA D782 DAB8 On Sun, 7 Jun 2015, at 17:03, SpinFlo wrote:
Hi. y try to update a pkgbuild. but server refuses by:
remote: error: The following error occurred when parsing commit remote: error: 8ba6f94497960275d1a78f913163df30b238cf72: remote: error: missing install file: avidemux.install remote: error: hook declined to update refs/heads/master To ssh+git://aur4.archlinux.org/avidemux-git.git/ ! [remote rejected] master -> master (hook declined)
but in my pkgbuild, the install file is called 'avidemux-git.install'
need the rename that file to 'avidemux.install'? or is a AUR4 hook error
the last update for this package make a zero problems about this file
is a new mandatory?
greetings
participants (4)
-
Andrejs Mivreņiks
-
Johannes Löthberg
-
Lukas Fleischer
-
SpinFlo