Mercurial > hg > anonet-resdb
comparison scripts/update-git-remotes @ 1193:2f57d4d36759 draft
add muh nameserver, some script tweaks
author | cathugger <cathugger@cock.li> |
---|---|
date | Fri, 10 Mar 2017 03:30:16 +0000 |
parents | 3531789e64ef |
children | e083c616cf04 |
comparison
equal
deleted
inserted
replaced
1192:a0de6dd1652e | 1193:2f57d4d36759 |
---|---|
2 # | 2 # |
3 # Creates git remotes from the user db | 3 # Creates git remotes from the user db |
4 # TODO: detect users' git address changes | 4 # TODO: detect users' git address changes |
5 # | 5 # |
6 | 6 |
7 if ! ./scripts/check_db_safety; then | 7 if ! `dirname "$0"`/check_db_safety; then |
8 exit 1 | 8 exit 1 |
9 fi | 9 fi |
10 | 10 |
11 USR_DB_DIR=./db/usr | 11 USR_DB_DIR=./db/usr |
12 GIT_REPO=./.git | 12 GIT_REPO=./.git |