Commits on Source 6
-
Tiago Gomes authored
The current one doesn't build due server being down.
-
Tiago Gomes authored
To finish the creation of the Let's Encrypt certificate, which will allows us to use https://docs.buildstream.build/ for accessing the documentation.
-
Tiago Gomes authored
ci: add ACME challenge See merge request !831
-
Tiago Gomes authored
-
Currently, `bst checkout --deps none` command always produces empty output. Fix this issue and add regression test for the same. As part of this, also rename the `dep` loop variable to `element` in order to avoid confusion in future. Fixes #670.
-
As discussed in https://mail.gnome.org/archives/buildstream-list/2018-September/msg00064.html, add `--deps build` option to `bst checkout`. This will allow users to checkout the all build dependencies of a given element using a single command.