Home
last modified time | relevance | path

Searched refs:vcs (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py117 class vcs(Enum): class
127 vcsGitHub[vcs.pathprefix] = "github.com"
128 vcsGitHub[vcs.regexp] = re.compile(
130 vcsGitHub[vcs.type] = "git"
131 vcsGitHub[vcs.repo] = "https://\\g<root>"
135 vcsBitbucket[vcs.pathprefix] = "bitbucket.org"
136 vcsBitbucket[vcs.regexp] = re.compile(
138 vcsBitbucket[vcs.type] = "git"
139 vcsBitbucket[vcs.repo] = "https://\\g<root>"
143 vcsIBMDevOps[vcs.pathprefix] = "hub.jazz.net/git"
[all …]
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/
H A Dvcs-control.bb12 TMPL_OFF = "vcs-off@.service"
13 TMPL_ON = "vcs-on@.service"
14 INSTFMT_OFF = "vcs-off@{0}.service"
15 INSTFMT_ON = "vcs-on@{0}.service"
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch43 +# Test --exclude-vcs option with subcommands: EXTRACT, LIST, DIFF.
49 +# > The --exclude-vcs flag seems to exclude .gitignore but not .git when
52 +AT_SETUP([--exclude-vcs extract list compare])
53 +AT_KEYWORDS([exclude-vcs extract list compare exclude18])
80 +tar -xvf gitrepo.tar --exclude-vcs | sort
84 +tar -tf gitrepo.tar --exclude-vcs | sort
88 +tar -dvf gitrepo.tar --exclude-vcs gitrepo | sort
H A D0002-tests-check-for-recently-fixed-bug.patch43 +AT_SETUP([--exclude-vcs-ignores memory allocation])
50 +tar -cf - --exclude-vcs-ignores . | tar -tf -
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gcovr/
H A D0001-pyproject.toml-Support-newer-versions.patch24 - "hatch-vcs==0.4.0",
27 + "hatch-vcs>=0.4.0",
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/
H A Dp9-host-start.bbappend1 RDEPENDS:${PN}:append:zaius = ' avsbus-control vcs-control'
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-automat_25.4.16.bb11 python3-hatch-vcs-native \
H A Dpython3-yamlloader_1.5.1.bb11 python3-hatch-vcs-native \
H A Dpython3-pyhamcrest_2.1.0.bb10 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-scikit-build-core_0.11.3.bb8 DEPENDS = "python3-hatch-vcs-native"
H A Dpython3-termcolor_3.1.0.bb13 python3-hatch-vcs-native \
H A Dpython3-humanize_4.12.3.bb14 python3-hatch-vcs-native \
H A Dpython3-eventlet_0.40.0.bb12 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-pytest-html_4.1.1.bb15 python3-hatch-vcs-native \
H A Dpython3-argcomplete_3.6.2.bb12 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-platformdirs_4.3.8.bb11 python3-hatch-vcs-native \
H A Dpython3-scikit-build_0.18.1.bb5 DEPENDS = "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native"
H A Dpython3-virtualenv_20.31.2.bb15 python3-hatch-vcs-native \
H A Dpython3-isort_6.0.1.bb11 DEPENDS += "python3-hatch-vcs-native python3-hatchling-native"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-iniconfig_2.1.0.bb9 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-hatch-vcs_0.4.0.bb2 HOMEPAGE = "https://pypi.org/project/hatch-vcs/"
H A Dpython3-referencing_0.36.2.bb10 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-testtools_2.7.2.bb7 DEPENDS += "python3-hatch-vcs-native"
H A Dpython3-attrs_25.3.0.bb11 python3-hatch-vcs-native \
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dhave_strerror.patch1 Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs anywhere]

1234