From Fedora Project Wiki

No edit summary
Line 21: Line 21:
* New packages
* New packages
** [https://bugzilla.redhat.com/show_bug.cgi?id=872783 Bug 872783 - (Ray) Review Request: Ray - Parallel genome assemblies for parallel DNA sequencing]
** [https://bugzilla.redhat.com/show_bug.cgi?id=872783 Bug 872783 - (Ray) Review Request: Ray - Parallel genome assemblies for parallel DNA sequencing]
* Informal reviews / comments
** [https://bugzilla.redhat.com/show_bug.cgi?id=874105#c1 Bug 874105 - Review Request: qpid-proton - Proton is a high performance, lightweight messaging library]
** [https://bugzilla.redhat.com/show_bug.cgi?id=825409#c4 Bug 825409 - Review Request: gazebo - 3D multi-robot simulator with dynamics]
** [https://bugzilla.redhat.com/show_bug.cgi?id=865371#c3 Bug 865371 - Review Request : SciD is a collection of numerical routines using Blas/Lapack]
** [https://bugzilla.redhat.com/show_bug.cgi?id=872909#c2 Bug 872909 - Review Request: rubygem-test-unit-rr - Test::Unit::RR - RR adapter for Test::Unit]
** [https://bugzilla.redhat.com/show_bug.cgi?id=717473#c10 Bug 717473 - (SeqAn) Review Request: SeqAn - Biological sequence analysis library]
* Bug reports
** [https://bugzilla.redhat.com/show_bug.cgi?id=873493 Bug 873493 - There should be nls support in help2man (1.40.12-1)]





Revision as of 15:16, 11 January 2013

Sébastien Boisvert
File:Seb-2012.jpg,width=128
Sébastien Boisvert
Personal Information
Birthday: {{{birthday}}}
Home: Québec City, Québec, Canada
Fedora-specific Information
FAS-Name: sebhtml
Fedora-Mail: sebhtml@fedoraproject.org
Miscellaneous Information
Private Mail: {{{pmail}}}
GPG-Key: {{{gpg}}}
IRC: {{{irc-nick}}} on Libera.chat in
{{{irc-channels}}}
Badges (20)
If you build it... (Koji Success I) You can call me "Patches" (SCM I) Involvement If you build it... (Koji Success II) Egg Bona Fide What goes up... (Koji Failure I) What goes up... (Koji Failure II) Is this thing on? (Updates-Testing I) Embryo Like a Rock (Updates-Stable I) You can call me "Patches" (SCM II) Junior Badger (Badger I) Helping Hand Let Me Introduce Myself Origin Tadpole Adult Frog Froglet Tadpole with Legs
 


General information

I'm a Canadian Institutes of Health Research -funded doctoral student. I utilize the message passing interface to solve computational problems in genomics.

I started using Linux in 2003 with Red Hat 9. I am currently using Fedora 17 on a Thinkpad x230.

I am interested in the Fedora Science and Technology Special Interest Group.

Finding a sponsor


Readings

My packages


My package reviews

  • Full list of packages waiting for a reviewer here.

Useful commands


# extract files from rpm
rpm2cpio myrpmfile.rpm | cpio -idmv

# check a spec file
rpmlint ray.spec

# build binary RPMS and SRPM 
rpmbuild -ba ray.spec

# check a source RPM file
rpmlint ray*.src.rpm

# check a binary RPM file
rpmlint ray*.rpm

# install packages
rpm -i ray*.rpm

# check a installed package
rpmlint ray-common

# list files in package
rpm -ql ray-common

# list files in RPM file
rpm -qpl ray.rpm

# build package in mock (sandbox)
mock -r fedora-17-x86_64 rebuild ray-2.1.0-2.fc17.src.rpm &> ray-2.1.0-2.fc17.src.rpm.mock

# automatically review a package from bugzilla
fedora-review -b 872783