base sagernet and migrate to circleci
This commit is contained in:
+12
-2
@@ -1,2 +1,12 @@
|
||||
REPO_URL=git@git.inker.bot:arknights/sing-box.git
|
||||
UPSTREAM_BRANCH=dev-next
|
||||
# OMV upstream configuration (sourced as /bin/sh by bin/update, bin/apply, bin/apply-ci)
|
||||
#
|
||||
# The ultimate upstream of sing-box is SagerNet/sing-box. omv-dijiang tracks its
|
||||
# `testing` branch (the rolling development branch, currently v1.14.0-alpha.44+).
|
||||
#
|
||||
# Previously this pointed at `git@git.inker.bot:arknights/sing-box.git` (branch
|
||||
# dev-next), which requires SSH auth and is unreachable from CI, while the
|
||||
# git.sfclub.cc/icybear mirror lagged behind on a 1.13.11/1.14 hybrid. Pointing
|
||||
# straight at the authoritative testing branch makes `bin/update` fetch the real
|
||||
# latest testing over anonymous HTTPS.
|
||||
REPO_URL=https://github.com/SagerNet/sing-box.git
|
||||
UPSTREAM_BRANCH=testing
|
||||
|
||||
Reference in New Issue
Block a user