Bitcoin Forum

Bitcoin => Project Development => Topic started by: ArsenShnurkov on May 01, 2011, 05:26:25 PM



Title: Public build services ?
Post by: ArsenShnurkov on May 01, 2011, 05:26:25 PM
Please, give an advice - which public build service to use ?

I want to publish some software, but I wish it to be verifiable both in source and in build process.

UPD:
Does anyone use
http://en.wikipedia.org/wiki/OpenSUSE_Build_Service
?


Title: Re: Public build services ?
Post by: error on May 02, 2011, 09:41:52 AM
If you're that concerned about public build services mangling your code, you should maybe use private build servers completely under your control. This is not too difficult, but it is labor intensive to set up.


Title: Re: Public build services ?
Post by: ArsenShnurkov on May 02, 2011, 02:53:26 PM
I want to be able to prove anyone, that compiled code doesn't contain anything malicious.


Title: Re: Public build services ?
Post by: error on May 02, 2011, 03:54:54 PM
I want to be able to prove anyone, that compiled code doesn't contain anything malicious.

That's impossible. This is why you distribute source code!!