1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Go back to using static user for documentation.

Making this dynamic in commit 5d2e792 broke doc builds from cache.  The long-term solution is to create a special user for doc builds but that’s beyond the scope of this release.
This commit is contained in:
David Steele
2017-04-12 18:36:33 -04:00
parent f207dc7123
commit 5c635e0f0a
2 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ use BackRestDoc::Common::DocManifest;
####################################################################################################################################
# User that's building the docs
####################################################################################################################################
use constant DOC_USER => getpwuid($UID) . '';
use constant DOC_USER => 'ubuntu';
####################################################################################################################################
# CONSTRUCTOR