${SOURCEZAP_GITURL} -> ${SOURCEZAP_CLONEURL}
This commit is contained in:
parent
3f4bcba84e
commit
270b14ed63
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ the first time:
|
|||
|
||||
### ENVIRONMENT
|
||||
|
||||
* __$SOURCEZAP\_GITURL__ <br>
|
||||
* __$SOURCEZAP\_CLONEURL__ <br>
|
||||
The URL to a git repository. <br>
|
||||
Default: https://git.HardenedBSD.org/HardenedBSD/HardenedBSD.git.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ set -e
|
|||
localbase="${LOCALBASE:-/usr/local}"
|
||||
defaultbranch="hardened/14-stable/master"
|
||||
gitdir="/home/_sourcezap/src"
|
||||
giturl="${SOURCEZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git}"
|
||||
giturl="${SOURCEZAP_CLONEURL:-https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git}"
|
||||
installdir="${SOURCEZAP_INSTALLDIR:-/usr/src}"
|
||||
revision="${installdir}"/.sourcezap
|
||||
libexec="${localbase}"/libexec/sourcezap
|
||||
|
|
|
@ -57,7 +57,7 @@ This command requires root privileges.
|
|||
.Sh ENVIRONMENT
|
||||
.sp
|
||||
.sp
|
||||
.Nm SOURCEZAP_GITURL
|
||||
.Nm SOURCEZAP_CLONEURL
|
||||
.br
|
||||
The URL to a git repository.
|
||||
.br
|
||||
|
|
Loading…
Reference in a new issue