Remove fetchUpstreamMaster()
This commit is contained in:
parent
4287f264f7
commit
f8c6a92c72
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue