From f8c6a92c72bb2259b15624431468e2331868f21c Mon Sep 17 00:00:00 2001 From: Christoffer Date: Sun, 23 Dec 2018 17:19:12 +0000 Subject: [PATCH] Remove fetchUpstreamMaster() --- lib/functions.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/functions.php b/lib/functions.php index 80c346b..61763ea 100755 --- a/lib/functions.php +++ b/lib/functions.php @@ -1,16 +1,5 @@ &1"); -} - /* * Function: * checkoutMaster () @@ -114,6 +103,7 @@ function writeRoutinatorExceptionFile ($roas) $fp = fopen('roa/export_rfc8416_dn42.json', 'w'); + fwrite ($fp, shell_exec ("/usr/bin/git -C ../registry/ show | sed 's/^/\/\/ /g'")); fwrite($fp, $json); fclose($fp);