Switch to Gitea deployment

This commit is contained in:
Salt 2020-05-06 03:22:07 -05:00
parent 1b47f8c8ee
commit baed43fb60

View File

@ -33,7 +33,7 @@ Usage: $name [OPTION]
Bootstrap a git repository as a bare repo, also perform some bootstrap tasks.
-d DIRECTORY Bootstrap directory. Defaults to ~.
-r REPOSITORY Target repository. Defaults to
git@gitlab.com:rehashedsalt/home
git@git.9iron.club:salt/home
-l FILE File to log command output to. Defaults to
$name.log
EOF
@ -142,7 +142,7 @@ main() {
log "Using default bootstrap dir \"$bootstrapdir\"" 0
fi
if [ -z ${repo+x} ]; then
repo='git@gitlab.com:rehashedsalt/home.git'
repo='git@git.9iron.club:salt/home.git'
log "Using default repository \"$repo\"" 0
fi
if [ -z ${logfile+x} ]; then