aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-08-25 09:30:26 +0200
committerUlrich Müller <ulm@gentoo.org>2021-08-25 09:30:26 +0200
commit4052d849bf8faf7e5bfc7df033d3f5f15d794944 (patch)
tree3249219dff05c48fa6cfceed86b2b1d15904f853
parentDocument the conversion of the gentoo-x86 CVS repository (diff)
downloadulm-4052d849bf8faf7e5bfc7df033d3f5f15d794944.tar.gz
ulm-4052d849bf8faf7e5bfc7df033d3f5f15d794944.tar.bz2
ulm-4052d849bf8faf7e5bfc7df033d3f5f15d794944.zip
make-authormap.sh: Remove special case
No longer necessary after LDAP update. Bug: https://bugs.gentoo.org/790161 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rwxr-xr-xmake-authormap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/make-authormap.sh b/make-authormap.sh
index 4138cfd..f49b632 100755
--- a/make-authormap.sh
+++ b/make-authormap.sh
@@ -10,6 +10,5 @@ xsltproc --path . authormap.xsl userinfo.xml | awk '
uidmap["bicatali"] = "2162"
uidmap["darkside"] = "2214"
}
- $1 == "jerrya" { sub (/Unknown/, "Jerry Alexandratos") }
{ print }
$1 in uidmap { $1 = "uid" uidmap[$1]; print }'