You are not logged in.
fauno: Bad wording on my part. It'll get released eventually.
Offline
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
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
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
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
(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
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
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
aur3 in in the AUR now https://aur.archlinux.org/packages.php?ID=55132
Offline
aur3 in in the AUR now https://aur.archlinux.org/packages.php?ID=55132
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
Once something is in Aur3, it is ignored in the AUR.
Offline