Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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/nixpkgs-channels
base: 46fcaf3c8a13
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: cfa5a0c0e09e
Choose a head ref
  • 18 commits
  • 16 files changed
  • 9 contributors

Commits on May 27, 2020

  1. test-driver: remove useless syncs

    These syncs have the goal to transfer host filesystem changes to the VM,
    but they have no effect because 1) syncing in the VM can't possibly pull
    in host data and 2) 9p is accessing the host filesystem on the cached
    layer anyways, so even syncing on the host would have no effect in the
    VM.
    erikarvstedt committed May 27, 2020
    Copy the full SHA
    dfa743e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Copy the full SHA
    3e201de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e238cf4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    146d626 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    43e6a42 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Copy the full SHA
    5cb2c69 View commit details
    Browse the repository at this point in the history
  2. mdcat: 0.17.1 -> 0.18.2

    davidtwco committed Jun 1, 2020
    Copy the full SHA
    e9b0f30 View commit details
    Browse the repository at this point in the history
  3. v2ray: 4.23.2 -> 4.23.3

    servalcatty committed Jun 1, 2020
    Copy the full SHA
    54efe7b View commit details
    Browse the repository at this point in the history
  4. qemu-vm: fix inconsistent caching of xchg dirs

    xchg is advertised as a bidirectional exchange dir, but file content
    transfer from host to VM fails due to caching:
    If a file is read in the VM and then modified on the host, subsequent
    re-reads in the VM can yield old, cached data.
    This is caused by the use of 9p's cache=loose mode that is explicitly
    meant for read-only mounts.
    
    9p doesn't provide any suitable cache modes, so fix this by disabling
    caching.
    
    Also, remove a now unnecessary sync in the test driver.
    erikarvstedt committed Jun 1, 2020
    Copy the full SHA
    d85dc4f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #82258 from erikarvstedt/fix-xchg-caching

    fix inconsistent caching of VM xchg dirs
    flokli committed Jun 1, 2020
    Copy the full SHA
    8a388c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #89233 from romildo/upd.iconpack-obsidian

    iconpack-obsidian: 4.11 -> 4.12
    romildo committed Jun 1, 2020
    Copy the full SHA
    98d5aba View commit details
    Browse the repository at this point in the history
  7. Merge pull request #89263 from romildo/upd.lxqt-qtplugin

    lxqt.lxqt-qtplugin: 0.15.0 -> 0.15.1
    romildo committed Jun 1, 2020
    Copy the full SHA
    89fda74 View commit details
    Browse the repository at this point in the history
  8. dblatex: add pdflscape as a dependency

    Without it, building a document fails with the following error:
    
    pdflatex failed
    index.tex: File `pdflscape.sty' not found.
    index.tex:47: Emergency stop.
    svanderburg committed Jun 1, 2020
    Copy the full SHA
    75b0777 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5f97610 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #70794 from samueldr/u-boot/roc-rk3399-pc

    u-boot: Add ROC-PC-RK3399 build
    samueldr committed Jun 1, 2020
    Copy the full SHA
    4a4adb2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #89279 from mweinelt/zsh-powerlevel10k/v1.11.0

    zsh-powerlevel10k: v1.7.0 -> v1.11.0
    flokli committed Jun 1, 2020
    Copy the full SHA
    687a097 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #89318 from servalcatty/v2ray

    v2ray: 4.23.2 -> 4.23.3
    marsam committed Jun 1, 2020
    Copy the full SHA
    b6f0847 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Merge pull request #89295 from davidtwco/mdcat-0.18.2

    mdcat: 0.17.1 -> 0.18.2
    marsam committed Jun 2, 2020
    Copy the full SHA
    cfa5a0c View commit details
    Browse the repository at this point in the history