~aittner/canonical-server-hwe-utils:allow-reading-atom-feed-from-stdin

Last commit made on 2021-02-09
Get this branch:
git clone -b allow-reading-atom-feed-from-stdin https://git.launchpad.net/~aittner/canonical-server-hwe-utils
Only Alexandre Erwin Ittner can upload to this branch. If you are Alexandre Erwin Ittner please log in for upload directions.

Branch merges

Branch information

Name:
allow-reading-atom-feed-from-stdin
Repository:
lp:~aittner/canonical-server-hwe-utils

Recent commits

8a537de... by Alexandre Erwin Ittner

Allow reading Atom feed data from standard input

Make parameter "-r" optional so, if not given, data will be read from
stdin. This allows the user to pipe data into the script and capture
the output with a single line:

curl http://user:pwd@jenkins-addr:8080/rssAll | ./jenkins-rss-to-trello-md.py | xsel -ib

2e04179... by dann frazier

pre-commit: Don't use mutable references

pre-commit complains about 'rev: master' not being supported:

[WARNING] The 'rev' field of repo 'https://github.com/psf/black' appears to be a mutable reference (moving tag / branch). Mutable references are never updated after first install and are not supported. See https://pre-commit.com/#using-the-latest-version-for-a-repository for more details.
[WARNING] The 'rev' field of repo 'https://gitlab.com/pycqa/flake8' appears to be a mutable reference (moving tag / branch). Mutable references are never updated after first install and are not supported. See https://pre-commit.com/#using-the-latest-version-for-a-repository for more details.

Apparently we should just run 'pre-commit autoupdate' periodically, and
commit the config it generates.

76adc6b... by dann frazier

installer-test-matrix: config.py: Add some explanatory comments

4466aa3... by dann frazier

installer-test-matrix: generate-matrix.py: Add a description to help text

7ea02ce... by dann frazier

installer-test-matrix: Add HWE option to focal config

df729f2... by dann frazier

jenkins-rss-to-trello-md.py: Initial commit

This tool is intended to help generate trello checklists for our weekly
scalebot job analysis rotations. The idea being that you can point it
at a copy of Jenkins' "Atom feed for just latest builds", and you'll
get some markdown you can cut & paste into a Trello checklist that has
clickable links, status info, etc.

4034518... by dann frazier

pre-commit: Use python3 instead of python3.8 for language_version

My system has upgraded to python3.9, other developers may still be on 3.8.

adc4d53... by dann frazier

Revert "Allow console access from all clients to work around LP#1887174"

The conserver packages in Ubuntu are now fixed, so this workaround is
no longer necessary. LP: #1887174

This reverts commit 65836177ea6b33c8580dd46924a0c010d8b67d0a.

96335c8... by dann frazier

Merge ~dannf/canonical-server-hwe-utils:ssh into master

b8325f4... by dann frazier

Use the more concise yaml.safe_load() instead of Loader=yaml.SafeLoader