[aur-general] Signoff report for [community-testing]

2015-06-08 Thread Arch Website Notification
=== Signoff report for [community-testing] === https://www.archlinux.org/packages/signoffs/ There are currently: * 0 new packages in last 24 hours * 0 known bad packages * 0 packages not accepting signoffs * 0 fully signed off packages * 15 packages missing signoffs * 2 packages older than 14 days

[aur-general] aur4.archlinux.org is online

2015-06-08 Thread Lukas Fleischer
Hi, the AUR 4 setup at aur4.archlinux.org is now live. If you submitted your packages earlier today, please double-check that they are listed on the aur4.archlinux.org web interface. Regards, Lukas

Re: [aur-general] aur4.archlinux.org is online

2015-06-08 Thread Dominik Heidler
Hi, can anyone explain why this does not work: $ git clone a...@aur4.archlinux.org:foobar.git but this works: $ git clone ssh://a...@aur4.archlinux.org/foobar.git ? Regards, Dominik

Re: [aur-general] aur4.archlinux.org is online

2015-06-08 Thread Celti
On Mon, 08 Jun 2015 10:40:10 +0200 Dominik Heidler wrote: > can anyone explain why > this does not work: > $ git clone a...@aur4.archlinux.org:foobar.git > > but this works: > $ git clone ssh://a...@aur4.archlinux.org/foobar.git Try a...@aur4.archlinux.org:/foobar.git Regards, ~Patrick Burroug

[aur-general] [AUR4] AttributeError: '_pygit2.Tree' object has no attribute 'size'

2015-06-08 Thread Florian Bruhin
Hi, I just tried to upload my first package, and I get this: remote: Traceback (most recent call last): remote: File "hooks/update", line 194, in remote: if repo[treeobj.id].size > 10: remote: AttributeError: '_pygit2.Tree' object has no attribute 'size' remote: err

[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 refs/hea

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 libreoffic

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: libreoffice-faenza-mod.i

Re: [aur-general] [AUR4] AttributeError: '_pygit2.Tree' object has no attribute 'size'

2015-06-08 Thread Duru Can Celasun
On Mon, Jun 8, 2015 at 12:12 PM, Florian Bruhin wrote: > Hi, > > I just tried to upload my first package, and I get this: > > remote: Traceback (most recent call last): > remote: File "hooks/update", line 194, in > remote: if repo[treeobj.id].size > 10: > remote: Attribu

Re: [aur-general] aur4.archlinux.org is online

2015-06-08 Thread Johannes Löthberg
On 08/06, Dominik Heidler wrote: Hi, can anyone explain why this does not work: $ git clone a...@aur4.archlinux.org:foobar.git but this works: $ git clone ssh://a...@aur4.archlinux.org/foobar.git :foobar.git means that it will look in the homedir, :/foobar.git means that it will look in the

Re: [aur-general] [AUR4] AttributeError: '_pygit2.Tree' object has no attribute 'size'

2015-06-08 Thread Lukas Fleischer
On Mon, 08 Jun 2015 at 11:12:36, Florian Bruhin wrote: > Hi, > > I just tried to upload my first package, and I get this: > > remote: Traceback (most recent call last): > remote: File "hooks/update", line 194, in > remote: if repo[treeobj.id].size > 10: > remote: Attrib

[aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-08 Thread Chi Hsuan Yen
(Due to my poor English, the subject may not be easy to understand. I'll explain it below.) Hello AUR users, First I'm glad to see that AUR now switches to a git-based package system. I'm always interested in what are changed for an AUR package. Before AUR4, such an information is generally not a

Re: [aur-general] [AUR4] AttributeError: '_pygit2.Tree' object has no attribute 'size'

2015-06-08 Thread Florian Bruhin
* Lukas Fleischer [2015-06-08 13:32:26 +0200]: > On Mon, 08 Jun 2015 at 11:12:36, Florian Bruhin wrote: > > Hi, > > > > I just tried to upload my first package, and I get this: > > > > remote: Traceback (most recent call last): > > remote: File "hooks/update", line 194, in > > rem

Re: [aur-general] [AUR4] AttributeError: '_pygit2.Tree' object has no attribute 'size'

2015-06-08 Thread Duru Can Celasun
On Mon, Jun 8, 2015 at 2:52 PM, Florian Bruhin wrote: > * Lukas Fleischer [2015-06-08 13:32:26 +0200]: >> On Mon, 08 Jun 2015 at 11:12:36, Florian Bruhin wrote: >> > Hi, >> > >> > I just tried to upload my first package, and I get this: >> > >> > remote: Traceback (most recent call last): >>

[aur-general] Problem submitting to the new AUR.

2015-06-08 Thread Joakim Hernberg
I get this trying to commit the linux-rt buildscript? jack@tor /home/jack/archaudio/aur-git/linux-rt $ git commit --amend [master 9e8eb26] Intitial import of linux-rt 4.0.4_rt1-2 Date: Mon Jun 8 14:00:06 2015 +0200 10 files changed, 15241 insertions(+) create mode 100644 .SRCINFO create mode 1

Re: [aur-general] Problem submitting to the new AUR.

2015-06-08 Thread Lukas Fleischer
On Mon, 08 Jun 2015 at 14:18:23, Joakim Hernberg wrote: > I get this trying to commit the linux-rt buildscript? > [...] > remote: Traceback (most recent call last): > remote: File "hooks/update", line 253, in > remote: if not fname in commit.tree: > remote: TypeError: unexpected dict > remot

[aur-general] AUR4 patchwork package

2015-06-08 Thread Francesco Colista
Please, remove the patchwork package from aur, since the correct one is patchwork-git. Thanks. -- :: Francesco :: Twit.http://twitter.com/fcolista jabber...france...@jabber.org AboutMe..http://about.me/fcolista

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 th

Re: [aur-general] AUR4 patchwork package

2015-06-08 Thread Lukas Fleischer
On Mon, 08 Jun 2015 at 14:53:46, Francesco Colista wrote: > Please, remove the patchwork package from aur, since the correct one is > patchwork-git. Please file a request using the "File Request" link in the package actions box. Thanks! > Thanks. > > -- > :: Francesco :: > Twit.http://twit

[aur-general] Error pushing a PKGBUILD with split packages

2015-06-08 Thread Germán L . Osella Massa
Hello. I'm trying to push to the aur4 repo a PKGBUILD containing split packages but I get the following error: $ git push origin master Counting objects: 4, done. Delta compression using up to 2 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 851 bytes | 0 bytes/s, do

Re: [aur-general] [AUR4] AttributeError: '_pygit2.Tree' object has no attribute 'size'

2015-06-08 Thread Johannes Löthberg
On 08/06, Duru Can Celasun wrote: I did have a subdirectory and removing it seems to fix that particular error, but now I get this one: remote: Traceback (most recent call last): remote: File "hooks/update", line 253, in remote: if not fname in commit.tree: remote: TypeError: unexpected d

Re: [aur-general] Error pushing a PKGBUILD with split packages

2015-06-08 Thread Chris Warrick
On Mon, Jun 8, 2015 at 3:32 PM, Germán L. Osella Massa wrote: > Hello. > > I'm trying to push to the aur4 repo a PKGBUILD containing split > packages but I get the following error: > > $ git push origin master > Counting objects: 4, done. > Delta compression using up to 2 threads. > Compressing ob

Re: [aur-general] Problem submitting to the new AUR.

2015-06-08 Thread Joakim Hernberg
On Mon, 08 Jun 2015 14:30:40 +0200 Lukas Fleischer wrote: > On Mon, 08 Jun 2015 at 14:18:23, Joakim Hernberg wrote: > > I get this trying to commit the linux-rt buildscript? > > [...] > > remote: Traceback (most recent call last): > > remote: File "hooks/update", line 253, in > > remote: i

Re: [aur-general] Error pushing a PKGBUILD with split packages

2015-06-08 Thread Johannes Löthberg
On 08/06, Chris Warrick wrote: I’m having the exact same problem. It is caused by the fact that these were two separate packages in AURv3. Problematic packages for me: python2-bbcode -> python-bbcode python2-bbcode-git -> python-bbcode-git python2-doit -> python-doit python2-doit-git -> python

Re: [aur-general] Error pushing a PKGBUILD with split packages

2015-06-08 Thread Chris Warrick
On Mon, Jun 8, 2015 at 4:47 PM, Johannes Löthberg wrote: > On 08/06, Chris Warrick wrote: >> >> I’m having the exact same problem. It is caused by the fact that >> these were two separate packages in AURv3. >> >> Problematic packages for me: >> >> python2-bbcode -> python-bbcode >> python2-bbcode

[aur-general] [AUR4] View list of orphans

2015-06-08 Thread G. Schlisio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, in AUR3 it was easy to see a list of all orphans. by going to the search page and just clicking "Orphans" without configuring any search, one was provided with a list of all current orphans ready to adopt. in AUR4 i tried this as well, but just

Re: [aur-general] [AUR4] View list of orphans

2015-06-08 Thread Johannes Löthberg
On 08/06, G. Schlisio wrote: in AUR3 it was easy to see a list of all orphans. by going to the search page and just clicking "Orphans" without configuring any search, one was provided with a list of all current orphans ready to adopt. in AUR4 i tried this as well, but just got a "Error retrieving

Re: [aur-general] [AUR4] View list of orphans

2015-06-08 Thread Chris Warrick
On Mon, Jun 8, 2015 at 5:13 PM, Johannes Löthberg wrote: > On 08/06, G. Schlisio wrote: >> >> in AUR3 it was easy to see a list of all orphans. >> by going to the search page and just clicking "Orphans" without >> configuring any search, one was provided with a list of all current >> orphans ready

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 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 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

Re: [aur-general] Error pushing a PKGBUILD with split packages

2015-06-08 Thread Lukas Fleischer
On Mon, 08 Jun 2015 at 16:48:27, Chris Warrick wrote: > [...] > Should I litter AURv4 with outdated packages and file requests, or > what? Is there really no better way to do this? > [...] I noticed that you already fixed this. For everyone else: Note that you do not need to upload a dummy packag

Re: [aur-general] [AUR4] View list of orphans

2015-06-08 Thread Lukas Fleischer
On Mon, 08 Jun 2015 at 16:55:32, G. Schlisio wrote: > [...] > in AUR4 i tried this as well, but just got a "Error retrieving package > list.". Searching for maintainer "orphan" does not work as well. > is this a bug, a feature or am i missing something here? > [...] Fixed, thanks for reporting!

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-08 Thread Eli Schwartz
On Mon, Jun 8, 2015 at 6:33 AM, Chi Hsuan Yen wrote: > (Due to my poor English, the subject may not be easy to understand. I'll > explain it below.) > > Hello AUR users, > > First I'm glad to see that AUR now switches to a git-based package system. > I'm always interested in what are changed for

[aur-general] Should I request deletion for packages in this transition period?

2015-06-08 Thread Oon-Ee Ng
I'm only now looking at the AUR4 migration guidelines, and I only have a few packages so I've been uploading to AUR4 manually. However, in the process I've found old packages which I no longer use or wish to maintain. Some of which should may be deletion candidates. Of course, those all belong to

Re: [aur-general] [AUR4] Is there a tool for using a single git repo for several packages?

2015-06-08 Thread Stefan Tatschner
On Mon, 2015-06-08 at 18:05 -0500, Eli Schwartz wrote: > I also have a few githooks for auto-generating .SRCINFO, suggesting a > commit message, and auto-generating aurballs for the transitional > period > where we need to support the old and new AUR interfaces. > The `aurpublish` script handles c

Re: [aur-general] Should I request deletion for packages in this transition period?

2015-06-08 Thread Lukas Fleischer
On Tue, 09 Jun 2015 at 06:25:43, Oon-Ee Ng wrote: > I'm only now looking at the AUR4 migration guidelines, and I only have > a few packages so I've been uploading to AUR4 manually. > > However, in the process I've found old packages which I no longer use > or wish to maintain. Some of which should