Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move: Fix perms | Colin Guthrie | 2014-07-29 | 1 | -0/+0 |
| | |||||
* | functions: Fix dryrun support for updating of hdlists. | Colin Guthrie | 2014-07-29 | 1 | -6/+6 |
| | |||||
* | Add some utility scripts to update hdlists. | Colin Guthrie | 2014-07-29 | 6 | -0/+135 |
| | | | | | | | | These are the same scripts that were present on the live server and have thus proven useful. That said, common code has been factored out and centralised and the syntax has been neatened up. | ||||
* | functions: Move default values into the main include file. | Colin Guthrie | 2014-07-28 | 2 | -16/+26 |
| | | | | | This keeps the config file but ensures it's not 100% needed via default values | ||||
* | function: Fix shell script style | Colin Guthrie | 2014-07-28 | 1 | -18/+9 |
| | |||||
* | Typo fix | Sandro Cazzaniga | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | revert previous commit | Sandro Cazzaniga | 2012-09-25 | 1 | -51/+36 |
| | |||||
* | tidying the code | Sandro Cazzaniga | 2012-09-25 | 1 | -36/+51 |
| | |||||
* | further simplify (Pascal Terjan) | Thierry Vignaud | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | make clean-rpmsrate 11.5% faster on average on cached repo directory by | Thierry Vignaud | 2012-03-15 | 2 | -1/+5 |
| | | | | | | | doing less work in the regexp engine and less path walks elapsed time consistently go down from 0.70 to 0.62 on scores of run (mainly a win in time spend in the kernel) | ||||
* | rename $d as $dir for clarity | Thierry Vignaud | 2012-03-15 | 1 | -2/+2 |
| | |||||
* | reorder for clarity | Thierry Vignaud | 2012-03-15 | 1 | -1/+2 |
| | |||||
* | rename $rpmsrate_base as $rpmsrate_raw_file | Thierry Vignaud | 2012-03-15 | 1 | -2/+2 |
| | |||||
* | make it slight clearer | Thierry Vignaud | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | only cleanrpmsrate() is exported and we don't call anything else anyway | Thierry Vignaud | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | (cleanrpmsrate) the only caller of this function doesn't care about what we ↵ | Thierry Vignaud | 2012-03-15 | 1 | -2/+0 |
| | | | | collected so don't return anything... | ||||
* | (check_if_expandable) one less argument | Thierry Vignaud | 2012-03-15 | 1 | -4/+3 |
| | |||||
* | (cleanrpmsrate) kill code commented out for 8 years | Thierry Vignaud | 2012-03-15 | 1 | -1/+0 |
| | |||||
* | (cleanrpmsrate) free URPM object once unused | Thierry Vignaud | 2012-03-15 | 1 | -0/+1 |
| | |||||
* | log previous changes | Thierry Vignaud | 2012-03-15 | 1 | -0/+6 |
| | |||||
* | (check_if_expandable) fix matching locales-xx_XX for localized packages | Thierry Vignaud | 2012-03-15 | 2 | -1/+3 |
| | | | | (eg: would be needed for gcompris-sound-zh*) | ||||
* | (lookup_pkg,check_if_expandable,cleanrpmsrate) simplify: kill unused $o_urpm ↵ | Thierry Vignaud | 2012-03-15 | 1 | -12/+8 |
| | | | | parameter (no overengeneering) | ||||
* | (preread_rpmsrate,cleanrpmsrate) simplify: kill unused $norpmsrate parameter ↵ | Thierry Vignaud | 2012-03-15 | 2 | -10/+6 |
| | | | | (no overengeneering) | ||||
* | (cleanrpmsrate) add a comment | Thierry Vignaud | 2012-03-15 | 1 | -0/+1 |
| | |||||
* | (cleanrpmsrate) fix matching dkms (broken for years...) | Thierry Vignaud | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | (cleanrpmsrate) looks for mga extension, not mdv (broken since mga fork) | Thierry Vignaud | 2012-03-15 | 1 | -2/+2 |
| | |||||
* | (lookup_pkg) split it out of check_if_expandable() | Thierry Vignaud | 2012-03-15 | 1 | -9/+12 |
| | |||||
* | (cleanrpmsrate) rename a variable for better reading | Thierry Vignaud | 2012-03-15 | 1 | -2/+2 |
| | |||||
* | (cleanrpmsrate) rename a variable for better reading | Thierry Vignaud | 2012-03-15 | 1 | -4/+4 |
| | |||||
* | (cleanrpmsrate) simplify | Thierry Vignaud | 2012-03-15 | 1 | -5/+3 |
| | |||||
* | (cleanrpmsrate) rename a variable for better reading | Thierry Vignaud | 2012-03-15 | 1 | -6/+6 |
| | |||||
* | (cleanrpmsrate) reduce scope of some variables | Thierry Vignaud | 2012-03-15 | 1 | -1/+3 |
| | |||||
* | (cleanrpmsrate) factorize a test | Thierry Vignaud | 2012-03-15 | 1 | -3/+6 |
| | |||||
* | (cleanrpmsrate) try to make an over complicated if() more readable | Thierry Vignaud | 2012-03-15 | 1 | -7/+12 |
| | |||||
* | (cleanrpmsrate) simplify | Thierry Vignaud | 2012-03-15 | 1 | -2/+1 |
| | |||||
* | (check_if_expandable) split it out of cleanrpmsrate() | Thierry Vignaud | 2012-03-15 | 1 | -25/+32 |
| | |||||
* | add comments | Thierry Vignaud | 2012-03-15 | 1 | -0/+3 |
| | |||||
* | rename $rpmsrate as $output_file to show its real purpose | Thierry Vignaud | 2012-03-15 | 1 | -3/+3 |
| | |||||
* | no need to blacklist URPM anymore | Thierry Vignaud | 2012-03-15 | 1 | -1/+0 |
| | |||||
* | (cleanrpmsrate) $urpm argument is not mandatory and is not actually | Thierry Vignaud | 2012-03-15 | 1 | -2/+2 |
| | | | | passsed by clean-rpmsrate | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-15 | 1 | -4/+7 |
| | |||||
* | reduce perl_checker output | Thierry Vignaud | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | (preread_rpmsrate) one perl_checker statement less | Thierry Vignaud | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | (cleanrpmsrate) simplify a statement | Thierry Vignaud | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | (preread_rpmsrate) split it out of cleanrpmsrate() | Thierry Vignaud | 2012-03-15 | 1 | -8/+16 |
| | |||||
* | make it a little more readable | Thierry Vignaud | 2012-03-15 | 1 | -6/+6 |
| | |||||
* | add spacing | Thierry Vignaud | 2012-03-15 | 1 | -0/+2 |
| | |||||
* | add a comment | Thierry Vignaud | 2012-03-15 | 1 | -0/+1 |
| | |||||
* | simplify using cat_or_die() | Thierry Vignaud | 2012-03-15 | 1 | -4/+2 |
| | |||||
* | perl_checker style | Thierry Vignaud | 2012-03-15 | 1 | -1/+1 |
| |