google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

Drop confusing novm-docker script, cleanup RPM build. #17

Closed amscanne closed 9 years ago

amscanne commented 9 years ago

For some reason the RPM build is still failing.

While making the list of files explicit, I encountered the novm-docker script which probably shouldn't be around anymore.

tjyang commented 9 years ago

Thanks for the fix to describe the files specifically. Following binary was missed.

/usr/bin/novm-docker

I can now install the generated rpm and files under /usr/lib/novm are included also.

Thanks.