Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread brent timothy saner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/08/2015 08:55 AM, Xorg wrote: I do a new clone, move pckages files into the new directory, commit and push, that works. Solved for libreoffice-faenza-mod [1]. Thanks. [1] https://aur4.archlinux.org/packages/libreoffice-faenza-mod/

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Lukas Fleischer
On Mon, 08 Jun 2015 at 19:25:02, brent timothy saner wrote: [...] I'm getting the same behaviour: [bts@workhorse freeswitch]$ git push Counting objects: 14, done. Delta compression using up to 8 threads. Compressing objects: 100% (13/13), done. Writing objects: 100% (14/14), 11.60 KiB | 0

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Johannes Löthberg
On 08/06, brent timothy saner wrote: I'm getting the same behaviour: [bts@workhorse freeswitch]$ git push Counting objects: 14, done. Delta compression using up to 8 threads. Compressing objects: 100% (13/13), done. Writing objects: 100% (14/14), 11.60 KiB | 0 bytes/s, done. Total 14 (delta 0),

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Andrejs Mivreņiks
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

[aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Xorg
I have the same problem with package libreoffice-faenza-mod: remote: error: The following error occurred when parsing commit remote: error: 2b5e403e908f51617b188c49a11def1ae4d9bf27: remote: error: missing install file: libreoffice-faenza-mod.install remote: error: hook declined to update

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Andrejs Mivreņiks
Hi! Are you sure you added and commited the install file before push? Check your git status output. -- Andrejs Mivreņiks PGP Key Fingerprint: 3872 5DEB BCA5 9460 09B2 E867 F34B C7DA D782 DAB8 On Mon, 8 Jun 2015, at 12:22, Xorg wrote: I have the same problem with package

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Xorg
Yes, sure. This package was on AUR-DEV previously. I have re-push all my packages, I have a problem only with libreoffice-faenza-mod. Le 08/06/2015 12:06, Andrejs Mivreņiks a écrit : Hi! Are you sure you added and commited the install file before push? Check your git status output.

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Lukas Fleischer
On Mon, 08 Jun 2015 at 11:22:29, Xorg wrote: I have the same problem with package libreoffice-faenza-mod: remote: error: The following error occurred when parsing commit remote: error: 2b5e403e908f51617b188c49a11def1ae4d9bf27: remote: error: missing install file:

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-08 Thread Xorg
I do a new clone, move pckages files into the new directory, commit and push, that works. Solved for libreoffice-faenza-mod [1]. Thanks. [1] https://aur4.archlinux.org/packages/libreoffice-faenza-mod/ Le 08/06/2015 12:06, Andrejs Mivreņiks a écrit : Hi! Are you sure you added and commited

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
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

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread Lukas Fleischer
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:

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
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

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
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

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread Johannes Löthberg
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