summaryrefslogtreecommitdiffstats
path: root/release/pkg_repos/pfSense.conf.template
blob: 2b30aec98a47322d399482c307ae49c58cbfb301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FreeBSD: { enabled: no }

%%PRODUCT_NAME%%-core: {
  url: "%%PKG_REPO_SERVER%%/%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%_%%ARCH%%-core",
  mirror_type: "srv",
  signature_type: "none",
  enabled: yes
}

%%PRODUCT_NAME%%: {
  url: "%%PKG_REPO_SERVER%%/%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%_%%ARCH%%-%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%",
  mirror_type: "srv",
  signature_type: "none",
  enabled: yes
}
OpenPOWER on IntegriCloud