RE: Google Code Issue migration
"Bert Huijben" <[email protected]> Tue, 25 Aug 2015 17:07:21 +0200
| Newsgroups | gmane.comp.apache.apr.serf.devel |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Ivan Zhakov > Sent: dinsdag 25 augustus 2015 16:05 > To: [email protected]; [email protected] > Subject: [serf-dev] Google Code Issue migration > > I'm currently working on JSON import data to migration issues from > Google Code to ASF hosted JIRA. Relevant ASF Infra ticket: > https://issues.apache.org/jira/browse/INFRA-10186 > > Since ASF hosted JIRA uses different user accounts than Google Code > users from Google Code should be mapped to ASF JIRA accounts. > > So please provide me pair of your Google Code user name and ASF JIRA > account. You may signup for new user account if you don't have it > already: > https://issues.apache.org/jira/secure/Signup!default.jspa > > All other user names will be converted as 'serf-importer'. I used the following hack to transform the usernames for our repository import. [[ case $author in gstein) continue ;; jerenkrantz) continue ;; ivan) continue ;; bhuijben) new_author=rhuijben ;; b.huijben) new_author=rhuijben ;; chemodax) new_author=ivan ;; justin.erenkrantz) new_author=jerenkrantz ;; [email protected]) new_author=cmpilato ;; danielrall) new_author= ;; lieven.govaerts) new_author=lgo ;; paul.querna) new_author=pquerna ;; [email protected]) new_author=pquerna ;; rooneg) continue ;; roy.fielding) new_author=fielding ;; [email protected]) new_author=stsp ;; [email protected]) new_author=astieger ;; breser) continue ;; [email protected]) new_author=breser ;; lieven.govaerts) new_author=lgo ;; [email protected]) new_author=lgo ;; paul.querna) new_author=pquerna ;; [email protected]) new_author=pquerna ;; rooneg) continue;; roy.fielding) new_author=fielding ;; ]] Bert