From 79f994838d34a521fa54f17ca3cf81af7de0f8ba Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 1 Sep 2017 18:45:37 +0200 Subject: [PATCH] Add buildchain sketch to the doc --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d5595f2..0dfc3c5 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,7 @@ Useful commands How this shit works ------------------- -- Let's say you run `ynh-build` because of a new version of yunohost -- (Warning : make sure that you have a new entry in debian/changelog, and a tag debian/x.y.z - otherwise it won't be happy if the version already exists) -- The script make sure the repo and the proper branch is up to date locally -- It calls `build_deb`, which will build the sources with `pbuilder` and push the sources with `reprepro` -- With some magic involved (?), `rebuildd` understands that there's something new to build -- `rebuildd` picks up the job. It gets the sources (`get-sources`) and starts building the binaries (`build-binaries`). After that, it uploads the binaries to reprepro (`upload-binaries`) and sends an XMPP notification +![](doc/buildchain.png) Misc notes ----------