You are not logged in.

#1 2014-06-11 07:18:13

The Compiler
Member
From: Switzerland
Registered: 2011-05-01
Posts: 214
Website

Simple script to download all the AUR packages you maintain

I needed a simple script which downloads all my AUR packages, as I have them in a git repo, and wanted to make sure the repo isn't out of sync with what I submitted to the AUR.

Maybe it's useful for someone else:

update-packages.py

It needs python-requests installed. Then just adjust MAINTAINER and run it. Note it'll remove all subdirectories of your current directory which are named like one of your packages.

It's pretty much quick and dirty, but I'm open for suggestions!


>>> from __future__ import braces
  File "<stdin>", line 1
SyntaxError: not a chance

Offline

#2 2014-06-11 12:00:57

sekret
Member
Registered: 2013-07-22
Posts: 291

Re: Simple script to download all the AUR packages you maintain

Your signature is awesome!

Offline

Board footer

Powered by FluxBB