GitLogParser.js
authorAlan Knowles <alan@roojs.com>
Mon, 3 Apr 2017 04:14:07 +0000 (12:14 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Apr 2017 04:14:07 +0000 (12:14 +0800)
GitLogParser.js

index 14712e2..907136b 100644 (file)
@@ -154,7 +154,18 @@ GitLogParser = {
         return ret;
 
     },
+    
+    regexes : {
+        'HPA' : [ /^localhost\/web.hpasite/, /gitlive\/web.hpasite/ ],
+        'MediaOut' : [ /gitlive\/app\.WorkerBee/, /gitlive\/web.MediaOut/,
+                        /media-outreach/ , /Press Release Image Portal/, /Media Outreach Feed/],
+        'Habito' : [ /Interspire/ ],
+        ''
+        
+        
+        
+    },
+    
     '/usr/bin/perl' : function(ret) {
         if (ret.title.match(/^PAC/)) {
             ret.project = 'Unknown';