File: naming.sh

package info (click to toggle)
openscap 1.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 125,040 kB
  • sloc: xml: 527,109; ansic: 91,390; sh: 19,789; python: 2,515; perl: 444; makefile: 49
file content (11 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
declare -A name_mapping

# Put duplicate author entries here in a form
# name_mapping['<duplicate name>']='<canonical name>', e.g.
# Keep the assignments lexicographicaly sorted by the canonical name and then by the duplicate name.

# If you want to remove a name completely from the deduplicated listing, do e.g.
# name_mapping['root@localhost']=

name_mapping['Martin Preisler <martin@preisler.me>']='Martin Preisler <mpreisle@redhat.com>'
name_mapping['Matěj Týč <matej.tyc@gmail.com>']='Matěj Týč <matyc@redhat.com>'