Home
last modified time | relevance | path

Searched refs:REPOSITORY (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/docker/
H A Dupload-tagged-docker.sh10 REPOSITORY=$OPTARG;;
19 docker build -t $REPOSITORY . --build-arg no_threads=$THREADS --build-arg repository=$REPOSITORY --…
20 docker run -dit --name palisade -p 80:80 $REPOSITORY
23 docker image tag palisade:$TAG registry.gitlab.com/palisade/$REPOSITORY/$TAG:$TAG
24 docker push registry.gitlab.com/palisade/$REPOSITORY/$TAG:$TAG
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/scripts/
H A Dpush-latest-release.bash7 REPOSITORY="MitMaro/git-interactive-rebase-tool"
22 "https://api.github.com/repos/$REPOSITORY/releases/$TARGET_RELEASE_ID/assets" | tr -d '\n')"
42 "https://api.github.com/repos/$REPOSITORY/releases/assets/$assetid"
52 …"https://uploads.github.com/repos/$REPOSITORY/releases/$TARGET_RELEASE_ID/assets?name=git-interact…
59 …"https://uploads.github.com/repos/$REPOSITORY/releases/$TARGET_RELEASE_ID/assets?name=macos-intera…
69 "https://api.github.com/repos/$REPOSITORY/git/refs/tags/latest"
/dports/devel/tailor/tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7/test-scripts/
H A Dtest-svn2svn.include21 REPOSITORY=$PWD/work-repos
25 rm -rf $REPOSITORY
26 svnadmin create $REPOSITORY
37 svn import . file://$REPOSITORY --message 'Initial import'
43 svn checkout file://$REPOSITORY/project subversion-work
65 repository = file://$REPOSITORY
H A Dtest-darcs2darcs.include20 REPOSITORY=$PWD/darcs-repos
25 mkdir $REPOSITORY
26 cd $REPOSITORY
47 repository = $REPOSITORY
62 if diff -Naur -x "_darcs" $REPOSITORY rootdir/darcs2side >test0.log
/dports/devel/py-oslo.db/oslo.db-11.1.0/oslo_db/sqlalchemy/
H A Dtest_migrations.py91 def REPOSITORY(self): member in WalkVersionsMixin
153 self.REPOSITORY,
157 self.REPOSITORY))
159 LOG.debug('latest version is %s', self.REPOSITORY.latest)
161 int(self.REPOSITORY.latest) + 1)
195 self.REPOSITORY, version)
202 self.migrate_engine, self.REPOSITORY))
235 self.REPOSITORY, version)
238 self.REPOSITORY))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/docs/reference/commandline/
H A Dimages.md10 Usage: docker images [OPTIONS] [REPOSITORY[:TAG]]
68 The `docker images` command takes an optional `[REPOSITORY[:TAG]]` argument
70 `REPOSITORY`but no `TAG`, the `docker images` command lists all images in the
78 REPOSITORY TAG IMAGE ID CREATED SIZE
84 The `[REPOSITORY[:TAG]]` value must be an "exact match". This means that, for example,
87 If both `REPOSITORY` and `TAG` are provided, only images matching that
94 REPOSITORY TAG IMAGE ID CREATED SIZE
98 If nothing matches `REPOSITORY[:TAG]`, the list is empty.
103 REPOSITORY TAG IMAGE ID CREATED SIZE
159 REPOSITORY TAG IMAGE ID CREATED SIZE
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/docs/reference/commandline/
H A Dimages.md10 Usage: docker images [OPTIONS] [REPOSITORY[:TAG]]
68 The `docker images` command takes an optional `[REPOSITORY[:TAG]]` argument
70 `REPOSITORY`but no `TAG`, the `docker images` command lists all images in the
78 REPOSITORY TAG IMAGE ID CREATED SIZE
84 The `[REPOSITORY[:TAG]]` value must be an "exact match". This means that, for example,
87 If both `REPOSITORY` and `TAG` are provided, only images matching that
94 REPOSITORY TAG IMAGE ID CREATED SIZE
98 If nothing matches `REPOSITORY[:TAG]`, the list is empty.
103 REPOSITORY TAG IMAGE ID CREATED SIZE
159 REPOSITORY TAG IMAGE ID CREATED SIZE
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/docs/reference/commandline/
H A Dimages.md19 Usage: docker images [OPTIONS] [REPOSITORY[:TAG]]
77 The `docker images` command takes an optional `[REPOSITORY[:TAG]]` argument
79 `REPOSITORY`but no `TAG`, the `docker images` command lists all images in the
87 REPOSITORY TAG IMAGE ID CREATED SIZE
93 The `[REPOSITORY[:TAG]]` value must be an "exact match". This means that, for example,
96 If both `REPOSITORY` and `TAG` are provided, only images matching that
103 REPOSITORY TAG IMAGE ID CREATED SIZE
107 If nothing matches `REPOSITORY[:TAG]`, the list is empty.
112 REPOSITORY TAG IMAGE ID CREATED SIZE
168 REPOSITORY TAG IMAGE ID CREATED SIZE
[all …]
/dports/devel/statsvn/statsvn-0.7.0/src/net/sf/statsvn/input/
H A DSvnXmlRepositoriesFileHandler.java25 private static final String REPOSITORY = "repository"; field in SvnXmlRepositoriesFileHandler
74 } else if (eName.equals(REPOSITORY)) { in endElement()
99 checkLastElement(REPOSITORY); in endRepository()
131 } else if (eName.equals(REPOSITORY)) { in startElement()
164 lastElement = REPOSITORY; in startRepository()
/dports/devel/statsvn/statsvn-0.7.0/src-temp/net/sf/statsvn/input/
H A DSvnXmlRepositoriesFileHandler.java25 private static final String REPOSITORY = "repository"; field in SvnXmlRepositoriesFileHandler
74 } else if (eName.equals(REPOSITORY)) { in endElement()
99 checkLastElement(REPOSITORY); in endRepository()
131 } else if (eName.equals(REPOSITORY)) { in startElement()
164 lastElement = REPOSITORY; in startRepository()
/dports/audio/kwave/kwave-21.12.3/bin/
H A Dsvn-update-l10n.sh28 REPOSITORY="${CMAKE_SOURCE_DIR}/l10n-kf5"
62 if test ! -e "${REPOSITORY}/.svn"; then
63 svn checkout --quiet --depth empty ${REMOTE} ${REPOSITORY}
67 cd "${REPOSITORY}"
164 cd "${REPOSITORY}"
/dports/devel/py-oslo.db/oslo.db-11.1.0/oslo_db/tests/sqlalchemy/
H A Dtest_migrations.py32 REPOSITORY = mock.MagicMock() variable in TestWalkVersions
46 self.engine, self.REPOSITORY, 141)
48 self.engine, self.REPOSITORY)
88 self.engine, self.REPOSITORY)
109 self.REPOSITORY.latest = versioning_api.VerNum(20)
117 self.engine, self.REPOSITORY)
120 int(self.REPOSITORY.latest) + 1)
131 self.REPOSITORY.latest = versioning_api.VerNum(20)
137 int(self.REPOSITORY.latest) + 1)
162 int(self.REPOSITORY.latest) + 1)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/docker/rust-build/
H A Dfetch_cargo.sh7 : REPOSITORY ${REPOSITORY:=https://github.com/rust-lang/cargo}
16 git clone --recursive $REPOSITORY -b $BRANCH ${SRCDIR}
/dports/math/freefem++/FreeFem-sources-4.6/etc/jenkins/deployRelease/
H A DcreateRelease.sh6 REPOSITORY="FreeFem-sources"
20 RESPONSE=`curl 'https://api.github.com/repos/'$ORGANIZATION'/'$REPOSITORY'/releases/tags/'$RELEASE_…
27 …--data "$RELEASE_PARAMETERS" 'https://api.github.com/repos/'$ORGANIZATION'/'$REPOSITORY'/releases'`
/dports/textproc/jade/jade-1.2.1/
H A DMakefile.lib.CC5 REPOSITORY=ptrepository
9 if test -d $(REPOSITORY); then \
14 for o in $(REPOSITORY)/*.o; do \
/dports/textproc/openjade/openjade-1.3.3-pre1/
H A DMakefile.lib.CC5 REPOSITORY=ptrepository
9 if test -d $(REPOSITORY); then \
14 for o in $(REPOSITORY)/*.o; do \
/dports/audio/sweep/sweep-0.9.3/src/tdb/
H A Dsvn-update.sh12 REPOSITORY="svn://svnanon.samba.org/samba/trunk/source/tdb"
24 echo "Retrieving sources from $REPOSITORY ..."
27 svn co $REPOSITORY $UPSTREAM
/dports/www/minio-client/etcd-3.5.0/scripts/
H A Drelease58 REPOSITORY=${REPOSITORY:-"git@github.com:etcd-io/etcd.git"}
64 log_callout "REPOSITORY=${REPOSITORY}"
84 run git clone "${REPOSITORY}" --branch "${BRANCH}"
187 REPOSITORY=$(pwd) ./scripts/build-release.sh "${RELEASE_VERSION}"
189 REPOSITORY=${REPOSITORY} ./scripts/build-release.sh "${RELEASE_VERSION}"
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/
H A DMakefile16 REPOSITORY := openpolicyagent macro
17 IMAGE := $(REPOSITORY)/opa
122 $(REPOSITORY)/release-builder:latest \
133 docker build -f .Dockerfile_release-builder -t $(REPOSITORY)/release-builder .
136 docker push $(REPOSITORY)/release-builder
142 $(REPOSITORY)/release-builder:latest \
149 $(REPOSITORY)/release-builder:latest \
/dports/net/nss_ldap/nss_ldap-265/
H A Dcvslib.pl31 open(REPOSITORY, "CVS/Repository") || return;
38 local ($CVSREPOSITORY) = <REPOSITORY>;
41 close(REPOSITORY);
/dports/security/pam_ldap/pam_ldap-186/
H A Dcvslib.pl31 open(REPOSITORY, "CVS/Repository") || return;
38 local ($CVSREPOSITORY) = <REPOSITORY>;
41 close(REPOSITORY);
/dports/security/vuls/vuls-0.13.7/vendor/github.com/knqyf263/gost/
H A DDockerfile9 ENV REPOSITORY github.com/knqyf263/gost
10 COPY . $GOPATH/src/$REPOSITORY
11 RUN cd $GOPATH/src/$REPOSITORY && make install
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/setup/
H A Dbyhand.mdwn129 REPOSITORY=~/wikirepo
130 ikiwiki-makerepo svn $SRCDIR $REPOSITORY
135 REPOSITORY=~/wikirepo
136 ikiwiki-makerepo cvs $SRCDIR $REPOSITORY
141 REPOSITORY=~/wiki.git
142 ikiwiki-makerepo git $SRCDIR $REPOSITORY
151 REPOSITORY=$SRCDIR
157 REPOSITORY=$SRCDIR
163 REPOSITORY=~/wikirepo
178 REPOSITORY=~/wiki.monotone
[all …]
/dports/security/klee/klee-2.2/scripts/build/
H A Dbuild.sh162 …[[ -z $(docker images -q "${REPOSITORY}/${target_image}") ]] || { echo "Docker image exists: ${REP…
163 docker pull "${REPOSITORY}/${target_image}" || /bin/true
164 …[[ -z $(docker images -q "${REPOSITORY}/${target_image}") ]] || { echo "Docker image exists: ${REP…
210 echo "FROM ${REPOSITORY}/${v}:${dep_config_id}_${base_image}_${base_tag} as ${v}_base"
339 …docker build -t "${REPOSITORY}/${target_image}" -f "${temp_dir}"/Dockerfile "${docker_context}" ||…
341 docker push "${REPOSITORY}/${target_image}" || true
779 if [[ -z ${REPOSITORY+X} ]]; then
/dports/security/vuls/vuls-0.13.7/vendor/github.com/takuzoo3868/go-msfdb/
H A DDockerfile5 ENV REPOSITORY github.com/takuzoo3868/go-msfdb
6 COPY . $GOPATH/src/$REPOSITORY
7 RUN cd $GOPATH/src/$REPOSITORY && make install

12345678910>>...36