/freebsd/contrib/ntp/scripts/build/ |
H A D | UpdatePoint | 6 repo= 11 1) repo=$1 13 2) repo=$2 27 case "$repo" in 33 *) echo "Unexpected repo type: <$repo>!" 51 $repo) 53 *) echo "You indicated repo type <$repo> but packageinfo.sh" 63 case "$repo" in 72 case "$repo" in 83 1) echo "Minor version <$minor> mismatches repotype <$repo>." [all …]
|
/freebsd/usr.sbin/pkg/ |
H A D | config.c | 336 parse_signature_type(struct repository *repo, const char *st) in parse_signature_type() argument 339 repo->signature_type = SIGNATURE_FINGERPRINT; in parse_signature_type() 341 repo->signature_type = SIGNATURE_PUBKEY; in parse_signature_type() 343 repo->signature_type = SIGNATURE_NONE; in parse_signature_type() 346 " ignoring repository %s", st, repo->name); in parse_signature_type() 347 free(repo->url); in parse_signature_type() 348 free(repo->name); in parse_signature_type() 349 free(repo->fingerprints); in parse_signature_type() 350 free(repo->pubkey); in parse_signature_type() 351 free(repo); in parse_signature_type() [all …]
|
H A D | pkg.c | 254 fetch_to_fd(struct repository *repo, const char *url, char *path, const char *fetchOpts) in fetch_to_fd() argument 286 repo->mirror_type == MIRROR_SRV) { in fetch_to_fd() 841 bootstrap_pkg(bool force, const char *fetchOpts, struct repository *repo) in bootstrap_pkg() argument 854 printf("Bootstrapping pkg from %s, please wait...\n", repo->url); in bootstrap_pkg() 859 packagesite = repo->url; in bootstrap_pkg() 868 if ((fd_pkg = fetch_to_fd(repo, url, tmppkg, fetchOpts)) == -1) in bootstrap_pkg() 871 if (repo->signature_type == SIGNATURE_FINGERPRINT) { in bootstrap_pkg() 878 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 884 if (verify_signature(fd_pkg, fd_sig, repo) == false) in bootstrap_pkg() 886 } else if (repo->signature_type == SIGNATURE_PUBKEY) { in bootstrap_pkg() [all …]
|
/freebsd/contrib/jemalloc/ |
H A D | FREEBSD-upgrade | 82 local repo=$2 84 rm -rf ${repo} 85 git clone ${bare_repo} ${repo} 87 cd ${repo} 105 local repo=$2 106 do_extract_helper ${rev} ${repo} 108 cd ${repo} 120 local repo=$2 121 do_extract_helper ${rev} ${repo} 123 cd ${repo}
|
/freebsd/contrib/libder/tests/ |
H A D | CMakeLists.txt | 32 ${CMAKE_CURRENT_SOURCE_DIR}/repo.priv ${CMAKE_CURRENT_BINARY_DIR}/repo.priv) 35 ${CMAKE_CURRENT_SOURCE_DIR}/repo.pub ${CMAKE_CURRENT_BINARY_DIR}/repo.pub)
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs-kmod.spec.in | 31 #define repo rpmfusion 32 #define repo chaos 70 %if %{defined repo} 75 %{!?kernels:BuildRequires: buildsys-build-%{repo}-kerneldevpkgs-%{?buildforkernels:%{buildforkernel… 102 %{expand:%(bash %{SOURCE10} --target %{_target_cpu} %{?repo:--repo %{?repo}} --kmodname %{name} %{?… 113 bash %{SOURCE10} --target %{_target_cpu} %{?repo:--repo %{?repo}} --kmodname %{name} %{?buildforke…
|
/freebsd/release/tools/ |
H A D | oci-image-static.conf | 28 repo=base_latest 31 repo=base_release_${minor} 37 url: "https://pkg.FreeBSD.org/\${ABI}/${repo}",
|
H A D | azure.conf | 30 rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
|
H A D | vagrant.conf | 23 rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | kmodtool | 30 myprog="kmodtool-${repo}" 459 --repo) 464 repo=${1} 546 if [[ -z "${repo}" ]]; then 548 elif ! command -v "buildsys-build-${repo}-kerneldevpkgs" > /dev/null 2>&1; then 549 error_out 2 "buildsys-build-${repo}-kerneldevpkgs not found" 560 …kernel_versions_to_build_for=$(buildsys-build-${repo}-kerneldevpkgs "--${build_kernels}" ${cmdopti… 561 error_out 2 "buildsys-build-${repo}-kerneldevpkgs failed: ${kernel_versions_to_build_for}"
|
H A D | zimport.sh | 89 zimport.sh [hvl] [-r repo] [-s src-tag] [-i pool-dir] [-p pool-tag] 100 -r <repo> Source repository ($REPO)
|
/freebsd/sys/contrib/edk2/ |
H A D | FREEBSD-upgrade | 18 svn merge -c VendorRevision svn+ssh://repo.freebsd.org/base/vendor/edk2/dist/MdePkg/$i $i 21 svn+ssh://repo.freebsd.org/base/vendor/edk2/dist/MdePkg/MdePkg.dec MdePkg.dec
|
/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 339 .PHONY: apt-add-repo 340 apt-add-repo: 357 gcc6install: apt-add-repo 360 gcc7install: apt-add-repo 363 gcc8install: apt-add-repo 366 gpp6install: apt-add-repo
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | graph.txt | 1 This file has moved to graph.yaml in dt-schema repo
|
/freebsd/contrib/libcbor/examples/bazel/ |
H A D | WORKSPACE | 3 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
/freebsd/crypto/openssl/ |
H A D | FREEBSD-upgrade | 4 These instructions assume you have a clone of the FreeBSD git repo 7 origin pointing to git(repo).freebsd.org/src.git. 45 At this point the vendor branch can be pushed to the FreeBSD repo via:
|
/freebsd/contrib/ntp/ |
H A D | check-libntpd.mf |
|
H A D | README.versions | 23 Note that after the ntp-dev repo produces a production release it will
|
/freebsd/contrib/googletest/ |
H A D | googletest_deps.bzl | 3 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
H A D | WORKSPACE | 6 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
/freebsd/release/scripts/ |
H A D | pkg-stage.sh | 91 ${PKGCMD} repo ${PKG_REPODIR}
|
H A D | make-oci-image.sh | 47 env IGNORE_OSVERSION=yes ABI=${abi} pkg --rootdir ${rootdir} --repo-conf-dir ${workdir}/repos \
|
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 4 These instructions assume you have a clone of the FreeBSD git repo 7 origin pointing to git(repo).freebsd.org/src.git. 42 At this point the vendor branch can be pushed to the FreeBSD repo via:
|
/freebsd/contrib/tcsh/ |
H A D | README.md | 5 The Tcsh source code is available on GitHub as a read-only repo
|
/freebsd/.github/PULL_REQUEST_TEMPLATE/ |
H A D | pull_request_template.md | 15 Pull Request: <https://github.com/freebsd/<repo>/pull/###>
|