Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User-defined packages cache location and packer.conf support #72

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Merged SHA:775b8c1f6c6a5e16d26f913475f0ab01658fd588 - Dumb shit
  • Loading branch information
mloskot committed Aug 21, 2012
commit 1c5d930c525c03c149f6a61c4d3c52b0dd37a8d8
2 changes: 0 additions & 2 deletions packer
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,7 @@ if [[ $option = search || $option = searchinstall ]]; then
# Aur searching and tmpfile preparation
for package in "${packageargs[@]}"; do
curl -LfGs --data-urlencode "arg=$package" "$RPCURL=search" | \
echo $package
package="${package//\//-}"
echo $package
jshon -Q -e results -a -e Name -u -p -e Version -u -p -e NumVotes -u -p -e Description -u | \
sed 's/^$/-/' | paste -s -d "\t\t\t\n" | sort -nr -k 3 > "$cachedir/$package.search" &
done
Expand Down