1
0
Fork 0

Remove fetchUpstreamMaster()

This commit is contained in:
netravnen 2018-12-23 17:19:12 +00:00
parent 4287f264f7
commit f8c6a92c72
1 changed files with 1 additions and 11 deletions

View File

@ -1,16 +1,5 @@
<?php
/*
* Function:
* fetchUpstreamMaster ()
*
* Ensure registry repository master branch is up-to-date.
*/
function fetchUpstreamMaster ()
{
echo shell_exec ("/usr/bin/git -C ../registry/ pull upstream master:master --quiet 2>&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);