live, repo: not enable online repo on e2k
This commit is contained in:
parent
25cb4c7317
commit
71cc96685b
@ -3,6 +3,9 @@
|
||||
|
||||
[ -n "$GLOBAL_LIVE_REPO" ] || exit 0
|
||||
|
||||
# no public repos for e2k for now, unfortunately
|
||||
[ `arch` != "e2k" ] || exit 0
|
||||
|
||||
PROTO="${GLOBAL_LIVE_REPO%/*}" # http, ftp, rsync
|
||||
case "$PROTO" in
|
||||
http|ftp|rsync)
|
||||
|
@ -3,6 +3,9 @@
|
||||
|
||||
[ -z "$GLOBAL_REPO_MAIN" ] || exit 0
|
||||
|
||||
# no public repos for e2k for now, unfortunately
|
||||
[ `arch` != "e2k" ] || exit 0
|
||||
|
||||
[ -n "$GLOBAL_REPO" ] || exit 0
|
||||
|
||||
PROTO="${GLOBAL_REPO%/*}" # http, ftp, rsync
|
||||
|
Loading…
x
Reference in New Issue
Block a user