Closed
Bug 908498
Opened 11 years ago
Closed 11 years ago
Add new RPM for sixgill
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfink, Assigned: rail)
References
Details
I am working on running our static rooting hazard analysis on our slave pool, and it uses a gcc plugin written by Brian Hackett. I'd like to get it added to the yum repo that the slaves pull from.
It should be built with a newish gcc. I built it on a slave inside of a mock_mozilla environment with this line after installing the SRPM:
PATH=/tools/gcc-4.7.3-0moz1/bin:$PATH rpmbuild -ba sixgill.spec
but I imagine a direct --rebuild would work as well.
The SRPM is at https://people.mozilla.org/~sfink/data/rpms/sixgill-0.9.1-4.src.rpm
If you're ok with a prebuilt one, you can use https://people.mozilla.org/~sfink/data/rpms/sixgill-0.9.1-4.x86_64.rpm but I don't have a 32-bit one lying around. Then again, I don't strictly need one either, since I'll only be doing 64-bit analyses for now.
The RPM is based on bhackett's subversion repository, rev 172, but with several patches of my own.
Reporter | ||
Comment 1•11 years ago
|
||
I needed an update to handle a new case. RPMs are now at
https://people.mozilla.org/~sfink/data/rpms/sixgill-0.9.1-6.src.rpm
https://people.mozilla.org/~sfink/data/rpms/sixgill-0.9.1-6.x86_64.rpm
https://people.mozilla.org/~sfink/data/rpms/sixgill-0.9.1-6.i686.rpm
There are debuginfo rpms there too, if you want them.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rail
Assignee | ||
Comment 2•11 years ago
|
||
http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/noarch/sixgill-0.9.1-6.src.rpm
http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/i386/sixgill-0.9.1-6.i686.rpm
http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/x86_64/sixgill-0.9.1-6.x86_64.rpm
Give them a day so yum invalidates the package cache or ping me on IRC if need them available earlier (a small puppet patch required).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•