You are not logged in.

#26 2011-02-11 16:03:36

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: A new AUR mirror: AUR3

fauno:  Bad wording on my part.  It'll get released eventually.

Offline

#27 2011-04-01 00:42:33

ushimitsudoki
Member
From: Okinawa
Registered: 2010-07-20
Posts: 18
Website

Re: A new AUR mirror: AUR3

On the gpg/gnupg note:

Update the landing page, as it calls for "pacman -S gpg". Should be "pacman -S gnupg", I think.


Free Software, Free Society

Offline

#28 2011-04-01 10:23:37

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: A new AUR mirror: AUR3

Fixed, thanks.

ushimitsudoki: Also, thank you for finding several bugs in the upload routine.  My apologies if it briefly stopped accepting your packages.

Last edited by keenerd (2011-04-01 10:42:49)

Offline

#29 2011-11-03 20:11:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: A new AUR mirror: AUR3

I wanted to have so fun with jshon and all the jsons you kindly provide but my knowledge is insufficient. http://aur3.org/all_jsons.tar.gz provides info about all the packages from the official repos and from the AUR. How can I keep only the info about the currently available AUR packages?

I went though

wget http://aur3.org/all_jsons.tar.gz
tar xfz all_jsons.tar.gz && cd rpc
rm -f $(pacman -Sql)
rm -f $(pacman -Sg)

but how to deal with packages like alpine or acoustica-font-ttf? The former used to be in the repos but it's not there anymore (and thus 'rm -f $(pacman -Sql)' doesn't remove it) and the latter has been long removed from the AUR.

[karol@black rpc]$ jshon -e repo -u < acoustica-font-ttf
Segmentation fault
[karol@black rpc]$ jshon -e repo -u < alpine
extra
[karol@black rpc]$ jshon -e votes -u < alpine
Segmentation fault

These segmentation faults make me sad <sad puppy eyes>

Does all_jsons.tar.gz need to be updated?

Offline

#30 2011-11-03 21:43:03

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: A new AUR mirror: AUR3

Archiving deleted packages is a feature, I swear :-)

For now you'd have to query the real AUR to get a definitive answer to what packages are actually still on the AUR. 

(Falconindy has been hounding me about better handling of those jshon segfaults too. For now, don't ask jshon to do something impossible.  The -k argument of jshon is there to make sure a key exists before reading it.)

With regards to the missing repo and votes fields, everything should have a repo field so there is something weird going on there.  How should "votes" be dealt with for official packages?  They don't have any, so there is no field.  (Though I could incorporate pkgstats info....)

The tarball is updated every night, but I'll try to bring it more in line with your expectations.

Offline

#31 2011-11-03 22:10:44

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: A new AUR mirror: AUR3

keenerd wrote:

(Falconindy has been hounding me about better handling of those jshon segfaults too. For now, don't ask jshon to do something impossible.  The -k argument of jshon is there to make sure a key exists before reading it.)

Yup, '-k' makes it possible but it's no fun checking if 'repo' (as in acoustica-font-ttf) and 'name' exist:

[karol@black rpc]$ jshon -k < aur3 | grep name
[karol@black rpc]$ jshon -k < aur3
license
maintainer
description
pkgrel
tarsize
targz
comments
repo
depends
makedepends
pkgbuild
required-by
pkgver
keenerd wrote:

How should "votes" be dealt with for official packages?  They don't have any, so there is no field.  (Though I could incorporate pkgstats info....)

I would preferr e.g. ' ', '-' or 'N/A' to be printed instead, so I can 'grep -v' and be done with it.

Offline

#32 2011-11-04 00:39:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: A new AUR mirror: AUR3

Some more weirdness: these AUR packages don't have 'votes' key:

[karol@black foo2]$ grep NOVOTES loop90
NOVOTES	dirdiff
NOVOTES	dkms-nvidia
NOVOTES	dkms-virtualbox_bin
NOVOTES	stuntrally-git
NOVOTES	stuntrally-hg
NOVOTES	phoronix-test-suite-devel

These have neither 'votes' nor 'name' key:

[karol@black foo2]$ grep NONAME loop90
NONAME	http://aur3.org/mirror/downtimed/downtimed.tar.gz
NONAME	http://aur3.org/mirror/dkms-broadcom-wl/dkms-broadcom-wl.tar.gz
NONAME	http://aur3.org/mirror/phoronix-test-suite-git/phoronix-test-suite-git.tar.gz
NONAME	http://aur3.org/mirror/worldofpadman/worldofpadman.tar.gz
NONAME	http://aur3.org/mirror/dkms-rtl8192se/dkms-rtl8192se.tar.gz
NONAME	http://aur3.org/mirror/worldofpadman-beta/worldofpadman-beta.tar.gz

These two have already been removed:
* dkms-virtualbox_bin
* stuntrally-hg

The rest is maintained by ushimitsudoki and belongs to 'aur3' repo.

Offline

#33 2011-12-20 15:31:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: A new AUR mirror: AUR3

Offline

#34 2011-12-24 04:40:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: A new AUR mirror: AUR3

karol wrote:

I've just downloaded all_jsons from your website and aur3 is still listed as an aur3 repo package even though it's in the AUR now.

all_jsons still carries acoustica-font-ttf which has no 'repo' field and was supposedly deleted in January http://mailman.archlinux.org/pipermail/ … 13353.html

Offline

#35 2011-12-24 16:09:09

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: A new AUR mirror: AUR3

Once something is in Aur3, it is ignored in the AUR.

Offline

Board footer

Powered by FluxBB