Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/ofborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d8c4d9da10f
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87bf9b66fede
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 17, 2020

  1. Cleanup whitespace in markdown table

    Doesn't impact the rendered version, but makes the plain-text much easier to read
    bhipple committed Feb 17, 2020
    Copy the full SHA
    2d4b91f View commit details

Commits on Apr 2, 2020

  1. Merge pull request #435 from bhipple/nitpick/readme

    Cleanup whitespace in markdown table
    grahamc authored Apr 2, 2020
    Copy the full SHA
    87bf9b6 View commit details
Showing with 8 additions and 8 deletions.
  1. +8 −8 README.md
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -17,12 +17,12 @@ as well as other changes.

Example messages and the builds:

|Message|Automatic Build|
|-|-|
|`vim: 1.0.0 -> 2.0.0`|`vim`|
|`vagrant: Fix dependencies for version 2.0.2 `|`vagrant`|
|`python36Packages.requests,python27Packages.requests: 1.0.0 -> 2.0.0`|`python36Packages.requests`, `python27Packages.requests`|
|`python{2,3}Packages.requests: 1.0.0 -> 2.0.0`|_nothing_|
| Message | Automatic Build |
|-----------------------------------------------------------------------|----------------------------------------------------------|
| `vim: 1.0.0 -> 2.0.0` | `vim` |
| `vagrant: Fix dependencies for version 2.0.2 ` | `vagrant` |
| `python36Packages.requests,python27Packages.requests: 1.0.0 -> 2.0.0` | `python36Packages.requests`, `python27Packages.requests` |
| `python{2,3}Packages.requests: 1.0.0 -> 2.0.0` | _nothing_ |

If a PR is opened with many commits, it will create a single build job
for all of the detected packages. If a PR is opened and many commits
@@ -221,9 +221,9 @@ config.known-users.json, run `./scripts/update-known-users.sh`.
In case you have a non-trivial setup on Linux, make sure that the ofborg
user has access to `dev/kvm`, as it is needed for running tests.

If you want to run multiple builder instances on the same physical
If you want to run multiple builder instances on the same physical
machine please make sure they use different configs with different
instance identity (same username/password is OK) and different
instance identity (same username/password is OK) and different
repository paths. Running two builders with the same config risks data
corruption.