${SOURCEZAP_GITURL} -> ${SOURCEZAP_CLONEURL}

This commit is contained in:
0x1eef 2024-05-11 23:23:57 -03:00
parent 3f4bcba84e
commit 270b14ed63
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -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