Files

13 lines
685 B
Plaintext

# 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