summaryrefslogtreecommitdiffstats
path: root/support/scripts
AgeCommit message (Collapse)AuthorFilesLines
2011-04-03Remove Dummy Package conceptDan McGee1-1/+1
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 Fleischer1-1/+1
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2008-12-11Move tupkg scripts to tupkg/scripts.Loui Chang3-26/+0
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-12-11Update usage and paths in tupkg run scripts.Loui Chang2-6/+8
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-28run-tupkgupdate: Fix CVS output grepping.Loui Chang1-1/+1
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-27Rework tupkg support scripts. Update paths.Loui Chang2-11/+13
Grep CVS update output for only useful messages. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-24Remove redundant tupkgs.conf.Loui Chang1-10/+0
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-06-09Add version, username and description to daily new package email.Loui Chang1-35/+49
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 implementsimo1-0/+86
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/scriptspjmattal4-0/+32
added guidelines to the main index page