OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Make local RPM #80

Closed baude closed 8 years ago

baude commented 8 years ago

Add the ability to build an rpm from the local git repo.

openscap-jenkins commented 8 years ago

Can one of the admins verify this patch?

ybznek commented 8 years ago

[add to whitelist] [ok to test]

jan-cerny commented 8 years ago

@baude Is it really necessary to have a downstream spec file in upstream repository? We will have to maintain them twice - once in downstream and once in upstream. For example, in OpenSCAP, we used to have them upstream, but we removed them. Moreover, this spec file is Fedora specific. What about other distributions where openscap-deamon will be included?

baude commented 8 years ago

I was just thinking it would be very convenient to have a way to make a local RPM given all the changes we've been doing as well as ease to build a docker image. If you don't agree, close as such ... I wont be offended.

mpreisler commented 8 years ago

I agree with @jan-cerny, let's not add a spec to upstream git repo. The spec can be downloaded from Fedora git repo if necessary.