Switch to Gitea deployment
This commit is contained in:
parent
1b47f8c8ee
commit
baed43fb60
@ -33,7 +33,7 @@ Usage: $name [OPTION]
|
|||||||
Bootstrap a git repository as a bare repo, also perform some bootstrap tasks.
|
Bootstrap a git repository as a bare repo, also perform some bootstrap tasks.
|
||||||
-d DIRECTORY Bootstrap directory. Defaults to ~.
|
-d DIRECTORY Bootstrap directory. Defaults to ~.
|
||||||
-r REPOSITORY Target repository. 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
|
-l FILE File to log command output to. Defaults to
|
||||||
$name.log
|
$name.log
|
||||||
EOF
|
EOF
|
||||||
@ -142,7 +142,7 @@ main() {
|
|||||||
log "Using default bootstrap dir \"$bootstrapdir\"" 0
|
log "Using default bootstrap dir \"$bootstrapdir\"" 0
|
||||||
fi
|
fi
|
||||||
if [ -z ${repo+x} ]; then
|
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
|
log "Using default repository \"$repo\"" 0
|
||||||
fi
|
fi
|
||||||
if [ -z ${logfile+x} ]; then
|
if [ -z ${logfile+x} ]; then
|
||||||
|
Reference in New Issue
Block a user