Haad

Results 146 comments of Haad

Thanks for the investigations. It seems env variables indeed are a problem in Windows :/ Need to find a good solution for that. Re. the directory, IPFS *should* create the...

Changed the title to not lock down the decision yet on _where_ the builds will be located. Can be dist.ipfs.io, can be Github releases, can be something else.

``` 04:42 < dignifiedquire> haad: I think Orbit releases should be both on github and on dist.ipfs.io, githbub releases are just the place everyone is going to look for to...

We should also look into tools that do CircleCI (CI) --> Web (Github/dist.ipfs.io/pinbot/whatnot) automatically. We now can build all the distribution packages for Orbit in CircleCI, but we need an...

First step for this goal is to make what we currently have for dist builds available in dist.ipfs.io. @whyrusleeping is providing help for this.

@RichardLitt let's use this issue to track the progress on the release process discussion documentation for this sprint. Assigned you as you claimed this task yesterday.

**How to build Orbit distribution packages?** *This came up in https://github.com/ipfs/distributions/issues/133 and I realized we don't have the process documented, so adding the notes here to make sure we write...

@RichardLitt I documented the orbit-electron build and packaging process: https://github.com/orbitdb/orbit-electron#distributable-packages. Following those instructions, you should be able to build it locally and use the artefacts as the distribution packages. It'll...

@RichardLitt small request: when you start working on this again actively, can you move the card in https://waffle.io/haadcode/orbit to "In Progress"?

@jbenet do you mean standard way of presenting the user profile (similar to POST)? At the moment the user profile data is normalized within Orbit: ``` javascript // uPort profileData...