From 2d98494a1d33009cd93b785f43abba6b504dfbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 15 Apr 2013 15:26:47 +0100 Subject: Do not perform the user map every time. Instead we will do this process manually once and then map peoples real names such that things are nicely formatted. --- scripts/mandriva-svn2git.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/mandriva-svn2git.sh b/scripts/mandriva-svn2git.sh index c50f17b..fe88d56 100755 --- a/scripts/mandriva-svn2git.sh +++ b/scripts/mandriva-svn2git.sh @@ -7,13 +7,6 @@ if [ -z $SOFTWARE ]; then echo "Missing software to convert..." fi -if [ ! -f authors-transform.txt ]; then -# STEP 1: Create an author listi -echo 'OK' -svn log -q http://svn.mandriva.com/svn/soft | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2"@mandriva.org>"}' | sort -u >> authors-transform.txt -#vim authors-transform.txt -fi - # STEP 2: Import in git git svn clone http://svn.mandriva.com/svn/soft/$SOFTWARE --no-metadata -A authors-transform.txt --stdlayout temp -- cgit v1.2.1