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: archlinux/archlinux-repro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20220805
Choose a base ref
...
head repository: archlinux/archlinux-repro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20221114
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 2, 2022

  1. Stop early on first archive extension that exists

    When a .zst package is downloaded from the archive, there's no point to
    also check for the same package with a .xz extension. Doing so results
    in huge delays because archive.archlinux.org redirects to archive.org
    when a requested file doesn't exist, and archive.org lookups are slow.
    
    Testing on thunar-4.16.11-2, downloads are reduced from 10m36s to 1m39s.
    foutrelis committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    e55df02 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    2f13f62 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Merge pull request #118 from foutrelis/faster-package-downloads

    Stop early on first archive extension that exists
    kpcyrd authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8cadac7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge pull request #119 from archlinux/bin-name

    Rename binary name from repro to archlinux-repro
    kpcyrd authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    daf3942 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Create $BUILDDIRECTORY/_gnupg with mode 700

    Explicitly specify the mode to create the `_gnupg` directory with, to satisfy `gpg`, that otherwise produces the warning:
    gpg: WARNING: unsafe permissions on homedir '/var/lib/repro/_gnupg'
    kolayne authored Nov 11, 2022
    1 Configuration menu
    Copy the full SHA
    eae2642 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Merge pull request #120 from kolayne/patch-1

    Create `$BUILDDIRECTORY/_gnupg` with mode 700
    kpcyrd authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5c837b8 View commit details
    Browse the repository at this point in the history
Loading