summaryrefslogtreecommitdiff
path: root/support/scripts
AgeCommit message (Collapse)Author
2011-04-13Remove new package notification script.Lukas Fleischer
We discussed this on aur-dev. Everything that depends on tupkgs should be removed. Those who still want to be notified should move on to the RSS feed. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-04-03Remove Dummy Package conceptDan McGee
Instead, we just store dependencies directly in the PackageDepends table. Since we don't use this info anywhere besides the package details page, there is little value in precalculating what is in the AUR vs. what is not. An upgrade path is provided via several SQL statements in the UPGRADING document. There should be no user-visible change from this, but the DB schema gets a bit more sane and we no longer have loads of junk packages in our tables that are never shown to the end user. This should also help the MySQL query planner in several cases as we no longer have to be careful to exclude dummy packages on every query. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-01-24Use "python2" shebang for "newpackage-notify" and "gendummydata.py".Lukas Fleischer
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2008-12-11Move tupkg scripts to tupkg/scripts.Loui Chang
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-12-11Update usage and paths in tupkg run scripts.Loui Chang
In run-tupkgupdate: Set HOME for correct CVS auth. Properly filter out unneeded messages from CVS output, and prune empty directories on update. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-27run-tupkgupdate: Fix CVS output grepping.Loui Chang
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-26Rework tupkg support scripts. Update paths.Loui Chang
Grep CVS update output for only useful messages. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-24Remove redundant tupkgs.conf.Loui Chang
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-06-10Add version, username and description to daily new package email.Loui Chang
Add some variables to make it more configurable. Do some general clean up on the script. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
2005-06-10Added newpackage-notify to finally implementsimo
new package notifications that people can ask for on their user page. This script should run on a daily cronjob. A few spelling stupidity fixes as well.
2005-04-11checked in scripts for launch (in /home/aur) to support/scriptspjmattal
added guidelines to the main index page