Home
last modified time | relevance | path

Searched full:repository (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/freebsd/usr.sbin/pkg/
H A Dpkg.762 from a remote repository.
89 has been specified, then the signature configuration for that repository will be
122 has been specified, then the configuration for that repository will be used.
136 Configuration varies in whether it is in a repository configuration file
138 The default repository configuration for
142 and additional repository configuration files will be searched for in
150 will process all repositories that it finds and use the last enabled repository
153 Repository configuration is stored in the following format:
186 Defines whether this repository should be used or not.
249 Comma-separated list of directories that should be searched for repository
[all …]
H A Dconfig.c327 parse_mirror_type(struct repository *r, const char *mt) in parse_mirror_type()
335 repo_free(struct repository *r) in repo_free()
345 parse_signature_type(struct repository *repo, const char *st) in parse_signature_type()
355 " ignoring repository %s", st, repo->name); in parse_signature_type()
361 static struct repository *
364 struct repository *repo; in find_repository()
379 struct repository *repo; in parse_repo()
384 repo = calloc(1, sizeof(struct repository)); in parse_repo()
409 STAILQ_REMOVE(&repositories, repo, repository, next); in parse_repo()
428 STAILQ_REMOVE(&repositories, repo, repository, nex in parse_repo()
[all...]
H A Dconfig.h73 struct repository { struct
80 STAILQ_ENTRY(repository) next; argument
82 STAILQ_HEAD(repositories, repository);
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_crossarch_tests.yml3 # Run this workflow every time a new commit pushed to your repository
24 # Checkout repository
25 - name: checkout repository
44 sudo apt-add-repository "ppa:ondrej/php" -y;
H A Dlibecc_runtime_tests.yml3 # Run this workflow every time a new commit pushed to your repository
17 # Checkout repository
18 - name: checkout repository
H A Dlibecc_meson_build.yml3 # Run this workflow every time a new commit pushed to your repository
19 # Checkout repository
20 - name: checkout repository
H A Dlibecc_python_tests.yml3 # Run this workflow every time a new commit pushed to your repository
16 # Checkout repository
17 - name: checkout repository
H A Dlibecc_examples.yml3 # Run this workflow every time a new commit pushed to your repository
16 # Checkout repository
17 - name: checkout repository
H A Dlibecc_compilation_tests.yml3 # Run this workflow every time a new commit pushed to your repository
19 # Checkout repository
20 - name: checkout repository
/freebsd/contrib/unbound/doc/
H A DREADME.man6 The templated man pages (*.in) are still part of the code repository as to not
11 The online documentation has its own repository at
16 in this repository.
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod18 objects from a repository of any kind, addressable as a filename or
22 repository", "loop and retrieve one object at a time", and "finish up
54 * OSSL_STORE_eof() simulates file semantics for any repository to signal
/freebsd/crypto/krb5/src/util/
H A Dmkrel3 repository=git.mit.edu:/git/krb5.git
17 --repository)
18 shift; repository=$1;;
26 echo " release-tag is relative to $repository/"
99 git clone -q -n $repository $reldir
/freebsd/contrib/tzcode/
H A DCONTRIBUTING24 <https://www.iana.org/time-zones/repository/theory.html>.
36 repository. The latter is preferred.
42 * Copy the development repository.
/freebsd/contrib/tzdata/
H A DCONTRIBUTING24 <https://www.iana.org/time-zones/repository/theory.html>.
36 repository. The latter is preferred.
42 * Copy the development repository.
/freebsd/secure/lib/libcrypto/man/man7/
H A Dossl_store.773 objects from a repository of any kind, addressable as a filename or
77 repository", "loop and retrieve one object at a time", and "finish up
107 \& * OSSL_STORE_eof() simulates file semantics for any repository to signal
/freebsd/contrib/ntp/
H A DREADME.versions18 4.2.2 A production release (from the ntp-stable repository)
19 4.2.2p2 A production release (from the ntp-stable repository)
H A DREADME.pullrequests3 The NTP project's github repository is at https://github.com/ntp-project/ntp.
46 version of the ntp repository. (Your fork of ntp source)
66 repository.
/freebsd/release/scripts/
H A Dpkgbase-stage.lua84 -- Directory containing FreeBSD-base repository config
86 -- Directory to create new repository
90 -- ABI of repository
/freebsd/share/man/man7/
H A Ddevelopment.763 Git repository, located at:
110 repository use Phabricator;
181 to reflect the repository conversion from
H A Dfreebsd-base.737 In the default system configuration, the repository containing these
41 The repository name can be used with
51 .\" re@ will provide their own repository before release, at which
/freebsd/share/examples/oci/
H A DContainerfile.pkg14 # Install package management tools. We specify 'FreeBSD' as the repository to
27 # packages, uninstall pkg and delete the repository metadata downloaded by 'pkg
/freebsd/crypto/krb5/.github/workflows/
H A Ddoc.yml11 - name: Checkout repository
25 - name: Checkout repository
/freebsd/
H A DCONTRIBUTING.md15 - Direct access to the [Git repository](https://cgit.freebsd.org/src/)
27 Presently, GitHub 'freebsd-src' repository is one of the publish-only services
28 for the FreeBSD 'src' repository the project uses to promote collaboration and
42 …e and valid email address as you would like to see them in the FreeBSD repository. Fake github.com…
44 …the commit they are fixing. Each commit in your branch should be suitable for FreeBSD's repository.
/freebsd/contrib/unifdef/
H A DINSTALL26 pre-generated version.h but the git repository does not. To build from
29 To update version.h, right-click on the fanf2/unifdef repository and
/freebsd/contrib/unbound/contrib/android/
H A Dinstall_ndk.sh19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet…
26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-…

12345678910>>...14