Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-15 | Switch to proper script usage | Aaron Griffin | 9 | -40/+16 | |
Switch to a callable script in place of an include file Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Small fix for ftpdir-cleanup | Thomas Bächler | 1 | -2/+2 | |
2008-04-08 | Correct lockfile usage | Aaron Griffin | 1 | -6/+7 | |
We want a lock per repo not per user. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Use local user dirs for checkouts | Aaron Griffin | 1 | -32/+31 | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Remove 'svndir' usage | Aaron Griffin | 2 | -12/+7 | |
This was a holdover from the CVS scripts used to import and existing checkout Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Added a Makefile | Simo Leone | 3 | -6/+26 | |
Also fixed mysql include in pkgdb2-del. Rigged some makefile defines for mysql info instead of hardcoding into the source. Signed-off-by: Simo Leone <simo@archlinux.org> Aaron: Added -I for mysql includes Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Delete binaries from repo | Simo Leone | 2 | -0/+0 | |
I don't even want to know. Signed-off-by: Simo Leone <simo@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Properly point to the 64bit staging dirs | Aaron Griffin | 1 | -1/+1 | |
I mistyped it. Whoops, silly me Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Fix "unknown" category handling | Aaron Griffin | 3 | -3/+3 | |
More minor fixes for my previous SVN commits Now with less password Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Make genpkglist work again | Aaron Griffin | 2 | -13/+46 | |
I somehow delete the dupe checking. This also works based on svn repo tag, and doesn't give stupid errors if packages.txt is missing Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Make SVN output quiet | Aaron Griffin | 1 | -2/+2 | |
Way too much output, and it's useless... Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Recompile for new passwords | Aaron Griffin | 1 | -0/+0 | |
Why are the binaries in source control? No clue Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-04-08 | Giant SVN changes | Aaron Griffin | 12 | -560/+401 | |
Some other fun stuff snuck in there, like indentation changes, but this should get us mostly working under SVN, and at least allow us to build DB files at the very least Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2008-02-16 | Commited cleanup script to db-inc/genpkglist | Thomas Bächler | 3 | -33/+6 | |
2008-02-03 | Adding cleanup scripts so they don't get lost: | Thomas Bächler | 2 | -0/+99 | |
cleanup.sh: Iterates through the db file and lists dupes and missing files. cleanup2.sh: Iterates through the ftp directory and finds files that don't correspond to any package in the db. They currently only list files, but don't delete anything. | |||||
2007-11-29 | Get GIT repo in line with the current dbscripts | Dan McGee | 2 | -2/+8 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-11-29 | Remove db-arch scripts, add db-core scripts | Dan McGee | 4 | -34/+37 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-11-29 | Remove CVS Id lines | Dan McGee | 16 | -21/+0 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2007-09-16 | new db-testing scripts | Thomas Bächler | 2 | -4/+63 | |
2007-09-15 | hopefully fixed filelists in mysql | Thomas Bächler | 3 | -8/+11 | |
2007-09-15 | fixed genpkglist | Thomas Bächler | 1 | -2/+2 | |
2007-09-14 | adjusted scripts for pacman 3 naming scheme, should still work with the old one | Thomas Bächler | 4 | -20/+69 | |
2006-07-06 | updated for new arch db schema | Judd Vinet | 2 | -13/+13 | |
2006-07-06 | added new pkgdb2 programs | Judd Vinet | 2 | -0/+413 | |
2006-05-07 | suppress errors in first ls check | Judd Vinet | 1 | -2/+2 | |
2006-05-05 | updates for multi-architecture support | Judd Vinet | 10 | -38/+118 | |
2006-03-11 | l'il fix | Judd Vinet | 1 | -2/+2 | |
2006-02-22 | fixed dupe package listings | Judd Vinet | 1 | -6/+30 | |
2006-02-20 | re-worked db-gen scripts -- new and improved | Judd Vinet | 9 | -103/+448 | |
2005-07-01 | run gensync through fakeroot first, so all files are owned by root.root | Judd Vinet | 1 | -3/+12 | |
2005-06-21 | fixed a little bug in db-inc - UID is already present | Judd Vinet | 1 | -2/+2 | |
2005-06-21 | nixed all the redundant code in the db- scripts | Judd Vinet | 4 | -174/+80 | |
2005-02-25 | added filelists to the web package db | Judd Vinet | 5 | -30/+94 | |
2005-02-01 | added packages.txt to all repos | Judd Vinet | 3 | -3/+6 | |
2005-01-03 | re-arranged /bin/find options to get rid of an annoying warning message | Judd Vinet | 3 | -7/+7 | |
2004-08-20 | added cleanup calls to db- scripts, removed export-failure checks from ↵ | Judd Vinet | 4 | -16/+11 | |
db-testing, as its allowed for tesitng | |||||
2004-08-17 | added some sanity checks around the cvs export calls | Judd Vinet | 4 | -4/+28 | |
2004-08-03 | disabled the auto-mark-as-complete for todo lists | Judd Vinet | 1 | -1/+3 | |
2004-07-11 | fixed todolist_pkgs table ref in pkgdb2 | Judd Vinet | 1 | -2/+2 | |
2004-07-03 | updated scripts for new ftp paths, moved over to pkgdb1/pkgdb2 | Judd Vinet | 5 | -20/+26 | |
2004-07-02 | added unsets to fix bad url problems in updates | Judd Vinet | 1 | -1/+3 | |
2004-07-02 | enforced line lengths from stdin | Judd Vinet | 1 | -2/+11 | |
2004-07-01 | lengthened the pkgdesc string | Judd Vinet | 1 | -10/+10 | |
2004-07-01 | added new pkgdb scripts | Judd Vinet | 3 | -2/+276 | |
2004-05-06 | fixed package deletion with new todolist_pkgs table | Judd Vinet | 1 | -1/+4 | |
2004-05-06 | package updates now automatically mark todo list items completed | Judd Vinet | 1 | -1/+4 | |
2004-04-16 | added support for all 3 repos | Judd Vinet | 1 | -1/+4 | |
2004-04-16 | added support for all 3 repos | Judd Vinet | 1 | -3/+3 | |
2004-04-16 | added support for all 3 repos | Judd Vinet | 1 | -1/+6 | |
2004-04-13 | removed -f switch to cvs export | Judd Vinet | 1 | -2/+2 | |