Remove fetchUpstreamMaster()
This commit is contained in:
parent
4287f264f7
commit
f8c6a92c72
|
@ -1,16 +1,5 @@
|
||||||
<?php
|
<?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:
|
* Function:
|
||||||
* checkoutMaster ()
|
* checkoutMaster ()
|
||||||
|
@ -114,6 +103,7 @@ function writeRoutinatorExceptionFile ($roas)
|
||||||
|
|
||||||
$fp = fopen('roa/export_rfc8416_dn42.json', 'w');
|
$fp = fopen('roa/export_rfc8416_dn42.json', 'w');
|
||||||
|
|
||||||
|
fwrite ($fp, shell_exec ("/usr/bin/git -C ../registry/ show | sed 's/^/\/\/ /g'"));
|
||||||
fwrite($fp, $json);
|
fwrite($fp, $json);
|
||||||
|
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|
Loading…
Reference in a new issue