]> git.itanic.dy.fi Git - emerge-timer/history - emerge-timer.py
Add a check for a possible error scenario in the simulation mode
[emerge-timer] / emerge-timer.py
2011-12-10 Esko KokkonenAdd a check for a possible error scenario in the simula...
2011-12-10 Esko KokkonenFix possible error in current emerge mode
2011-11-29 Esko KokkonenAdd a simulation mode setting
2011-11-29 Esko KokkonenAdd the red colour
2011-11-29 Esko KokkonenFix current emerge_time calculations
2011-11-29 Esko KokkonenDon't crash if we can't calculate current emerge time
2011-11-29 Esko KokkonenChange printouts with average times in current mode
2011-11-29 Esko KokkonenChange how current emerge time is calculated a bit
2011-11-28 Esko KokkonenTrivial change in comment description
2011-11-26 Esko Kokkonenlist_emerge_processes(): Don't exit the program, only...
2011-10-01 Esko KokkonenGive text some color
2011-09-25 Esko KokkonenFix crash if package has never been emerged
2011-09-24 Esko KokkonenDon't overwrite global no color flag
2011-09-24 Esko Kokkonenprint_versions(): Pad strings correctly when colors...
2011-09-24 Esko Kokkonengive_time(): Add nocolor option
2011-09-24 Esko KokkonenBeautify output (cont.)
2011-09-24 Esko KokkonenChange variable name
2011-09-24 Esko KokkonenBeautify output
2011-09-24 Esko KokkonenFix spacing in current emerge printout
2011-09-23 Esko KokkonenFix error with global variable name
2011-09-23 Esko KokkonenRename functions time() and date()
2011-09-18 Esko KokkonenAdd the --quiet flag
2011-09-18 Esko KokkonenPrint total emerge time when inquiring pretended times.
2011-09-18 Esko KokkonenDrop time() and date() from the class
2011-09-18 Esko KokkonenDon't return function if exception occurs
2011-09-18 Esko KokkonenCapitalize global variable name
2011-09-18 Esko KokkonenRefine code structure and add function descriptions
2011-09-18 Esko KokkonenAdd the "--no-color" flag
2011-09-18 Esko KokkonenSet the default mode as "package"
2011-09-18 Esko KokkonenMerge branch 'testing'
2011-09-14 Esko KokkonenImprove commandline argument handling
2011-09-10 Esko KokkonenRemove unused variables
2011-09-10 Esko KokkonenRemove unused module imports
2011-09-10 Esko KokkonenMake lines shorter
2011-09-10 Esko KokkonenQuit the current emerge block is no emerge is found
2011-09-10 Esko KokkonenFix possible error situations
2011-09-10 Esko KokkonenAdd current emerge time feature
2011-09-10 Esko KokkonenSplit up average_total_time() and max_min_time()
2011-09-07 Esko KokkonenRewrite commandline argument handling
2011-09-07 Esko KokkonenRemove needless module import
2011-09-07 Esko Kokkonenopen_log(): Don't allow finally block to swallow functi...
2011-09-07 Esko KokkonenFix indendation error
2011-09-07 Esko Kokkonenget_date: remove unused variables
2011-09-04 Esko KokkonenPrint the emerge number for that package
2011-09-01 Esko KokkonenAdd pretended packages
2011-09-01 Esko KokkonenChange how we pass the package into the log parser
2011-08-29 Esko KokkonenRemove list_all_packages function
2011-08-29 Esko KokkonenImprove current process handling
2011-08-29 Esko KokkonenSearch ps with "ebuild.sh" instaed of "ebuild"
2011-08-29 Esko Kokkonenlist_pretended: Don't print total time if there is...
2011-08-29 Esko Kokkonenlist_pretended: Don't query the all_packages function...
2011-08-29 Esko Kokkonenlist_pretended: Change how the package name is parsed...
2011-08-29 Esko KokkonenFirst implementation of the pretended packages feature
2011-08-26 Esko Kokkonenminor fixing
2011-08-26 Esko KokkonenAdd min, max, average time printouts
2011-08-26 Esko KokkonenAdd get_package function
2011-08-26 Esko KokkonenFix but with packages with names with '-'s in them
2011-08-25 Esko KokkonenImprove class functionality
2011-08-25 Esko KokkonenCleanup the main_loop code
2011-08-25 Esko Kokkonenmore rewriting
2011-08-24 Esko KokkonenRemove 'times' global variable
2011-08-24 Esko Kokkonenrewriting
2011-08-24 Esko KokkonenDon't print anything if a package hasn't been emerged
2011-08-21 Esko KokkonenUse \t to line up the times in the printout
2011-08-20 Esko KokkonenRemove the time writing function
2011-08-20 Esko KokkonenDon't print time to finish if there is no average time
2011-08-20 Esko KokkonenGet absolute value for the time to finish
2011-08-20 Esko KokkonenMerge branch 'master' of itanic.dy.fi:/home/git/emerge...
2011-08-20 Esko KokkonenPrin time to finish in current emerge times
2011-08-20 Esko KokkonenReset the times -list in the beginning of the main_loop...
2011-08-19 Esko Kokkonenbegin rewrite
2011-08-18 Esko KokkonenMerge branch 'master' of /home/git/emerge-timer
2011-08-18 Esko KokkonenRemove useless variable
2011-08-18 Esko KokkonenRemove useless variable
2011-08-18 Esko KokkonenUse correct spacing in printouts
2011-08-18 Esko KokkonenPrint how many packages there are in pretended emerge...
2011-08-18 Esko KokkonenAdd help screen
2011-08-17 Esko KokkonenIf only one emerge, return that emerge time
2011-08-16 Esko KokkonenTake into account if there aren't any emerges for prete...
2011-08-16 Esko Kokkonenlist_pretended: Print total time
2011-08-16 Esko Kokkonenlist_pretended: Abort if there are no packages
2011-08-16 Esko KokkonenAdd support for emerges pretended packages
2011-08-16 Esko KokkonenFix bug with packages with a special character in them
2011-08-16 Esko KokkonenCreate a function that list all packages in portage
2011-08-14 Esko KokkonenRename date_printer function to get_date
2011-08-14 Esko KokkonenMake a new function that has all the current emerge...
2011-08-14 Esko KokkonenRemove the maximum emerge time restriction
2011-08-13 Esko KokkonenImprove code readability
2011-08-13 Esko KokkonenMove the current emerge check
2011-08-13 Esko Kokkonenopen_log: Change how the error message is presented
2011-08-13 Esko Kokkonendate_printer: Remove useless variables from function...
2011-08-13 Esko KokkonenPrint message if there is no current emerge process
2011-08-13 Esko KokkonenImprove if-block structure
2011-08-13 Esko KokkonenImprove current emerge-time process
2011-08-13 Esko KokkonenFix bug with older emerge.log format handling
2011-07-13 Esko KokkonenShow the full package name
2011-07-13 Esko KokkonenLeave only one space between printouts
2011-07-13 Esko KokkonenCheck if there are no previous emerges for a current...
2011-07-11 Esko KokkonenAdd current emerge info
2011-07-11 Esko KokkonenLots of changes
next