/[soft]/mgatools
ViewVC logotype

Log of /mgatools

View Directory Listing Directory Listing


Sticky Revision:

Revision 3531 - Directory Listing
Modified Fri Mar 16 07:21:02 2012 UTC (12 years ago) by tv
further simplify (Pascal Terjan)

Revision 3526 - Directory Listing
Modified Thu Mar 15 19:13:03 2012 UTC (12 years ago) by tv
make clean-rpmsrate 11.5% faster on average on cached repo directory by
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)

Revision 3525 - Directory Listing
Modified Thu Mar 15 19:13:00 2012 UTC (12 years ago) by tv
rename $d as $dir for clarity

Revision 3524 - Directory Listing
Modified Thu Mar 15 19:12:57 2012 UTC (12 years ago) by tv
reorder for clarity

Revision 3523 - Directory Listing
Modified Thu Mar 15 19:12:54 2012 UTC (12 years ago) by tv
rename $rpmsrate_base as $rpmsrate_raw_file

Revision 3522 - Directory Listing
Modified Thu Mar 15 19:12:52 2012 UTC (12 years ago) by tv
make it slight clearer

Revision 3521 - Directory Listing
Modified Thu Mar 15 19:12:49 2012 UTC (12 years ago) by tv
only cleanrpmsrate() is exported and we don't call anything else anyway

Revision 3520 - Directory Listing
Modified Thu Mar 15 19:12:46 2012 UTC (12 years ago) by tv
(cleanrpmsrate) the only caller of this function doesn't care about what we collected so don't return anything...

Revision 3518 - Directory Listing
Modified Thu Mar 15 19:12:43 2012 UTC (12 years ago) by tv
(check_if_expandable) one less argument

Revision 3517 - Directory Listing
Modified Thu Mar 15 19:12:41 2012 UTC (12 years ago) by tv
(cleanrpmsrate) kill code commented out for 8 years

Revision 3516 - Directory Listing
Modified Thu Mar 15 19:12:38 2012 UTC (12 years ago) by tv
(cleanrpmsrate) free URPM object once unused

Revision 3515 - Directory Listing
Modified Thu Mar 15 19:12:35 2012 UTC (12 years ago) by tv
log previous changes

Revision 3514 - Directory Listing
Modified Thu Mar 15 19:12:33 2012 UTC (12 years ago) by tv
(check_if_expandable) fix matching locales-xx_XX for localized packages

(eg: would be needed for gcompris-sound-zh*)

Revision 3513 - Directory Listing
Modified Thu Mar 15 19:12:30 2012 UTC (12 years ago) by tv
(lookup_pkg,check_if_expandable,cleanrpmsrate) simplify: kill unused $o_urpm parameter (no overengeneering)

Revision 3512 - Directory Listing
Modified Thu Mar 15 19:12:27 2012 UTC (12 years ago) by tv
(preread_rpmsrate,cleanrpmsrate) simplify: kill unused $norpmsrate parameter (no overengeneering)

Revision 3511 - Directory Listing
Modified Thu Mar 15 19:12:25 2012 UTC (12 years ago) by tv
(cleanrpmsrate) add a comment

Revision 3500 - Directory Listing
Modified Thu Mar 15 13:11:43 2012 UTC (12 years ago) by tv
(cleanrpmsrate) fix matching dkms (broken for years...)

Revision 3499 - Directory Listing
Modified Thu Mar 15 13:11:40 2012 UTC (12 years ago) by tv
(cleanrpmsrate) looks for mga extension, not mdv (broken since mga fork)

Revision 3497 - Directory Listing
Modified Thu Mar 15 12:30:46 2012 UTC (12 years ago) by tv
(lookup_pkg) split it out of check_if_expandable()

Revision 3496 - Directory Listing
Modified Thu Mar 15 12:17:39 2012 UTC (12 years ago) by tv
(cleanrpmsrate) rename a variable for better reading

Revision 3495 - Directory Listing
Modified Thu Mar 15 12:17:36 2012 UTC (12 years ago) by tv
(cleanrpmsrate) rename a variable for better reading

Revision 3494 - Directory Listing
Modified Thu Mar 15 12:17:33 2012 UTC (12 years ago) by tv
(cleanrpmsrate) simplify

Revision 3493 - Directory Listing
Modified Thu Mar 15 12:17:31 2012 UTC (12 years ago) by tv
(cleanrpmsrate) rename a variable for better reading

Revision 3492 - Directory Listing
Modified Thu Mar 15 12:17:28 2012 UTC (12 years ago) by tv
(cleanrpmsrate)  reduce scope of some variables

Revision 3491 - Directory Listing
Modified Thu Mar 15 12:17:25 2012 UTC (12 years ago) by tv
(cleanrpmsrate) factorize a test

Revision 3489 - Directory Listing
Modified Thu Mar 15 12:17:22 2012 UTC (12 years ago) by tv
(cleanrpmsrate) try to make an over complicated if() more readable

Revision 3488 - Directory Listing
Modified Thu Mar 15 12:17:19 2012 UTC (12 years ago) by tv
(cleanrpmsrate) simplify

Revision 3487 - Directory Listing
Modified Thu Mar 15 12:17:16 2012 UTC (12 years ago) by tv
(check_if_expandable) split it out of cleanrpmsrate()

Revision 3486 - Directory Listing
Modified Thu Mar 15 12:17:13 2012 UTC (12 years ago) by tv
add comments

Revision 3485 - Directory Listing
Modified Thu Mar 15 12:17:11 2012 UTC (12 years ago) by tv
rename $rpmsrate as $output_file to show its real purpose

Revision 3482 - Directory Listing
Modified Thu Mar 15 08:32:06 2012 UTC (12 years ago) by tv
no need to blacklist URPM anymore

Revision 3481 - Directory Listing
Modified Thu Mar 15 08:28:49 2012 UTC (12 years ago) by tv
(cleanrpmsrate) $urpm argument is not mandatory and is not actually
passsed by clean-rpmsrate

Revision 3480 - Directory Listing
Modified Thu Mar 15 08:28:46 2012 UTC (12 years ago) by tv
perl_checker cleanups

Revision 3479 - Directory Listing
Modified Thu Mar 15 08:28:44 2012 UTC (12 years ago) by tv
reduce perl_checker output

Revision 3478 - Directory Listing
Modified Thu Mar 15 08:22:41 2012 UTC (12 years ago) by tv
(preread_rpmsrate) one perl_checker statement less

Revision 3477 - Directory Listing
Modified Thu Mar 15 08:21:06 2012 UTC (12 years ago) by tv
(cleanrpmsrate) simplify a statement

Revision 3476 - Directory Listing
Modified Thu Mar 15 08:20:23 2012 UTC (12 years ago) by tv
(preread_rpmsrate) split it out of cleanrpmsrate()

Revision 3475 - Directory Listing
Modified Thu Mar 15 08:20:21 2012 UTC (12 years ago) by tv
make it a little more readable

Revision 3474 - Directory Listing
Modified Thu Mar 15 08:20:18 2012 UTC (12 years ago) by tv
add spacing

Revision 3473 - Directory Listing
Modified Thu Mar 15 08:20:15 2012 UTC (12 years ago) by tv
add a comment

Revision 3472 - Directory Listing
Modified Thu Mar 15 08:20:13 2012 UTC (12 years ago) by tv
simplify using cat_or_die()

Revision 3471 - Directory Listing
Modified Thu Mar 15 08:08:54 2012 UTC (12 years ago) by tv
perl_checker style

Revision 3470 - Directory Listing
Modified Thu Mar 15 08:08:51 2012 UTC (12 years ago) by tv
simplify

Revision 3469 - Directory Listing
Modified Thu Mar 15 08:08:49 2012 UTC (12 years ago) by tv
make some if () {} blocks more readable

Revision 3468 - Directory Listing
Modified Thu Mar 15 08:08:46 2012 UTC (12 years ago) by tv
add spacing

Revision 3467 - Directory Listing
Modified Thu Mar 15 08:08:43 2012 UTC (12 years ago) by tv
perl_checker cleanups

Revision 3466 - Directory Listing
Modified Thu Mar 15 08:08:41 2012 UTC (12 years ago) by tv
blacklist some perl files for perl_checker

Revision 1848 - Directory Listing
Modified Tue Aug 16 22:09:11 2011 UTC (12 years, 7 months ago) by boklm
fix mail from

Revision 1709 - Directory Listing
Modified Wed Jun 22 23:36:39 2011 UTC (12 years, 9 months ago) by boklm
also move src.rpm, and update SRPMS hdlists

Revision 1708 - Directory Listing
Modified Wed Jun 22 23:11:01 2011 UTC (12 years, 9 months ago) by boklm
add / at the end of path to mirror

Revision 1707 - Directory Listing
Modified Wed Jun 22 23:05:55 2011 UTC (12 years, 9 months ago) by boklm
only add --file-deps if file exists

Revision 1706 - Directory Listing
Modified Wed Jun 22 22:53:34 2011 UTC (12 years, 9 months ago) by boklm
add hdlist generation, update of MD5SUM file, and mirror from bootstrap to mirror directory

Revision 1704 - Directory Listing
Modified Tue Jun 21 16:53:57 2011 UTC (12 years, 9 months ago) by boklm
move dryrun to config

Revision 1703 - Directory Listing
Modified Tue Jun 21 16:53:13 2011 UTC (12 years, 9 months ago) by boklm
check arguments

Revision 1702 - Directory Listing
Modified Tue Jun 21 16:36:27 2011 UTC (12 years, 9 months ago) by boklm
fix dryrun test

Revision 1701 - Directory Listing
Modified Tue Jun 21 16:35:05 2011 UTC (12 years, 9 months ago) by boklm
use mailx

Revision 1700 - Directory Listing
Modified Tue Jun 21 16:25:22 2011 UTC (12 years, 9 months ago) by boklm
don't check if user is in group as it will be done in wrapper script

Revision 1699 - Directory Listing
Modified Tue Jun 21 16:18:24 2011 UTC (12 years, 9 months ago) by boklm
send mail when package is moved

Revision 1698 - Directory Listing
Modified Tue Jun 21 15:28:07 2011 UTC (12 years, 9 months ago) by boklm
add script to move update from updates_testing to updates repository

Revision 1070 - Directory Listing
Modified Sun May 1 22:29:03 2011 UTC (12 years, 11 months ago) by boklm
mgatools version 0.1

Revision 1069 - Directory Listing
Modified Sun May 1 22:28:23 2011 UTC (12 years, 11 months ago) by boklm
create tags directory


Revision 1068 - Directory Listing
Modified Sun May 1 22:15:21 2011 UTC (12 years, 11 months ago) by boklm
create tar.xz file

Revision 1067 - Directory Listing
Modified Sun May 1 22:01:54 2011 UTC (12 years, 11 months ago) by boklm
add makefile

Revision 1066 - Directory Listing
Modified Sun May 1 21:49:28 2011 UTC (12 years, 11 months ago) by boklm
add mgaiso-addmd5 and mgaiso-checkmd5 scripts

Revision 1064 - Directory Listing
Modified Sun May 1 21:21:49 2011 UTC (12 years, 11 months ago) by boklm
add include_md5 function

Revision 1063 - Directory Listing
Modified Sun May 1 21:07:18 2011 UTC (12 years, 11 months ago) by boklm
add cleanrpmsrate

Revision 1061 - Directory Listing
Added Sun May 1 20:39:54 2011 UTC (12 years, 11 months ago) by boklm
create mgatools directory


  ViewVC Help
Powered by ViewVC 1.1.30