You are not logged in.

#1 2010-02-02 11:34:06

Jabb3r
Member
Registered: 2009-12-18
Posts: 63

Adding comments on the AUR package pages?

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

#2 2010-02-02 11:35:06

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: Adding comments on the AUR package pages?

Login.  There is a big comment box at the bottom.  You can not miss it...

Offline

#3 2010-02-02 12:10:11

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Adding comments on the AUR package pages?

You may wanna start here tongue http://aur.archlinux.org/account.php


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#4 2010-02-02 12:35:43

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: Adding comments on the AUR package pages?

#!/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/null

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

#5 2010-02-03 00:39:22

Jabb3r
Member
Registered: 2009-12-18
Posts: 63

Re: Adding comments on the AUR package pages?

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

#6 2010-02-03 01:19:41

davidm
Member
Registered: 2009-04-25
Posts: 371

Re: Adding comments on the AUR package pages?

./aurcmt 22296 "Ranguvar, update it already!!!"

lol

Offline

Board footer

Powered by FluxBB