roburio -> robur-coop
This commit is contained in:
parent
530163a492
commit
e6af891748
3 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Builder-web - a web frontend for reproducible builds
|
# Builder-web - a web frontend for reproducible builds
|
||||||
|
|
||||||
Builder-web takes in submissions of builds, typically from [builder](https://github.com/roburio/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status.
|
Builder-web takes in submissions of builds, typically from [builder](https://github.com/robur-coop/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status.
|
||||||
Produced binaries can be downloaded and executed.
|
Produced binaries can be downloaded and executed.
|
||||||
[builds.robur.coop](https://builds.robur.coop/) itself runs builder-web.
|
[builds.robur.coop](https://builds.robur.coop/) itself runs builder-web.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Builder-web is a single binary web server using a sqlite3 database with versioned schemas.
|
Builder-web is a single binary web server using a sqlite3 database with versioned schemas.
|
||||||
Finished builds from [builder](https://github.com/roburio/builder/) are uploaded to builder-web, stored and indexed in the database and presented in the web interface to the user.
|
Finished builds from [builder](https://github.com/robur-coop/builder/) are uploaded to builder-web, stored and indexed in the database and presented in the web interface to the user.
|
||||||
Users can:
|
Users can:
|
||||||
|
|
||||||
* Get an overview of *jobs* - a job is typically script or opam package that is run and builds an artifact,
|
* Get an overview of *jobs* - a job is typically script or opam package that is run and builds an artifact,
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
|
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
|
||||||
authors: ["Reynir Björnsson <reynir@reynir.dk>"]
|
authors: ["Reynir Björnsson <reynir@reynir.dk>"]
|
||||||
homepage: "https://github.com/roburio/builder-web"
|
homepage: "https://github.com/robur-coop/builder-web"
|
||||||
dev-repo: "git+https://github.com/roburio/builder-web.git"
|
dev-repo: "git+https://github.com/robur-coop/builder-web.git"
|
||||||
bug-reports: "https://github.com/roburio/builder-web/issues"
|
bug-reports: "https://github.com/robur-coop/builder-web/issues"
|
||||||
license: "ISC"
|
license: "ISC"
|
||||||
|
|
||||||
build: [
|
build: [
|
||||||
|
@ -57,7 +57,7 @@ depends: [
|
||||||
|
|
||||||
synopsis: "Web interface for builder"
|
synopsis: "Web interface for builder"
|
||||||
description: """
|
description: """
|
||||||
Builder-web takes in submissions of builds, typically from [builder](https://github.com/roburio/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status.
|
Builder-web takes in submissions of builds, typically from [builder](https://github.com/robur-coop/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status.
|
||||||
Produced binaries can be downloaded and executed.
|
Produced binaries can be downloaded and executed.
|
||||||
[builds.robur.coop](https://builds.robur.coop/) itself runs builder-web.
|
[builds.robur.coop](https://builds.robur.coop/) itself runs builder-web.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -274,8 +274,8 @@ The filename suffix of the unikernel binary indicate the expected execution envi
|
||||||
|
|
||||||
A persistent link to the latest successful build is available as
|
A persistent link to the latest successful build is available as
|
||||||
`/job/*jobname*/build/latest/`. Each build can be reproduced with
|
`/job/*jobname*/build/latest/`. Each build can be reproduced with
|
||||||
[orb](https://github.com/roburio/orb/). The builds are scheduled and executed
|
[orb](https://github.com/robur-coop/orb/). The builds are scheduled and executed
|
||||||
daily by [builder](https://github.com/roburio/builder/). This web interface is
|
daily by [builder](https://github.com/robur-coop/builder/). This web interface is
|
||||||
[builder-web](https://git.robur.coop/robur/builder-web/). Read further information
|
[builder-web](https://git.robur.coop/robur/builder-web/). Read further information
|
||||||
[on our project page](https://robur.coop/Projects/Reproducible_builds). This
|
[on our project page](https://robur.coop/Projects/Reproducible_builds). This
|
||||||
work has been funded by the European Union under the
|
work has been funded by the European Union under the
|
||||||
|
|
Loading…
Reference in a new issue