Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-11 | Add some more error checking to tupkgupdate. | Loui Chang | 1 | -8/+15 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-12-11 | Fix incorrect indentation causing errors in tupkgupdate. | Loui Chang | 1 | -6/+6 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-12-11 | Remove trailing whitespace. | Loui Chang | 1 | -16/+16 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-12-04 | Replace deprecated os.popen2 with subprocess.Popen in tupkgupdate. | Loui Chang | 1 | -18/+22 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-11-27 | Rework tupkgupdate scripts. | Loui Chang | 1 | -36/+67 | |
Most work is done on tupkgupdate. Fix some indentation problems. Add some whitespace for style points. Add a new --config switch to specify a config file path. Add a new usage() function that documents the switches more clearly. Delete all gensync code. Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-11-12 | tupkgupdate: remove dead code | Dan McGee | 1 | -6/+0 | |
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-11-12 | tupkgupdate: add config_use_db check to allow skipping of DB operations | Dan McGee | 1 | -20/+23 | |
This should prevent us from needing to completely duplicate the tupkgupdate script for x86_64, where we currently skip the DB updates step. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-11-12 | tupkgupdate: expand all tabs | Dan McGee | 1 | -42/+42 | |
90% of them were already expanded. Adjust the mode line accordingly. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-06-16 | added modified tupkgupdate and tupkgupdate64 | pjmattal | 1 | -1/+1 | |
2007-05-26 | fixes to tupkgupdate to use repo-add and repo-remove | pjmattal | 1 | -10/+11 | |
2006-11-23 | sql wansn't escaped on inserting package sources | simo | 1 | -1/+1 | |
2006-06-13 | Close #4757, bad permissions in repo db generation | simo | 1 | -2/+17 | |
2005-12-31 | tupkgupdate resource usage improvements | simo | 1 | -2/+6 | |
now gets binary package name/ver/rel from filename, rather than untarring | |||||
2005-12-18 | fixed persistent mysql connections in tupkgupdate | simo | 1 | -1/+5 | |
2005-06-20 | Tupkgupdate now uses updatesync | simo | 1 | -5/+29 | |
2005-06-20 | Fixed a bug waiting to happen in runGensync | simo | 1 | -1/+1 | |
2005-05-08 | Added ModifiedTS to Packages database | simo | 1 | -10/+32 | |
Implemented ModifiedTS such that: -ModifiedTS changed ONLY when package updated -SubmittedTS changed ONLY when new package Also made DummyPkg fixups in tupkgupdate | |||||
2005-04-10 | added more safe checks on result codes from file deletes in tupkgupdate | pjmattal | 1 | -7/+14 | |
2005-04-10 | fixed bugs in tupkgupdate | pjmattal | 1 | -6/+11 | |
made link to CVS for package files in community go to CURRENT tag | |||||
2005-04-10 | small fix to the fancy unsupported-->community update | pjmattal | 1 | -2/+1 | |
more user doc fixes | |||||
2005-04-10 | added check for new package going transitioning from unsupported --> ↵ | pjmattal | 1 | -1/+11 | |
community getting maintainer reset hardcoded community as the name of the repo, for now | |||||
2005-04-10 | added capability to get category from the directory in CVS | pjmattal | 1 | -4/+26 | |
fixed bogus reference to subzero in the user docs | |||||
2005-02-23 | fixed obvious tupkgupdate bug introduced by other fix | pjmattal | 1 | -1/+1 | |
2005-02-23 | fixed minor bugs | pjmattal | 1 | -1/+1 | |
2005-02-23 | make sure all dummy packages are created in tupkgupdate in location 1 | pjmattal | 1 | -9/+4 | |
2005-02-23 | fixed several bugs | pjmattal | 1 | -4/+15 | |
2005-01-24 | switched back to bash for processing PKGBUILDs | pjmattal | 1 | -9/+20 | |
this works much better and has very cool results | |||||
2005-01-24 | many many changes | pjmattal | 1 | -30/+38 | |
db fixes should work fairly well now | |||||
2005-01-23 | added a LOT of database stuff | pjmattal | 1 | -13/+159 | |
2005-01-22 | old changes; fixed one subtle handling where there's no new package | pjmattal | 1 | -3/+5 | |
but no update, so it's okay | |||||
2004-12-15 | kept it from running gensync when no changes were made | pjmattal | 1 | -1/+7 | |
made --delete actually delete files that are copied | |||||
2004-09-14 | added parsing of PKGBUILD by using bash | pjmattal | 1 | -3/+26 | |
2004-09-13 | added a lot | pjmattal | 1 | -15/+51 | |
-n flag (dramatize) --delete flag (delete bad pkgs from build tree) --paranoid (double check packages with identical versions) many enhancements to args (getopt) | |||||
2004-09-12 | changed to work with pacman python lib | pjmattal | 1 | -60/+56 | |
2004-09-11 | added tupkgupdate | pjmattal | 1 | -0/+236 | |