From Fedora Project Wiki
No edit summary |
(Redirect Package Maintainer wiki links to docs.fp.o) |
||
(One intermediate revision by one other user not shown) | |||
Line 24: | Line 24: | ||
I started using Linux in 2003 with Red Hat 9. I am currently using Fedora 17 on a Thinkpad x230. | 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 [ | I am interested in the [[Category:SciTech_SIG|Fedora Science and Technology Special Interest Group]]. | ||
== Finding a sponsor == | == Finding a sponsor == | ||
Line 70: | Line 70: | ||
* [ | * [https://docs.fedoraproject.org/en-US/package-maintainers/New_Package_Process_for_Existing_Contributors/ new package process] | ||
== My package reviews == | == My package reviews == | ||
* => [ | * => [https://docs.fedoraproject.org/en-US/package-maintainers/Package_Review_Process/ Package_Review_Process] <= | ||
<pre> | <pre> |
Latest revision as of 20:17, 2 October 2021
Sébastien Boisvert | |
---|---|
Sébastien Boisvert | |
Personal Information | |
Home: | Québec City, Québec, Canada |
Fedora-specific Information | |
FAS-Name: | sebhtml |
Fedora-Mail: | sebhtml@fedoraproject.org |
Miscellaneous Information
| |
Badges (20) | |
Useful links
General information (outdated)
I'm a Canadian Institutes of Health Research -funded doctoral student. I utilize the message passing interface to solve computational problems in genomics.
My main software projects:
- Ray, a assembler and profiler for genomes, metagenomes and transcriptomes (in C++ 1998) http://denovoassembler.sourceforge.net/
- RayPlatform (in C++ 1998), a framework and engine to build massively distributed apps http://github.com/sebhtml/RayPlatform
- Ray Cloud Browser demo (Javascript, HTML5, JSON, C++ 1998), a graph browser in the cloud https://github.com/sebhtml/Ray-Cloud-Browser
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.
Finding a sponsor
New packages
My soon-to-be sponsor
Readings
http://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_grouphttp://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelineshttp://fedoraproject.org/wiki/Packaging:No_Bundled_Librarieshttp://fedoraproject.org/wiki/Packaging:Treatment_Of_Bundled_Librarieshttp://fedoraproject.org/wiki/Packaging:MPIhttp://fedoraproject.org/wiki/Packaging:ReviewGuidelines?rd=Packaging/ReviewGuidelineshttp://fedoraproject.org/wiki/Package_Review_Processhttp://fedoraproject.org/wiki/Packaging:NamingGuidelineshttp://fedoraproject.org/wiki/Packaging_trickshttp://fedoraproject.org/wiki/Packaging:ScriptletSnippets?rd=Packaging/ScriptletSnippetshttp://fedoraproject.org/wiki/Common_Rpmlint_issueshttps://fedoraproject.org/wiki/Using_the_Koji_build_system
Informal reviews
- bannergrab
- See comments in the section above for comments on packages
My packages
- reviews of my packages (open or closed).
- my packages that have passed review
- my packages that are under review
- my packages that await review.
My package reviews
- => Package_Review_Process <=
Key: [x] = Pass [!] = Fail [-] = Not applicable [?] = Not evaluated [ ] = Manual review needed
- Reviews I have done: see full list
- 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