lp:~ogayot/debian-cd

Owned by Olivier Gayot
Get this repository:
git clone https://git.launchpad.net/~ogayot/debian-cd
Only Olivier Gayot can upload to this repository. If you are Olivier Gayot please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-2044239 2023-11-22 12:10:20 UTC
tools/scanpackages: fix sed invocation, not using stdin as it should

Author: Olivier Gayot
Author Date: 2023-11-22 12:01:35 UTC

tools/scanpackages: fix sed invocation, not using stdin as it should

When stripping signatures from InRelease, we used to pass the output of
sed to gpg. Recently, we changed the logic so that the output of gpg is
passed to sed instead. However, we forgot to drop the second positional
argument of sed - which forces sed to ignore stdin and to operate on the
position argument instead.

Therefore, the output of gpg gets ignored.

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers