Giving away all of my packages
by Christof Damian
I waited probably a bit long with this, but most of the packages have
already co-maintainers that are doing a better job than me.
Due to a job with more responsibilities and less Red Hat, Fedora and PHP,
I don't have the time needed to keep up with the Fedora Next and PHP
ecosystem changes.
It was fun time and I will continue using Fedora and maybe be back
with f84 when I retire.
mediawiki-wikicalendar -- Simple calendar extension for mediawiki (
master f21 f20 f19 el6 el5 )
mod_qos -- Quality of service module for Apache ( master f21 f20 f19 el6 )
php-channel-deepend -- Survive The Deep End PEAR Channel ( master f21
f20 f19 el6 )
php-channel-digitalsandwich -- Adds digitalsandwich channel to PEAR (
master f21 f20 f19 el6 )
php-channel-doctrine -- Adds doctrine project channel to PEAR ( master
f21 f20 f19 el6 )
php-channel-pdepend -- PHP Depend PEAR channel ( master f21 f20 f19 el6 )
php-channel-phing -- Adds phing channel to PEAR ( master f21 f20 f19 epel7 el6 )
php-channel-phpdoc -- Adds phpdoc channel to PEAR ( master f21 f20 f19 el6 )
php-channel-phpmd -- PHP Mess Detector PEAR channel ( master f21 f20 f19 el6 )
php-channel-phpqatools -- Adds phpqatools channel to PEAR ( master f21
f20 f19 el6 )
php-channel-swift -- Adds swift mailer project channel to PEAR (
master f21 f20 f19 epel7 el6 )
php-channel-symfony -- Adds symfony project channel to PEAR ( master
f21 f20 f19 el6 )
php-deepend-Mockery -- Mockery is a simple but flexible PHP mock
object framework ( master f21 f20 f19 epel7 el6 )
php-digitalsandwich-Phake -- Phake is a PHP mocking framework that is
based on Mockito ( master f21 f20 f19 el6 )
php-doctrine-Doctrine -- PHP Object Relational Mapper ( f20 f19 el6 )
php-pdepend-PHP-Depend -- PHP_Depend design quality metrics for PHP
package ( master f21 f20 f19 el6 )
php-pear-Console-CommandLine -- A full featured command line options
and arguments parser ( master f21 f20 f19 epel7 el6 el5 )
php-pear-phing -- A project build system based on Apache Ant ( master
f21 f20 f19 epel7 el6 )
php-pear-PHP-CodeSniffer -- PHP coding standards enforcement tool (
master f21 f20 f19 el6 el5 )
php-pear-PhpDocumentor -- The complete documentation solution for PHP
( master f21 f20 f19 el6 el5 )
php-pecl-mongo -- PHP MongoDB database driver ( master f21 f20 f19
epel7 el6 el5 )
php-phpmd-PHP-PMD -- PHPMD - PHP Mess Detector ( master f21 f20 f19 el6 )
php-phpunit-File-Iterator -- FilterIterator implementation that
filters files based on a list of suffixes ( master f21 f20 f19 epel7
el6 el5 )
php-phpunit-PHP-CodeBrowser -- PHP_CodeBrowser for integration in
Hudson and CruiseControl ( f20 f19 epel7 el6 el5 )
php-phpunit-phpdcd -- Dead Code Detector (DCD) for PHP code ( master
f21 f20 f19 epel7 el6 )
php-phpunit-PHP-Timer -- PHP Utility class for timing ( master f21 f20
f19 epel7 el6 )
php-phpunit-PHP-TokenStream -- Wrapper around PHP tokenizer extension
( master f21 f20 f19 epel7 el6 )
php-swift-Swift -- Free Feature-rich PHP Mailer ( master f21 f20 f19 epel7 el6 )
php-symfony-symfony -- Open-Source PHP Web Framework ( el6 )
python-progressbar -- Text progressbar library for python ( master f21
f20 f19 el6 el5 )
siege -- HTTP regression testing and benchmarking utility ( master f21
f20 f19 epel7 el6 el5 )
sphinx -- Free open-source SQL full-text search engine ( master f21
f20 f19 epel7 el6 el5 )
9 years, 1 month
PHPUnit + colors
by Remi Collet
Lot of upstream projects enable "colors" in their phpunit configuration
file to produce "nice" output.
But this have to be disable in mock/koji else output is really awful.
PHPUnit 4.4-dev (upstream) have a new check, which only allow to enable
"colors" when output is a real tty.
PHPUnit 4.3 in Fedora (currently in testing) have this backported.
So no more need to hack upstream configuration files to disable the
colored output.
So take benefit of nice colored output with rpmbuild, and simple output
during mock.koji build.
I hope this will save some of our time ;)
Remi.
P.S. of course, this is only F21+ and EPEL-7, but I really think I will
have to update PHPUnit in F20 / EPEL-6... as we probably can't stay with
3.7 for years...
9 years, 1 month