You are not logged in.
I just aint seein where to comment, but I got some useful things to add to a couple.
How do I add a comment?
Offline
Login. There is a big comment box at the bottom. You can not miss it...
Offline
You may wanna start here
http://aur.archlinux.org/account.php
Offline
#!/bin/bash
username=
password=
aur='http://aur.archlinux.org'
cookie=/tmp/aur.cookie
[ -f "${cookie}" ] || curl -s -d user=${username} -d passwd=${password} "${aur}/index.php" -c "${cookie}" >/dev/null
curl "${aur}/packages.php?ID=${1}" -d ID=${1} -d comment="${2}" -b "${cookie}" -D /dev/stderr >/dev/nullUsage:
0. Register an AUR account
1. Fill in the username and password with your AUR account info
2. Run the script with:
./aurcmt 22296 "Ranguvar, update it already!!!"If you get "Set-Cookie:" in the response header, tada it's done.
PS: No spam...
Last edited by lolilolicon (2010-02-02 12:37:05)
This silver ladybug at line 28...
Offline
Ahh ok thanks. I did the aur account thing in a daze this mornin. Everythings there now, but it's all in spanish? I aint sure. How do I change it. I can't understand what I'm clickin much, lol
Edit: scrap that found it. Cheers guys.
Last edited by Jabb3r (2010-02-03 00:43:39)
Offline
./aurcmt 22296 "Ranguvar, update it already!!!"
lol
Offline