This commit is contained in:
Alexandre Aubin 2018-06-30 18:29:43 +00:00
commit 45df3b78f2

View file

@ -3,20 +3,10 @@ Vinaigrette
Build those damn .deb's
Todo
-----
How this shit works
-------------------
- [ ] Understand how the whole arch shit works
- When do we need a specific arch (e.g. armhf) build ? (e.g. for pure python stuff we don't care, but probably for C/C++ we do ?)
- How does it actually works (debootstrap stuff ?)
- How do we manage extra archs like armel, arm64 ...?
- [ ] Test repo in practice
- Dummy tests when using vinaigrette.yunohost.org in sources.list
- Test metronome on arm ?
- Test stretch builds
- [ ] Moar cleaning of scripts (e.g. specific arch argument in `build_deb` ?)
![](doc/buildchain.png)
Content
-------
@ -51,11 +41,6 @@ Useful commands
- `rebuildd-httpd 127.0.0.1:9998` starts the monitoring/log web interface - same as `rebuildd`, gotta start it manually for now :/
- in `/var/www/repo/debian`, you can list available packages with `reprepro list jessie`
How this shit works
-------------------
![](doc/buildchain.png)
Misc notes
----------