Commit graph

10 commits

Author SHA1 Message Date
Dan McGee
7c91c59245 Remove Dummy Package concept
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-04-03 22:59:32 +02:00
Lukas Fleischer
737268e0c2 Use "python2" shebang for "newpackage-notify" and "gendummydata.py".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-01-24 18:12:05 +01:00
Loui Chang
186abc852a Move tupkg scripts to tupkg/scripts.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-12-11 10:22:15 -05:00
Loui Chang
084b11a6f2 Update usage and paths in tupkg run scripts.
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-12-11 10:20:59 -05:00
Loui Chang
f285da5d57 run-tupkgupdate: Fix CVS output grepping.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-27 19:06:07 -05:00
Loui Chang
460a6ccb46 Rework tupkg support scripts. Update paths.
Grep CVS update output for only useful messages.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-26 23:03:53 -05:00
Loui Chang
90cb026fb8 Remove redundant tupkgs.conf.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-11-24 02:55:49 -05:00
Loui Chang
cceb66476e Add version, username and description to daily new package email.
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>
2008-06-10 04:25:07 +08:00
simo
45e5883a15 Added newpackage-notify to finally implement
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-06-10 01:40:22 +00:00
pjmattal
62c472f70f checked in scripts for launch (in /home/aur) to support/scripts
added guidelines to the main index page
2005-04-11 15:12:07 +00:00