summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-09-18 13:43:28 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-09-18 13:43:28 (GMT)
commit153d8adb66586a2df1dd857db4a50c4314d9ec80 (patch)
tree73dfc301fd4710c3f80f9f184ad16812cf8140bc
parent2991aa2f997c10d503663152bfb1bf76c5fc518d (diff)
added all the group mappings
-rwxr-xr-xrun-import.py50
1 files changed, 47 insertions, 3 deletions
diff --git a/run-import.py b/run-import.py
index 017eb5d..e40390a 100755
--- a/run-import.py
+++ b/run-import.py
@@ -26,9 +26,53 @@
groups = [
{ 'old': "Pool01", 'new': "P_test" },
- { 'old': "Pool02", 'new': "Pbumbumtsch" },
- { 'old': "Pool03", 'new': "Pechochamber" }
-] # TODO: add other group mappings
+ { 'old': "Pool02", 'new': "Pbumbumtsc" },
+ { 'old': "Pool03", 'new': "Pechochamb" },
+ { 'old': "Pool04", 'new': "Pelekthop" },
+ { 'old': "Pool05", 'new': "Pblue" },
+ { 'old': "Pool06", 'new': "Ppropelles" },
+ { 'old': "Pool07", 'new': "Pamon" },
+ { 'old': "Pool08", 'new': "Pbrigitte" },
+ { 'old': "Pool09", 'new': "Pbrigitten" },
+ { 'old': "Pool10", 'new': "Pcine" },
+ { 'old': "Pool11", 'new': "Pe5b" },
+ { 'old': "Pool12", 'new': "Pelektro" },
+ { 'old': "Pool13", 'new': "Plounged" },
+ { 'old': "Pool14", 'new': "Plounge" },
+ { 'old': "Pool15", 'new': "Pmiles" },
+ { 'old': "Pool16", 'new': "Ptomwaits" },
+ { 'old': "Pool17", 'new': "Psonne" },
+ { 'old': "Pool18", 'new': "Phoefmix1" },
+ { 'old': "Pool19", 'new': "Photelpass" },
+ { 'old': "Pool20", 'new': "Partcore" },
+ { 'old': "Pool21", 'new': "Pbreakcore" },
+ { 'old': "Pool22", 'new': "Pbritpop" },
+ { 'old': "Pool23", 'new': "Pselchfle" },
+ { 'old': "Pool24", 'new': "Ppolanz1" },
+ { 'old': "Pool25", 'new': "Pweirdjazz" },
+ { 'old': "Pool26", 'new': "Pelesyndub" },
+ { 'old': "Pool27", 'new': "Prock" },
+ { 'old': "Pool28", 'new': "Pbigbredru" },
+ { 'old': "Pool29", 'new': "Pcinleilan" },
+ { 'old': "Pool30", 'new': "Pdrone" },
+ { 'old': "Pool31", 'new': "PLeichgita" },
+ { 'old': "Pool32", 'new': "Pzeitgenoe" },
+ { 'old': "Pool33", 'new': "Pelemisch" },
+ { 'old': "Pool34", 'new': "Pabunda" },
+ { 'old': "Pool35", 'new': "Pska" },
+ { 'old': "Pool36", 'new': "Pdemo" },
+ { 'old': "Pool37", 'new': "Pgeraeusch" },
+ { 'old': "Pool38", 'new': "Pmezopotam" },
+ { 'old': "Pool39", 'new': "Pwuggi" },
+ { 'old': "Pool40", 'new': "Pkaramba" },
+ { 'old': "Pool41", 'new': "Psongbirds" },
+ { 'old': "Pool42", 'new': "Pjokebux" },
+ { 'old': "Pool43", 'new': "Psingbirds" },
+ { 'old': "Pool44", 'new': "Ponconnait" },
+ { 'old': "Pool45", 'new': "Pcanzital" },
+ { 'old': "Pool46", 'new': "Pmarlies" }
+]
+
def run_one(g):
import subprocess