grml2usb (0.19.0)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the v0.19.0 tag
- Git: git://git.grml.org/grml2usb.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 4325376
- Browser: https://git.grml.org/?p=grml2usb.git
- Last scan: 2023-01-30 19:47:08+00
- Next scan: 2023-01-31 16:07:00+00
- Debian changelog in Git:
grml2usb (0.19.0) unstable; urgency=medium
[ Manuel Rom ]
* [40221eb] Add Github action workflows for CI/CD
[ Michael Prokop ]
* [3f77679] Fix vulture usage and add vulture to Build-Depends
* [a6cce22] Github action: do not install virtualenv +
python3-setuptools. Thanks to Chris Hofstaedtler
* [78ae858] grml2iso: support parallel execution
* [8126bbf] grml2iso: execute under pipefail
-- Michael Prokop <mika@grml.org> Mon, 21 Mar 2022 16:19:54 +0100
- This branch is 1 commit ahead of tag v0.19.0
- Git log:
commit 27eba4ace1f4cde430f773c01a629c240b6bf207
Author: Michael Prokop <mika@grml.org>
Date: Wed Sep 7 13:57:23 2022 +0200
Replace egrep usage with grep -E
grep 3.8 deprecated support for egrep + fgrep, and now prints a warning on stderr:
| egrep: warning: egrep is obsolescent; using grep -E
| fgrep: warning: fgrep is obsolescent; using grep -F