Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-06 | createlinks: remove lockfile on exit | Dave Reisner | 1 | -1/+1 | |
2012-05-06 | createlinks: skip non-compiled packages | Dave Reisner | 1 | -0/+4 | |
2012-05-06 | createlinks: move links file creation to separate function | Dave Reisner | 1 | -13/+22 | |
2012-05-06 | createlinks: use flock for holding the process lock | Dave Reisner | 1 | -45/+48 | |
This only looks ugly because the meat of the script is moved into a function. | |||||
2012-05-06 | createlinks: trap only EXIT | Dave Reisner | 1 | -1/+1 | |
Trapping anything more is redundant, because EXIT is always fired. | |||||
2012-05-06 | createlinks: avoid for loop in parsing shared libs | Dave Reisner | 1 | -4/+5 | |
readelf can take multiple targets, so parse everything at once since we only care about the complete set of dependencies rather than deps per ELF object. | |||||
2012-05-05 | createlinks: iterate over packages with a glob | Dave Reisner | 1 | -1/+3 | |
2011-07-25 | Use trap to cleanup | Pierre Schmitz | 1 | -3/+1 | |
2011-05-01 | signature files compatibility | Pierre Schmitz | 1 | -1/+1 | |
2010-11-20 | ignore any packages | Pierre Schmitz | 1 | -1/+1 | |
2010-11-03 | include lib32 | Pierre Schmitz | 1 | -1/+1 | |
2010-09-07 | mirror gwdg.de instead of kernel.org; ignore empty repos (needed for multilib) | Pierre Schmitz | 1 | -4/+2 | |
2010-08-25 | follow symlinks to support package pool; added testing repositories | Pierre Schmitz | 1 | -3/+3 | |
2010-04-10 | be a little more verbose | Pierre Schmitz | 1 | -0/+1 | |
2010-04-10 | initial commit | Pierre Schmitz | 1 | -0/+69 | |