Home
last modified time | relevance | path

Searched refs:reponame (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dcombo-layer-hook-default.sh15 reponame=$3
17 sed -i -e "0,/^Subject:/s#^Subject: \[PATCH\] \($reponame: \)*\(.*\)#Subject: \[PATCH\] $reponame: …
20 …sed -i -e "0,/^Signed-off-by:/s#\(^Signed-off-by:.*\)#\(From $reponame rev: $rev\)\n\n\1#" $patchf…
23 …perl -e "\$_ = join('', <>); s/^(.*\S[ \t]*)(\n|\n\s*\n)---\n/\$1\n\nFrom $reponame rev: $rev\n---…
H A Dcombo-layer.conf.example62 # the hook script is called as follows: ./hook patchpath revision reponame
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py19 reponame = os.path.basename(cwd) variable
20 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame)
H A Dcheck-dco.py19 reponame = os.path.basename(cwd) variable
20 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py3158 self.reponame = "bitbake"
3159 self.gitdir = os.path.join(self.tempdir, "git", self.reponame)
3292 self.reponame = "fstests"
3294 self.gitdir = os.path.join(self.tempdir, "git", "{}.git".format(self.reponame))
3339 self.reponame = "libgnt"
3375 self.reponame = "bitbake"
3376 self.gitdir = os.path.join(self.tempdir, "git", self.reponame)