sru-list

command module
v0.0.0-...-34b6b0c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2024 License: MIT Imports: 9 Imported by: 0

README

SRU list

A simple tool to list the Stable Release Updates processes currently in progress for all stable Ubuntu releases.

Install

go install github.com/gjolly/sru-list@latest

Or

git clone https://github.com/gjolly/sru-list
go build

Usage

A config file is required to run the tool. A few examples are provided in the configs folder.

./sru-list ./config/all.yaml

Configuration

# A list of packages to watch for.
# The keyword ALL can be used to list everything.
packages:
  - bash
  - systemd

# An optional list of regexp to watch for.
package_regexps:
  - grub-*

How it works

This tool fetches this file https://ubuntu-archive-team.ubuntu.com/sru_report.yaml and parses the information in contains.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL