octocatalog-diff 2.1.0-1 source package in Ubuntu

Changelog

octocatalog-diff (2.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 2.1.0.
  * d/patches:
    * Drop adapt-to-hashdiff-1.0.patch, merged upstream.
    * Refresh relax-deps.patch.
  * d/control: Use ${ruby:Depends} to generate Depends.

 -- Taavi Väänänen <email address hidden>  Mon, 28 Nov 2022 14:24:49 +0100

Upload details

Uploaded by:
Puppet Package Maintainers
Uploaded to:
Sid
Original maintainer:
Puppet Package Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
octocatalog-diff_2.1.0-1.dsc 1.5 KiB f599b2c14f42230e2a805bad03fae2ebc4278b0eb761bfd3c5ce6c7b1e93be62
octocatalog-diff_2.1.0.orig.tar.gz 165.3 KiB 5e3f86fc42b99f6f8f9088ccd1c80ff5285e47c197aeb7c3fdeaa684e714e73f
octocatalog-diff_2.1.0-1.debian.tar.xz 4.3 KiB 81149f09c35635f9b407fe59c315464b18d6d7e9688cf5b4b50e8263d48a743b

Available diffs

No changes file available.

Binary packages built by this source

octocatalog-diff: compile and compare Puppet catalogs from 2 branches, versions, etc

 octocatalog-diff is a tool to detect and display differences in Puppet
 catalogs compiled from different environments. The catalogs may be
 obtained through any of the following means:
  - Compilation using a local puppet instance
  - Puppet master 3.x/4.x HTTP API
  - PuppetDB HTTP API
  - Precompiled JSON catalogs
 .
 octocatalog-diff filters out attributes or resources with no effect
 (e.g. tags) and displays only state differences between the two
 catalogs. It does not require a working Puppet master (or puppetserver),
 making it suitable for development use and use in Continuous Integration
 environments.