${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
|
### ENVIRONMENT
|
||||||
|
|
||||||
* __$SOURCEZAP\_GITURL__ <br>
|
* __$SOURCEZAP\_CLONEURL__ <br>
|
||||||
The URL to a git repository. <br>
|
The URL to a git repository. <br>
|
||||||
Default: https://git.HardenedBSD.org/HardenedBSD/HardenedBSD.git.
|
Default: https://git.HardenedBSD.org/HardenedBSD/HardenedBSD.git.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ set -e
|
||||||
localbase="${LOCALBASE:-/usr/local}"
|
localbase="${LOCALBASE:-/usr/local}"
|
||||||
defaultbranch="hardened/14-stable/master"
|
defaultbranch="hardened/14-stable/master"
|
||||||
gitdir="/home/_sourcezap/src"
|
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}"
|
installdir="${SOURCEZAP_INSTALLDIR:-/usr/src}"
|
||||||
revision="${installdir}"/.sourcezap
|
revision="${installdir}"/.sourcezap
|
||||||
libexec="${localbase}"/libexec/sourcezap
|
libexec="${localbase}"/libexec/sourcezap
|
||||||
|
|
|
@ -57,7 +57,7 @@ This command requires root privileges.
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
.sp
|
.sp
|
||||||
.sp
|
.sp
|
||||||
.Nm SOURCEZAP_GITURL
|
.Nm SOURCEZAP_CLONEURL
|
||||||
.br
|
.br
|
||||||
The URL to a git repository.
|
The URL to a git repository.
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Reference in a new issue