Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Releases: xenserver/planex

Planex 0.22.0

03 May 16:10
Compare
Choose a tag to compare
Planex 0.22.0 Pre-release
Pre-release
  • mock: Restore loglevel to normal and allocate a pty so that it
    continues to print standard error logging when running in a container.

Planex 0.21.0

20 Apr 15:07
Compare
Choose a tag to compare
Planex 0.21.0 Pre-release
Pre-release
  • Add planex-create-mock-config, which constructs a mock configuration
    file from the system yum configuration.
  • planex-make-srpm: Add Provides: tags containing the Git hashes of the
    sources used to build binary RPMs, if this information is available.
  • Makfile.rules, planex-patchqueue: Always rebuild pinned patchqueue tarballs,
    but short-circuit the rebuilding of dependent source and binary RPMs if the
    contents of the patchqueue have not changed
  • planex-clone: Continue if cloning one of a series of pinned repos fails
  • Makefile.rules: add a dependency on the mock config

Planex 0.20.0

27 Mar 16:17
Compare
Choose a tag to compare
Planex 0.20.0 Pre-release
Pre-release
  • planex-build-mock: Add '--loopback-config-extra' option to pass extra
    lines to the loopback repository configuration
  • planex-depend: Add option to disable generation of buildrequires
    dependencies
  • planex-fetch: Fix a TOCTOU race when creating directories
  • planex-container: Pass SSH agent socket through to container

Planex 0.19.0

10 Mar 10:39
Compare
Choose a tag to compare
Planex 0.19.0 Pre-release
Pre-release
  • planex-build-mock: Pass --verbose to mock if --quiet is not supplied
    so that logs are produced inside docker with concurrent builds which
    use make's output --output-sync=target option
  • planex-patchqueue: Check that pinned spec file contains the
    %autosetup -p1 macro which is needed to apply patch queue
  • planex-clone: Improve handling of pins to branches, tags and commit
    hashes

Planex 0.18.0

23 Feb 15:41
Compare
Choose a tag to compare
Planex 0.18.0 Pre-release
Pre-release
  • planex-clone-sources has been removed and replaced by planex-clone
  • planex-extract: Remove support for heavyweight branches
  • Makefile.rules: It is now possible to override the Mock configuration
    used to build packages by defining the MOCK_CONFIGDIR and MOCK_ROOT
    variables

Planex 0.17.0

20 Feb 11:29
Compare
Choose a tag to compare
Planex 0.17.0 Pre-release
Pre-release
  • planex-clone: Add ability to clone repositories with patchqueues

Planex 0.16.2

07 Feb 11:05
Compare
Choose a tag to compare
Planex 0.16.2 Pre-release
Pre-release
  • planex-clone: Fix typo in Jenkinsfile fragment template

Planex 0.16.1

06 Feb 17:24
Compare
Choose a tag to compare
Planex 0.16.1 Pre-release
Pre-release
  • planex-clone: Allow list of pin files to be empty

Planex 0.16.0

06 Feb 12:34
Compare
Choose a tag to compare
Planex 0.16.0 Pre-release
Pre-release
  • planex-build-mock: Add --init option to pre-warm root cache

Planex 0.15.1

01 Feb 17:28
Compare
Choose a tag to compare
Planex 0.15.1 Pre-release
Pre-release
  • git library: Add current_branch function