Skip to content

Releases: archlinux/archlinux-repro

20220805

Choose a tag to compare

@Foxboron Foxboron released this 05 Aug 12:50
20220805
3be134d

What's Changed

  • Switch to our Geo mirror and use the latest image by @foutrelis in #116
  • Skip dependency checks for archlinux-keyring by @foutrelis in #117

New Contributors

Full Changelog: 2022060...2022080

Release 20220606

Choose a tag to compare

@Foxboron Foxboron released this 06 Jun 21:23
20220606
7768f33

What's Changed

  • Fix devtools-20210202-3-any file extension by @kpcyrd in #106
  • Add github actions by @kpcyrd in #107
  • Catch asp checkout errors and abort by @inglor in #109
  • Ensure umask is set to a sane default by @jelly in #111
  • Use the datetime from 24h ago for the bootstrap download link by @kpcyrd in #112

New Contributors

Full Changelog: 2022011...2022060

Release: 20220116

Choose a tag to compare

@Foxboron Foxboron released this 16 Jan 14:22
20220116
7783f25
Release 20220116

Release: 20211221

Choose a tag to compare

@Foxboron Foxboron released this 21 Dec 20:08
20211221
a561c1d
Release 20211221

Morten Linderud (3):
    buildinfo: Support BBUILDTOOL and BUILDTOOLVER
    repro: Support BUILDTOOL and BUILDTOOLVER
    repro: Support fetching correct makepkg.conf from devtools

Release: 20211205

Choose a tag to compare

@Foxboron Foxboron released this 05 Dec 15:15
20211205
d4ffe5e
Release 20211205

Morten Linderud (1):
      repro: Use the semi-official pkgbuild.com mirror instead

kpcyrd (3):
      Print error message if no matching PKGBUILD could be found
      Do not print colors if stdout is no tty
      Use new function name in `buildinfo -p`

Release: 20210602

Choose a tag to compare

@Foxboron Foxboron released this 02 Jun 18:24
20210602
805345a
Release 20210602

Bugfix release for buildinfo

Release: 20210529

Choose a tag to compare

@Foxboron Foxboron released this 29 May 09:49
20210529
30f4ce3
Release 20210529

Aditya Sirish (1):
      Add version flag

Allan McRae (1):
      Support BUILDINFO format version 2

kpcyrd (1):
      Re-introduce `o:` to getopts

Release: 20210422

Choose a tag to compare

@Foxboron Foxboron released this 22 Apr 20:59
20210422
9293d6f
Release 20210422

Aditya Sirish (1):
      Add systemd version check for --pipe

Morten Linderud (1):
      repro: Restore makepkg.conf from devtools

Release: 20210408

Choose a tag to compare

@Foxboron Foxboron released this 08 Apr 19:00
20210408
691d869
Release 20210408

This solves a long standing locking issues where multiple runners of
repro could conflict with each other. We ensure gnupg pretends it's the
date of whenever the package was built to validate sources. And several
smaller improvements.

Thanks to all contributors!

Emil Velikov (21):
      Make sure the initial container is up-to date
      Reduce work done with fetching the PKGBUILD from ASP
      Add couple of message headers
      Remove unneeded "test -d" before "mkdir -p"
      Remove duplicate set -e
      Fetch the gpg key/image only as needed
      Move mkdir -p KEYRINGCACHE where it's used
      Revert "repro: Ignore gpg stuff"
      Flesh out args parsing to a function
      Barf out a meaningful message of invalid args
      Move pkg file validation to parse_args()
      Check that only a single package is provided
      Update repro man page
      Factor sourcing of config files into a function
      Move last two default options to their siblings
      Remove buildinfo lookup
      Move colorize further down
      Rework lock helper functions
      Separate out container update from setup
      Rework root container locking
      Make slock shared and add "keyring" locking

Fergus Dall (2):
      repro: Set faked-system-time in gpg.conf
      repro: Bump chroot version number

Jelle van der Waa (1):
      Document -n option in the repro man page

Johannes Löthberg (1):
      repro: Extract makepkg arguments into an array

Morten Linderud (12):
      repro: Added traps for the keyring generation
      repro: Ensure NOCHECK works properly.
      Add cachedir locking
      Add build-package locking
      repro: Ensure we use the correct container name for the lock
      Merge branch 'pr-95'

kpcyrd (2):
      repro: Allow setting an output directory
      repro.conf: Document OUTDIR=

Release: 20201114

Choose a tag to compare

@Foxboron Foxboron released this 14 Nov 21:16
20201114
ec7fde5
Release 20201114

Morten Linderud (8):
      repro: Rewrite chroot handling
      repro: Remove the ugly NOCHECK logic for inline args
      repro: Ignore gpg stuff
      repro: Introduce keyring cache and rework locking
      repro: Style changes
      repro: Ensure we respect the SigLevel
      repro: Version the repro chroot.
      repro: Fix chroot version file