top | item 6975219

(no title)

stephencelis | 12 years ago

For those that are worried, the source is there to inspect and compile. For those that aren't, there's reduced friction. It's a young project and I could move the binary elsewhere, but I'm not sure that would change your concern?

Is there an alternate process you would suggest?

discuss

order

jewel|12 years ago

I believe GP was saying two separate things. First of all, it's unusual to commit binaries to source control, because they can't be merged, etc. Second of all, he personally isn't comfortable with binaries and would rather compile from source.

It'd be more traditional to release binaries separately, maybe using the following: https://github.com/blog/1547-release-your-software

stephencelis|12 years ago

Ah, I'd missed that update. Thanks! I prefer this to the current workflow.

alexchamberlain|12 years ago

Indeed, thanks for clarifying. The linked post sounds like a good workflow.