Searched refs:reponame (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | combo-layer-hook-default.sh | 15 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 D | combo-layer.conf.example | 62 # the hook script is called as follows: ./hook patchpath revision reponame
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 19 reponame = os.path.basename(cwd) variable 20 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame)
|
H A D | check-dco.py | 19 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 D | fetch.py | 3158 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)
|