PKGBUILDs/scripts/aur-syncer

22 lines
534 B
Plaintext
Raw Normal View History

2011-01-30 18:40:50 +00:00
#!/bin/sh
# BROKEN FOR NOW, I don't have enough time to finish it...
#
# This script deletes packages from the aur PKGBUILD folder we have in git,
# redownloads all packages from a list, and extracts them to git again.
#
# This is to keep our [aur] repo up-to-date.
#
2011-08-01 22:18:04 +00:00
GITDIR=/build/alarm
2011-01-30 18:40:50 +00:00
AURTARBALLURL=http://aur.archlinux.org/packages/
# Only the following packages will be deleted and re-downloaded
PKGLIST=yaourt open-iscsi
cd $GITDIR/aur
rm -rf $PKGLIST
#wget $AURTARBALLURL/$PKGLIST/$PKGLIST.tar.gz
#tar xzf $PKGLIST.tar.gz