minor tweaks, testing syncing... if it passes, it gets a 3.10 tag

This commit is contained in:
2016-12-11 17:06:01 -05:00
parent ad539b4254
commit 60ee17bf9d
17 changed files with 120 additions and 512 deletions

View File

@@ -334,14 +334,14 @@ rsync = no
; 2.) If specified, it will be created if it doesn't exist
; 3.) If it does exist, it will be deleted first- MAKE SURE
; you do not store files here that you want to keep.
path = ${build:tempdir}/http
path = ${build:dlpath}/http
; What user and group, if applicable, should the HTTP files
; be owned as? This is most likely going to be either 'http',
; 'nginx', or 'apache'.
; 0.) No whitespace
; 1.) User must exist on system
; 2.) If sync:httpdir is blank, they will not be used
; 2.) If path is blank, they will not be used
user = http
group = http
@@ -359,7 +359,7 @@ group = http
; 2.) If specified, it will be created if it doesn't exist
; 3.) If it does exist, it will be deleted first- MAKE SURE
; you do not store files here that you want to keep.
path = ${build:tempdir}/tftpboot
path = ${build:dlpath}/tftpboot
; What user and group, if applicable, should the TFTP files
; be owned as? This is most likely going to be either 'tftp'